aboutsummaryrefslogtreecommitdiffstats
path: root/dex/protocol.go
Commit message (Expand)AuthorAgeFilesLines
* dex: remove RandomnessMsg (#342)Sonic2019-04-091-5/+4
* dex: remove node table (#330)Sonic2019-04-091-2/+0
* dex: rebuild connection if dkg reset, core/vm: fix gov (#308)Jimmy Hu2019-04-091-0/+4
* core: merge notarySet and DKGSet (#265)Jimmy Hu2019-04-091-3/+0
* backport from v1.8.23 (#304)Sonic2019-04-091-1/+2
* dex: fix missing trie node when fast syncing (#301)Sonic2019-04-091-0/+1
* core: fill in genesis timstamp and remove dMoment from protocol handshake (#263)Wei-Ning Huang2019-04-091-3/+0
* dex: rename lattice to coreWei-Ning Huang2019-04-091-1/+1
* core: vm: flatten governanceWei-Ning Huang2019-04-091-1/+3
* core: sync to latest core (#214)Jimmy Hu2019-04-091-3/+1
* dex: Add a flag to GetBlockHeadersMsg and GetBlockBodiesMsg (#188)Sonic2019-04-091-1/+26
* p2p, dex: rework connection management (#183)Sonic2019-04-091-4/+0
* params: write dMoment into ChainConfig (#150)Wei-Ning Huang2019-04-091-0/+3
* dex: replace NodeMeta with ENR (#132)Sonic2019-04-091-1/+1
* dex: add pull randomness (#105)Jimmy Hu2019-04-091-3/+4
* core, dex: polish sync (#75)Sonic2019-04-091-0/+5
* dex: replace total difficulty with block number (#73)Sonic2019-04-091-3/+1
* core, dex, downloader: refactor governanceSonic2019-04-091-2/+1
* dex: implement downloader for dexSonic2019-04-091-1/+9
* dex: remove useless codeSonic2019-04-091-115/+0
* Rename import due to dexon-consensus renameWei-Ning Huang2019-04-091-5/+5
* dex: implement PullBlocks/PullVotes (#1)Jimmy Hu2019-04-091-1/+20
* dex: no need to rlp encode/decode now, consensus supports itSonic2019-04-091-4/+2
* dex: implement peerSetLoopSonic2019-04-091-0/+2
* dex: gov: using dex-consensus-core NodeSetCacheSonic2019-04-091-2/+2
* dex: add self node meta after StartSonic2019-04-091-0/+3
* dex: add method to get NumChains, NotarySet, DKGSet easilySonic2019-04-091-5/+3
* dex: network: implement the network interfaceSonic2019-04-091-1/+133
* dex: redesign p2p network topologySonic2019-04-091-25/+17
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-8/+8
* dex: implement notary node info propagation and management mechanismSonic2019-04-091-1/+10
* dex: introduce dex64 and remove eth62, eth63Sonic2019-04-091-5/+29
* Change package name from eth to dexSonic2019-04-091-1/+1
* Copy codebase from ethSonic2019-04-091-0/+183