aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/dexcon/dexcon.go
Commit message (Expand)AuthorAgeFilesLines
* core: vm: refactor file structurejm2019-05-061-1/+1
* consensus: dexcon: set correct tx fee receiverWei-Ning Huang2019-04-101-1/+1
* dexcon: correctly fine DKGSet for not producing blocks (#325)Wei-Ning Huang2019-04-091-22/+25
* core: fix finalize logic (#302)Jimmy Hu2019-04-091-2/+4
* core: set extended round block reward to zero (#298)Wei-Ning Huang2019-04-091-18/+34
* consensus: dexcon: disqualify dead node (#280)Wei-Ning Huang2019-04-091-3/+39
* core: vm: flatten governanceWei-Ning Huang2019-04-091-3/+3
* core: Remove K, Phi and NumChains from Governance (#198)Jimmy Hu2019-04-091-16/+7
* consensus: dexcon: snapshot round height when finalizing block (#170)Wei-Ning Huang2019-04-091-1/+8
* app: fix reward bug with empty block (#155)bojie2019-04-091-9/+13
* consensus: implement DEXON cryptoeconomics v4.0 (#145)Wei-Ning Huang2019-04-091-15/+52
* core: fix blockReward serializationWei-Ning Huang2019-04-091-1/+1
* app: add cache mechanism to increase performanceBojie Wu2019-04-091-0/+2
* dex: remove uneeded info from block headerWei-Ning Huang2019-04-091-1/+1
* consensus: dexcon: fetch config from stateWei-Ning Huang2019-04-091-10/+14
* params: load blockReward from genesis JSON fileWei-Ning Huang2019-04-091-2/+1
* app: implement new insert blocks logicBojie Wu2019-04-091-1/+2
* dex/core: misc bug fixesWei-Ning Huang2019-04-091-3/+10
* app: add default block rewardBojie Wu2019-04-091-1/+1
* app: calculate block reward according to chain numBojie Wu2019-04-091-3/+2
* dex: implement dexon application interfaceBojie Wu2019-04-091-1/+6
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-6/+6
* Use dex.Config instead of eth.ConfigWei-Ning Huang2019-04-091-0/+4
* Add initial DEXON consensus engine implementation skeletonWei-Ning Huang2019-04-091-0/+133