aboutsummaryrefslogtreecommitdiffstats
path: root/core/types
Commit message (Expand)AuthorAgeFilesLines
* core: NotaryAck interfaces. (#67)Jimmy Hu2018-08-202-41/+45
* core: implicit fields in types.Block used in reliable broadcast (#59)Haoping Ku2018-08-171-15/+9
* core: Remove notary ack. (#64)Jimmy Hu2018-08-161-30/+36
* core: Add compaction chain module. (#60)Jimmy Hu2018-08-161-4/+4
* core: Prepare Genesis block. (#54)Jimmy Hu2018-08-141-0/+1
* core: Sign block in Consensus.PrepareBlock. (#50)Jimmy Hu2018-08-131-0/+5
* core: ValidatorID.Hash is the hash of public key. (#49)Jimmy Hu2018-08-131-0/+7
* core: reliable-broadcast: delete old blocks (#47)Haoping Ku2018-08-101-0/+1
* core: Modify Consensus interface (#45)Jimmy Hu2018-08-101-3/+9
* core: update governance interface and move K into config (#40)Wei-Ning Huang2018-08-102-16/+46
* core: Add block hash signature functions in core/ctypto.go. (#39)Jimmy Hu2018-08-102-6/+35
* core: Add Block.IsGenesis() and set Block.ParentHash to 0 in genesis block. (...Jimmy Hu2018-08-092-6/+29
* core: Add Consensus to replace core.Blocklattice (#35)Mission Liao2018-08-082-0/+26
* crypto: Add crypto module. (#34)Jimmy Hu2018-08-081-8/+28
* test: random blocks generator (#26)Mission Liao2018-08-031-0/+17
* core: DEXON Consensus Timestamp Algorithm. (#29)Jimmy Hu2018-08-031-10/+12
* core: refine Application interface and add Governance interface (#24)Wei-Ning Huang2018-07-311-0/+6
* Add new sorting method for blocksMission Liao2018-07-312-0/+65
* Add acking module (#13)Haoping Ku2018-07-301-6/+7
* Implement simulation on a real network (#5)Wei-Ning Huang2018-07-202-20/+10
* core: refactor acking relationship (#3)Wei-Ning Huang2018-07-181-3/+2
* Fix typos and add .gitignore (#2)Haoping Ku2018-07-171-1/+1
* Initial implementation of DEXON consensus algorithmWei-Ning Huang2018-07-162-0/+126