Skip to content

Commit

Permalink
Update packages/common/CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: cgewecke <christophergewecke@gmail.com>
  • Loading branch information
evertonfraga and cgewecke authored Oct 9, 2020
1 parent 1bcc94e commit 8aac6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For setting and requesting active EIPs there is `Common.setEIPs()` and `Common.e

Along there is a new EIP-based hardfork file format which allows to just reference EIPs (pointing to the EIP files which then contain the parameters) instead of containing parameters directly, see PR [#876](https://github.com/ethereumjs/ethereumjs-vm/pull/876). This is in preparation for an upcoming `Yolo v2` testnet integration.

Side note: with this new structural setup it gets now possible for all EIPs still implicitly contained within the hardfork files to be extracted as an EIP parameter set within its own dedicated EIP file (which can then be activated via the `eip` parameter on initialization) without loosing on functionality. If you have a need there feel free to open a PR!
Side note: with this new structural setup it's now possible for all EIPs still implicitly contained within the hardfork files to be extracted as an EIP parameter set within its own dedicated EIP file (which can then be activated via the `eip` parameter on initialization) without losing any functionality. If you have a need there feel free to open a PR!

### Gas Parameter Completeness for all Hardforks

Expand Down

0 comments on commit 8aac6a8

Please sign in to comment.