zebra/zebra-chain/src/block
Alfredo Garcia 918a337d8b
Document part of the block header consensus rules (#3296)
* document header version consensus rule

* document nbits threshold consensus rule

* document difficulty filter consensus rule

* document header solution consensus rule

* document header time consensus rule

* document upper time limit consensus rule

* document max block size consensus rule

* skip genesis in conesnsus rule check

* remove fixed comment

Co-authored-by: teor <teor@riseup.net>
2021-12-29 23:07:27 +00:00
..
tests Simplify preallocate tests (#3032) 2021-11-11 07:53:21 +10:00
arbitrary.rs Refactor code to avoid incorrect clippy::unnecessary_to_owned lint (#3270) 2021-12-21 07:58:24 +00:00
commitment.rs Fix typos (#3055) 2021-11-12 19:30:22 +00:00
error.rs
hash.rs
header.rs Replace read_compactsize and write_compactsize with CompactSizeMessage (#3014) 2021-11-05 15:24:24 -03:00
height.rs Validate coinbase expiration height (#3082) 2021-11-23 05:17:05 +00:00
merkle.rs Fix new clippy lints in clippy nightly (#3176) 2021-12-09 14:19:14 +00:00
serialize.rs Document part of the block header consensus rules (#3296) 2021-12-29 23:07:27 +00:00
tests.rs Check MAX_BLOCK_SIGOPS in the block verifier (#3049) 2021-11-15 20:55:32 +00:00