aboutsummaryrefslogtreecommitdiffstats
path: root/dex/cache_test.go
Commit message (Collapse)AuthorAgeFilesLines
* import: switch consensus core to ↵Wei-Ning Huang2019-09-171-3/+3
| | | | gitlab.com/tangerine-network/tangerine-consensus
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-3/+3
|
* dex: try to reduce the chance to pull non-finalized blocks (#327)Mission Liao2019-06-151-5/+9
| | | | | | | | | | | | | | | | * 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 Hu2019-06-151-25/+17
| | | | | | | | * vendor: sync to latest core * dex, core: fix conflict x
* core: merge notarySet and DKGSet (#265)Jimmy Hu2019-06-151-65/+100
| | | | | | | | * vendor: sync to latest core * core: merge notarySet and dkgSet * dex: optimize network traffic for finalized block
* dex: add pull randomness (#105)Jimmy Hu2019-06-121-0/+90
| | | | | * vendor: sync to latest core * dex: Add PullRandomness
* vendor: sync to latest core and fix conflictJimmy Hu2019-06-121-4/+4
|
* dex: Pull blocks from blockdb if cache miss (#84)Jimmy Hu2019-06-121-2/+26
|
* Fix lintWei-Ning Huang2019-06-121-3/+3
|
* dex: fix testsWei-Ning Huang2019-06-121-16/+53
|
* Rename import due to dexon-consensus renameWei-Ning Huang2019-06-121-7/+7
|
* dex: implement PullBlocks/PullVotes (#1)Jimmy Hu2019-06-121-0/+144