Make the maximum block size configurable (#7499)
* Make the maximum block size configurable This pr makes the maximum block size configurable. The maximum block size is used after proposing a new block to check if the new block is not exceeding the maximum. * Update primitives/consensus/common/src/evaluation.rs Co-authored-by:André Silva <123550+andresilva@users.noreply.github.com> * Added comment Co-authored-by:
André Silva <123550+andresilva@users.noreply.github.com>
Showing
- substrate/client/basic-authorship/src/basic_authorship.rs 27 additions, 1 deletionsubstrate/client/basic-authorship/src/basic_authorship.rs
- substrate/primitives/consensus/common/src/evaluation.rs 7 additions, 11 deletionssubstrate/primitives/consensus/common/src/evaluation.rs
- substrate/primitives/consensus/common/src/lib.rs 0 additions, 3 deletionssubstrate/primitives/consensus/common/src/lib.rs
Please register or sign in to comment