Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

[beta] gas_limit for blocks, mined by Parity will be divisible by 37 (#4154) #4176

Merged
merged 1 commit into from
Jan 16, 2017

Conversation

arkpar
Copy link
Collaborator

@arkpar arkpar commented Jan 16, 2017

  • gas_limit for new blocks will divide evenly by 13

  • increased PARITY_GAS_LIMIT_DETERMINANT to 37

  • separate method for marking mined block

  • debug_asserts(gas_limit within protocol range)

  • round_block_gas_limit method is now static

  • made round_block_gas_limit free-function

  • multiplier->multiple

@arkpar arkpar added the A8-backport 🕸 Pull request is already reviewed well in another branch. label Jan 16, 2017
* gas_limit for new blocks will divide evenly by 13

* increased PARITY_GAS_LIMIT_DETERMINANT to 37

* separate method for marking mined block

* debug_asserts(gas_limit within protocol range)

* round_block_gas_limit method is now static

* made round_block_gas_limit free-function

* multiplier->multiple
@rphmeier rphmeier added the M4-core ⛓ Core client code / Rust. label Jan 16, 2017
@gavofyork gavofyork merged commit 1ee5ba1 into beta Jan 16, 2017
@gavofyork gavofyork deleted the backporting branch January 16, 2017 15:48
arkpar added a commit that referenced this pull request Jan 16, 2017
…#4176)

* gas_limit for new blocks will divide evenly by 13

* increased PARITY_GAS_LIMIT_DETERMINANT to 37

* separate method for marking mined block

* debug_asserts(gas_limit within protocol range)

* round_block_gas_limit method is now static

* made round_block_gas_limit free-function

* multiplier renamed to multiple
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-backport 🕸 Pull request is already reviewed well in another branch. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants