aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/dexcon/dexcon.go
Commit message (Expand)AuthorAgeFilesLines
* consensus: dexcon: snapshot round height when finalizing block (#170)Wei-Ning Huang2019-01-241-1/+8
* Revert "core: vm: refactor file structure (#151)"Wei-Ning Huang2019-01-171-1/+1
* app: fix reward bug with empty block (#155)bojie2019-01-161-9/+13
* core: vm: refactor file structure (#151)JM2019-01-151-1/+1
* consensus: implement DEXON cryptoeconomics v4.0 (#145)Wei-Ning Huang2019-01-141-15/+52
* core: fix blockReward serializationWei-Ning Huang2018-12-191-1/+1
* app: add cache mechanism to increase performanceBojie Wu2018-12-191-0/+2
* dex: remove uneeded info from block headerWei-Ning Huang2018-12-191-1/+1
* consensus: dexcon: fetch config from stateWei-Ning Huang2018-12-191-10/+14
* params: load blockReward from genesis JSON fileWei-Ning Huang2018-12-191-2/+1
* app: implement new insert blocks logicBojie Wu2018-12-191-1/+2
* dex/core: misc bug fixesWei-Ning Huang2018-12-191-3/+10
* app: add default block rewardBojie Wu2018-12-191-1/+1
* app: calculate block reward according to chain numBojie Wu2018-12-191-3/+2
* dex: implement dexon application interfaceBojie Wu2018-12-191-1/+6
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2018-12-191-6/+6
* Use dex.Config instead of eth.ConfigWei-Ning Huang2018-12-191-0/+4
* Add initial DEXON consensus engine implementation skeletonWei-Ning Huang2018-12-191-0/+133