aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block_test.go
Commit message (Expand)AuthorAgeFilesLines
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-7/+7
* core: Add BlockSkeleton and Verify functions (#271)Jimmy Hu2018-10-291-1/+3
* core: Fix missing fields when cloning blocks. (#268)Mission Liao2018-10-271-4/+32
* core: fix stuffs (#250)Mission Liao2018-10-241-3/+2
* core: types: implement rlp.Encoder and rlp.Decoder (#232)Sonic2018-10-201-4/+19
* core: total ordering flush (#212)Mission Liao2018-10-181-12/+16
* core: change interface (#193)Mission Liao2018-10-111-6/+8
* core: General tsig (#177)Jimmy Hu2018-10-051-0/+1
* types: Test block clone (#175)Jimmy Hu2018-10-051-0/+71
* core: replace acks with slice (#102)Mission Liao2018-09-121-0/+14
* core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...Jimmy Hu2018-09-031-7/+13
* core: Add Block.IsGenesis() and set Block.ParentHash to 0 in genesis block. (...Jimmy Hu2018-08-091-6/+24
* test: random blocks generator (#26)Mission Liao2018-08-031-0/+17
* Add new sorting method for blocksMission Liao2018-07-311-0/+50