Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dex: try to reduce the chance to pull non-finalized blocks (#327) | Mission Liao | 2019-06-15 | 1 | -2/+27 |
| | | | | | | | | | | | | | | | | * Send non-finalized blocks to notary set only * Update randomness field for blocks in cache upon receiving agreement result * Filter AgreementResult by its position * Avoid overwriting finalized blocks with non-finalized ones * Add blocks to finalized cache when pulling * Update to finalized cache when we have corresponding element in non-finalized one. | ||||
* | vendor: sync to latest core (#320) | Jimmy Hu | 2019-06-15 | 1 | -1/+0 |
| | | | | | | | | * vendor: sync to latest core * dex, core: fix conflict x | ||||
* | core: merge notarySet and DKGSet (#265) | Jimmy Hu | 2019-06-15 | 1 | -48/+40 |
| | | | | | | | | * vendor: sync to latest core * core: merge notarySet and dkgSet * dex: optimize network traffic for finalized block | ||||
* | dex: fix cache error (#126) | Jimmy Hu | 2019-06-12 | 1 | -0/+1 |
| | |||||
* | dex: add pull randomness (#105) | Jimmy Hu | 2019-06-12 | 1 | -11/+51 |
| | | | | | * vendor: sync to latest core * dex: Add PullRandomness | ||||
* | vendor: sync to latest core and fix conflict | Jimmy Hu | 2019-06-12 | 1 | -4/+4 |
| | |||||
* | dex: Pull blocks from blockdb if cache miss (#84) | Jimmy Hu | 2019-06-12 | 1 | -1/+12 |
| | |||||
* | dex: remove finalization information in block cache | Jimmy Hu | 2019-06-12 | 1 | -0/+2 |
| | |||||
* | Rename import due to dexon-consensus rename | Wei-Ning Huang | 2019-06-12 | 1 | -7/+7 |
| | |||||
* | dex: implement PullBlocks/PullVotes (#1) | Jimmy Hu | 2019-06-12 | 1 | -0/+115 |