aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/vote.go
Commit message (Collapse)AuthorAgeFilesLines
* core: New dexon ba (#210)Jimmy Hu2018-10-161-3/+3
|
* core: Fix simulation errors. (#202)Jimmy Hu2018-10-151-5/+2
|
* core: update data model to reflect new model (#157)Wei-Ning Huang2018-10-011-1/+0
| | | | | | Update data model: 1) Remove witness ack. 2) Add round to block. 3) Update governance interface.
* core: move crypto to core/crypto (#140)Mission Liao2018-09-261-1/+1
| | | | | | | | | - Move key-holder to authenticator Make core.keyHolder public as core.Authenticator, it is not required to make this part an interface. - Make private when there is no need to go public. - Fix data race
* Rename validator* to node* (#120)Mission Liao2018-09-201-1/+1
|
* core: BA-based consensus core. (#93)Jimmy Hu2018-09-041-1/+2
|
* core: Add a new structure `Position` and move `ShardID`, `ChainID` and ↵Jimmy Hu2018-09-031-6/+12
| | | | `Height` from `Block` (#89)
* core: Add vote type and add field to block. (#76)Jimmy Hu2018-08-281-0/+62