aboutsummaryrefslogtreecommitdiffstats
path: root/dex/backend.go
Commit message (Expand)AuthorAgeFilesLines
* dex: pass logger object to consensus coreWei-Ning Huang2018-12-191-1/+1
* consensus: dexcon: fetch config from stateWei-Ning Huang2018-12-191-1/+7
* dex: add initial block to RunJimmy Hu2018-12-191-1/+3
* dex: register ethereum APIsWei-Ning Huang2018-12-191-1/+38
* hack: temp fix for running testsWei-Ning Huang2018-12-191-1/+4
* dex: add subprotocolsSonic2018-12-191-1/+1
* dex: run consensus core on StartWei-Ning Huang2018-12-191-0/+1
* app: add default block rewardBojie Wu2018-12-191-1/+1
* dex: set tmp dMoment for testingWei-Ning Huang2018-12-191-1/+2
* dex: add self node meta after StartSonic2018-12-191-0/+1
* dex: move dexcon blockdb into datadirWei-Ning Huang2018-12-191-1/+3
* dex: interface updateWei-Ning Huang2018-12-191-1/+3
* dex: network: implement the network interfaceSonic2018-12-191-5/+30
* dex: bug fix to allow running geth without crashingWei-Ning Huang2018-12-191-3/+6
* dex: implement sendTx related governance methodsWei-Ning Huang2018-12-191-1/+1
* dex: pass p2p nodeKey to Dexon instanceWei-Ning Huang2018-12-191-8/+4
* dex: implement some governance interface functionsWei-Ning Huang2018-12-191-1/+1
* dex: governance: implement governance interfaceWei-Ning Huang2018-12-191-11/+21
* dex: add api_backend.go and it's dependenciesWei-Ning Huang2018-12-191-2/+13
* dex: implement dexon application interfaceBojie Wu2018-12-191-4/+66
* dex: update consensus core interfaceWei-Ning Huang2018-12-191-5/+4
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2018-12-191-10/+10
* Use dex.Config instead of eth.ConfigWei-Ning Huang2018-12-191-14/+2
* dex: fix use of internal package not allowedSonic2018-12-191-1/+1
* dex: make geth buildable and update interface skeletonWei-Ning Huang2018-12-191-0/+107
* Add dex packageWei-Ning Huang2018-12-191-0/+22