Skip to content

Commit

Permalink
Release notes for #2013
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Aug 19, 2021
1 parent 3937a0c commit 295cc29
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions newsfragments/2013.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Use UTC timestamp instead of local time zone, when creating a header.
- Use UTC for clique validation.
1 change: 1 addition & 0 deletions newsfragments/2013.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Implement `EIP-1559 <https://eips.ethereum.org/EIPS/eip-1559>`_ for London support.
5 changes: 5 additions & 0 deletions newsfragments/2013.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- some test_vm fixes:
- use the correctly paired VMs in PoW test
- make sure *only* the block number is invalid in block number validity test
- more robust test fixture name generation
- run a newer version of the lint test from `make lint`
3 changes: 3 additions & 0 deletions newsfragments/2013.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Can no longer supply some fields to the genesis, like bloom and parent_hash.
- :meth:`eth.rlp.headers.BlockHeader.from_parent()` is gone, because you should
always use the VM to create a header (to make sure you get the correct type).

0 comments on commit 295cc29

Please sign in to comment.