aboutsummaryrefslogtreecommitdiffstats
path: root/dex/app.go
Commit message (Expand)AuthorAgeFilesLines
* dex: remove uneeded info from block headerWei-Ning Huang2019-06-121-15/+5
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-06-121-3/+2
* app: fix bug when prepare transactionBojie Wu2019-06-121-2/+7
* app: correct process pending block logicBojie Wu2019-06-121-29/+38
* dex: fix missing randomness assignmentWei-Ning Huang2019-06-121-1/+2
* app: check nonce and balance in prepare payloadBojie Wu2019-06-121-20/+111
* core: included Dexcon metadata in blockWei-Ning Huang2019-06-121-5/+11
* app: implement verify block logicBojie Wu2019-06-121-22/+195
* consensus: dexcon: fetch config from stateWei-Ning Huang2019-06-121-0/+1
* app: fixup message formatWei-Ning Huang2019-06-121-8/+8
* app: implement new insert blocks logicBojie Wu2019-06-121-147/+66
* dex/core: misc bug fixesWei-Ning Huang2019-06-121-2/+3
* app: fix log messageBojie Wu2019-06-121-8/+8
* app: correct dexon application logicBojie Wu2019-06-121-81/+51
* core: fix nil map initializationWei-Ning Huang2019-06-121-1/+2
* app: pass chain config instead of nilBojie Wu2019-06-121-3/+6
* app: modify for new interface methodBojie Wu2019-06-121-19/+33
* app: implement new interface methodBojie Wu2019-06-121-27/+104
* dex: update application interfaceWei-Ning Huang2019-06-121-20/+27
* app: correct validation logicBojie Wu2019-06-121-4/+10
* dex: implement dexon application interfaceBojie Wu2019-06-121-13/+210
* core: vm: implement the rest of governance contract methodsWei-Ning Huang2019-06-121-3/+7
* dex: update consensus core interfaceWei-Ning Huang2019-06-121-17/+5
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-1/+1
* Use dex.Config instead of eth.ConfigWei-Ning Huang2019-06-121-21/+5
* dex: make geth buildable and update interface skeletonWei-Ning Huang2019-06-121-3/+23
* Add udpated governance interface and app interfaceWei-Ning Huang2019-06-121-2/+2
* Add dex packageWei-Ning Huang2019-06-121-0/+58