aboutsummaryrefslogtreecommitdiffstats
path: root/dex/backend.go
Commit message (Expand)AuthorAgeFilesLines
* p2p, dex: rework connection management (#183)Sonic2019-06-121-1/+0
* vendor: sync to latest core (#154)Jimmy Hu2019-06-121-0/+1
* app: remove pending block logic (#149)bojie2019-06-121-1/+1
* params: write dMoment into ChainConfig (#150)Wei-Ning Huang2019-06-121-4/+3
* consensus: implement DEXON cryptoeconomics v4.0 (#145)Wei-Ning Huang2019-06-121-1/+1
* dex: replace NodeMeta with ENR (#132)Sonic2019-06-121-1/+1
* indexer: support data exporting/forwarding (#103)Meng-Ying Yang2019-06-121-0/+14
* core, dex, internal: block proposer syncing (first iteration) (#96)Sonic2019-06-121-16/+25
* dex: stop consensus core (#93)Jimmy Hu2019-06-121-0/+1
* vendor: sync to latest core (#91)Mission Liao2019-06-121-2/+2
* dex, cmd: Add DMoment to command line (#87)Jimmy Hu2019-06-121-6/+2
* vendor: sync to latest core and fix conflict (#79)Jimmy Hu2019-06-121-2/+1
* core, dex: polish sync (#75)Sonic2019-06-121-1/+2
* app: add app test case and benchmark (#66)bojie2019-06-121-1/+1
* Fix lintWei-Ning Huang2019-06-121-1/+1
* dex: use dex/downloader in dexSonic2019-06-121-10/+10
* dex: add BlockDB, which implements consensus core's blockdb.BlockDatabase (#36)Sonic2019-06-121-11/+2
* core: fix light node synchronization issue (#30)Wei-Ning Huang2019-06-121-0/+1
* core: refactor validator and fix light node sync (#25)Wei-Ning Huang2019-06-121-4/+3
* dex: remove gasprice package and use eth/gasprice insteadWei-Ning Huang2019-06-121-1/+1
* app: fix core testBJ42019-06-121-1/+2
* test: start a separate RPC node for testing block syncWei-Ning Huang2019-06-121-9/+2
* Rename import due to dexon-consensus renameWei-Ning Huang2019-06-121-9/+9
* dex: fix round switching and initialize dMoment correctlyWei-Ning Huang2019-06-121-1/+8
* geth: add propose flag to enable/disable proposingSonic2019-06-121-0/+7
* dex: pass logger object to consensus coreWei-Ning Huang2019-06-121-1/+1
* consensus: dexcon: fetch config from stateWei-Ning Huang2019-06-121-1/+7
* dex: add initial block to RunJimmy Hu2019-06-121-1/+3
* dex: register ethereum APIsWei-Ning Huang2019-06-121-1/+38
* hack: temp fix for running testsWei-Ning Huang2019-06-121-1/+4
* dex: add subprotocolsSonic2019-06-121-1/+1
* dex: run consensus core on StartWei-Ning Huang2019-06-121-0/+1
* app: add default block rewardBojie Wu2019-06-121-1/+1
* dex: set tmp dMoment for testingWei-Ning Huang2019-06-121-1/+2
* dex: add self node meta after StartSonic2019-06-121-0/+1
* dex: move dexcon blockdb into datadirWei-Ning Huang2019-06-121-1/+3
* dex: interface updateWei-Ning Huang2019-06-121-1/+3
* dex: network: implement the network interfaceSonic2019-06-121-5/+30
* dex: bug fix to allow running geth without crashingWei-Ning Huang2019-06-121-3/+6
* dex: implement sendTx related governance methodsWei-Ning Huang2019-06-121-1/+1
* dex: pass p2p nodeKey to Dexon instanceWei-Ning Huang2019-06-121-8/+4
* dex: implement some governance interface functionsWei-Ning Huang2019-06-121-1/+1
* dex: governance: implement governance interfaceWei-Ning Huang2019-06-121-11/+21
* dex: add api_backend.go and it's dependenciesWei-Ning Huang2019-06-121-2/+13
* dex: implement dexon application interfaceBojie Wu2019-06-121-4/+66
* dex: update consensus core interfaceWei-Ning Huang2019-06-121-5/+4
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-10/+10
* Use dex.Config instead of eth.ConfigWei-Ning Huang2019-06-121-14/+2
* dex: fix use of internal package not allowedSonic2019-06-121-1/+1
* dex: make geth buildable and update interface skeletonWei-Ning Huang2019-06-121-0/+107
* Add dex packageWei-Ning Huang2019-06-121-0/+22