| Commit message (Expand) | Author | Age | Files | Lines |
* | dex: return correct pending nonce (#14) | Wei-Ning Huang | 2018-12-19 | 1 | -3/+3 |
* | app: bug fix (#7) | bojie | 2018-12-19 | 1 | -0/+7 |
* | dex: proofread and fix bugs | Wei-Ning Huang | 2018-12-19 | 1 | -161/+145 |
* | app: add back mutex to prevent concurrent map read write | BJ4 | 2018-12-19 | 1 | -1/+9 |
* | app: lock by chain correctly and remove old core in vendor | BJ4 | 2018-12-19 | 1 | -24/+12 |
* | Rename import due to dexon-consensus rename | Wei-Ning Huang | 2018-12-19 | 1 | -7/+7 |
* | dex: minor refactor | Wei-Ning Huang | 2018-12-19 | 1 | -12/+18 |
* | dex: set blocktime to millisecond timestamp | Wei-Ning Huang | 2018-12-19 | 1 | -1/+1 |
* | core: tx_pool: remove transactions on BlockConfirmed event | Wei-Ning Huang | 2018-12-19 | 1 | -1/+2 |
* | dex: add block gas limit into governance | Wei-Ning Huang | 2018-12-19 | 1 | -5/+4 |
* | app: refactor prepare logic | Bojie Wu | 2018-12-19 | 1 | -11/+17 |
* | app: using lock correctly to use map safely | Bojie Wu | 2018-12-19 | 1 | -63/+77 |
* | app: fix nil pointer issue | Bojie Wu | 2018-12-19 | 1 | -4/+6 |
* | app: add cache mechanism to increase performance | Bojie Wu | 2018-12-19 | 1 | -103/+63 |
* | app: add mutex to prevent concurrent read write map | Bojie Wu | 2018-12-19 | 1 | -0/+3 |
* | dex: remove uneeded info from block header | Wei-Ning Huang | 2018-12-19 | 1 | -15/+5 |
* | vendor: sync consensus core and fix conflict | Wei-Ning Huang | 2018-12-19 | 1 | -3/+2 |
* | app: fix bug when prepare transaction | Bojie Wu | 2018-12-19 | 1 | -2/+7 |
* | app: correct process pending block logic | Bojie Wu | 2018-12-19 | 1 | -29/+38 |
* | dex: fix missing randomness assignment | Wei-Ning Huang | 2018-12-19 | 1 | -1/+2 |
* | app: check nonce and balance in prepare payload | Bojie Wu | 2018-12-19 | 1 | -20/+111 |
* | core: included Dexcon metadata in block | Wei-Ning Huang | 2018-12-19 | 1 | -5/+11 |
* | app: implement verify block logic | Bojie Wu | 2018-12-19 | 1 | -22/+195 |
* | consensus: dexcon: fetch config from state | Wei-Ning Huang | 2018-12-19 | 1 | -0/+1 |
* | app: fixup message format | Wei-Ning Huang | 2018-12-19 | 1 | -8/+8 |
* | app: implement new insert blocks logic | Bojie Wu | 2018-12-19 | 1 | -147/+66 |
* | dex/core: misc bug fixes | Wei-Ning Huang | 2018-12-19 | 1 | -2/+3 |
* | app: fix log message | Bojie Wu | 2018-12-19 | 1 | -8/+8 |
* | app: correct dexon application logic | Bojie Wu | 2018-12-19 | 1 | -81/+51 |
* | core: fix nil map initialization | Wei-Ning Huang | 2018-12-19 | 1 | -1/+2 |
* | app: pass chain config instead of nil | Bojie Wu | 2018-12-19 | 1 | -3/+6 |
* | app: modify for new interface method | Bojie Wu | 2018-12-19 | 1 | -19/+33 |
* | app: implement new interface method | Bojie Wu | 2018-12-19 | 1 | -27/+104 |
* | dex: update application interface | Wei-Ning Huang | 2018-12-19 | 1 | -20/+27 |
* | app: correct validation logic | Bojie Wu | 2018-12-19 | 1 | -4/+10 |
* | dex: implement dexon application interface | Bojie Wu | 2018-12-19 | 1 | -13/+210 |
* | core: vm: implement the rest of governance contract methods | Wei-Ning Huang | 2018-12-19 | 1 | -3/+7 |
* | dex: update consensus core interface | Wei-Ning Huang | 2018-12-19 | 1 | -17/+5 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2018-12-19 | 1 | -1/+1 |
* | Use dex.Config instead of eth.Config | Wei-Ning Huang | 2018-12-19 | 1 | -21/+5 |
* | dex: make geth buildable and update interface skeleton | Wei-Ning Huang | 2018-12-19 | 1 | -3/+23 |
* | Add udpated governance interface and app interface | Wei-Ning Huang | 2018-12-19 | 1 | -2/+2 |
* | Add dex package | Wei-Ning Huang | 2018-12-19 | 1 | -0/+58 |