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