Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dummy commit to make fullnode work | Mission Liao | 2019-02-22 | 1 | -12/+1 |
| | |||||
* | consensus: dexcon: snapshot round height when finalizing block (#170) | Wei-Ning Huang | 2019-01-24 | 1 | -1/+8 |
| | | | | Instead of having BP to send a tx to register the round height, just modify the state when finalizing block. | ||||
* | core, dex/downloader: polish headers verification and blocks insertion ↵ | Sonic | 2019-01-24 | 1 | -0/+300 |
| | | | | | | | logic (#168) Refactor GenerateDexonChain function, move governance tx logic to the user of GenerateDexonChain (testchain_test.go) and move fake node set code to FakeDexcon. | ||||
* | Revert "core: vm: refactor file structure (#151)" | Wei-Ning Huang | 2019-01-17 | 2 | -2/+2 |
| | | | | This reverts commit 020c8a477578cef3764b54f33d9ca0cf6caf7631. | ||||
* | app: fix reward bug with empty block (#155) | bojie | 2019-01-16 | 1 | -9/+13 |
| | | | | | | | | * app: fix reward bug with empty block * make block generation consistent * revert change to dmoment in genesis.json | ||||
* | core: vm: refactor file structure (#151) | JM | 2019-01-15 | 2 | -2/+2 |
| | | | | For support other vm types, this pr modified the core/vm file structures. | ||||
* | consensus: implement DEXON cryptoeconomics v4.0 (#145) | Wei-Ning Huang | 2019-01-14 | 3 | -41/+159 |
| | |||||
* | core: fix blockReward serialization | Wei-Ning Huang | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | app: add cache mechanism to increase performance | Bojie Wu | 2018-12-19 | 1 | -0/+2 |
| | |||||
* | dex: remove uneeded info from block header | Wei-Ning Huang | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | consensus: dexcon: fetch config from state | Wei-Ning Huang | 2018-12-19 | 1 | -10/+14 |
| | |||||
* | params: load blockReward from genesis JSON file | Wei-Ning Huang | 2018-12-19 | 1 | -2/+1 |
| | |||||
* | app: implement new insert blocks logic | Bojie Wu | 2018-12-19 | 1 | -1/+2 |
| | |||||
* | dex/core: misc bug fixes | Wei-Ning Huang | 2018-12-19 | 1 | -3/+10 |
| | |||||
* | app: add default block reward | Bojie Wu | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | app: calculate block reward according to chain num | Bojie Wu | 2018-12-19 | 1 | -3/+2 |
| | |||||
* | dex: implement dexon application interface | Bojie Wu | 2018-12-19 | 1 | -1/+6 |
| | |||||
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2018-12-19 | 1 | -6/+6 |
| | |||||
* | Use dex.Config instead of eth.Config | Wei-Ning Huang | 2018-12-19 | 1 | -0/+4 |
| | |||||
* | Add initial DEXON consensus engine implementation skeleton | Wei-Ning Huang | 2018-12-19 | 2 | -0/+159 |