grin/chain/src
Ignotus Peverell ef55b35416
Support for genesis block that includes a coinbase (#2079)
* Chain init now handles genesis body properly, related unit test creating the genesis with reward
* Avoid making block body public by adding a with_reward method
* apply_block in all genesis cases works
2018-12-06 15:38:15 -08:00
..
txhashset Support for genesis block that includes a coinbase (#2079) 2018-12-06 15:38:15 -08:00
chain.rs Support for genesis block that includes a coinbase (#2079) 2018-12-06 15:38:15 -08:00
error.rs [T4] Rename all shiftsize / cuckoo_size to edge_bits and change value for T4 (#1752) 2018-10-15 16:14:23 -07:00
lib.rs Block accepted reorg aware (#2003) 2018-11-21 14:35:38 +00:00
pipe.rs Sync headers slice (#2085) 2018-12-05 16:50:32 +00:00
store.rs cleanup unnecessary reset_head calls (#2072) 2018-12-03 22:27:03 +00:00
types.rs Block accepted reorg aware (#2003) 2018-11-21 14:35:38 +00:00