aboutsummaryrefslogtreecommitdiffstats
path: root/dex/handler.go
Commit message (Expand)AuthorAgeFilesLines
* dex: Pull blocks from blockdb if cache miss (#84)Jimmy Hu2018-12-191-1/+2
* core, dex: polish sync (#75)Sonic2018-12-191-5/+32
* dex: replace total difficulty with block number (#73)Sonic2018-12-191-33/+27
* dex: use whole id to query peer info (#74)Sonic2018-12-191-1/+1
* dex: verify header that imported from fetcher (#68)Sonic2018-12-191-1/+1
* core: fix testsWei-Ning Huang2018-12-191-1/+1
* core: various changes on tps tuning (#46)Wei-Ning Huang2018-12-191-1/+1
* core, dex, downloader: refactor governanceSonic2018-12-191-8/+4
* core, dex, dex/downloader: restore insertChain to upstream versionSonic2018-12-191-1/+1
* dex: implement downloader for dexSonic2018-12-191-5/+80
* dex: use dex/downloader in dexSonic2018-12-191-2/+2
* core: add global signature cache and improve concurrency (#42)Wei-Ning Huang2018-12-191-1/+1
* core, dex: Batch process touchSender. Lower priority for tx. (#41)Jimmy Hu2018-12-191-0/+1
* dex: Tx message optimization (#39)Jimmy Hu2018-12-191-1/+16
* core: fix light node synchronization issue (#30)Wei-Ning Huang2018-12-191-0/+4
* core: refactor validator and fix light node sync (#25)Wei-Ning Huang2018-12-191-41/+68
* dex: fix conflict caused by rebaseWei-Ning Huang2018-12-191-5/+12
* HACK: enable TX handling temporarilyWei-Ning Huang2018-12-191-0/+3
* test: disable standalone RPC server as BroadcastBlock currently cause forkingWei-Ning Huang2018-12-191-3/+1
* test: start a separate RPC node for testing block syncWei-Ning Huang2018-12-191-1/+3
* Rename import due to dexon-consensus renameWei-Ning Huang2018-12-191-10/+10
* dex: implement PullBlocks/PullVotes (#1)Jimmy Hu2018-12-191-0/+80
* vendor: sync consensus core and fix conflictWei-Ning Huang2018-12-191-4/+5
* dex: prevent broadcasting agreement and randomness indefinitelyWei-Ning Huang2018-12-191-2/+6
* dex: misc fixesWei-Ning Huang2018-12-191-0/+2
* dex: no need to rlp encode/decode now, consensus supports itSonic2018-12-191-10/+8
* dex: fix public key conversionWei-Ning Huang2018-12-191-6/+2
* dex: polish network related functionSonic2018-12-191-30/+58
* dex: let notary nodes connect to some dkg nodesSonic2018-12-191-16/+17
* dex: implement peerSetLoopSonic2018-12-191-11/+43
* hack: temp fix for running testsWei-Ning Huang2018-12-191-7/+1
* dex: add self node meta after StartSonic2018-12-191-2/+32
* dex: add method to get NumChains, NotarySet, DKGSet easilySonic2018-12-191-4/+3
* dex: network: implement the network interfaceSonic2018-12-191-0/+116
* dex: remove DAO related codeSonic2018-12-191-59/+0
* dex: redesign p2p network topologySonic2018-12-191-129/+87
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2018-12-191-13/+13
* dex: implement notary node info propagation and management mechanismSonic2018-12-191-14/+150
* dex: introduce dex64 and remove eth62, eth63Sonic2018-12-191-9/+4
* Change package name from eth to dexSonic2018-12-191-1/+1
* Copy codebase from ethSonic2018-12-191-0/+787