Skip to content

Commit 295cc29

Browse files
committed
Release notes for #2013
1 parent 3937a0c commit 295cc29

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

newsfragments/2013.bugfix.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Use UTC timestamp instead of local time zone, when creating a header.
2+
- Use UTC for clique validation.

newsfragments/2013.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Implement `EIP-1559 <https://eips.ethereum.org/EIPS/eip-1559>`_ for London support.

newsfragments/2013.internal.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- some test_vm fixes:
2+
- use the correctly paired VMs in PoW test
3+
- make sure *only* the block number is invalid in block number validity test
4+
- more robust test fixture name generation
5+
- run a newer version of the lint test from `make lint`

newsfragments/2013.removal.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Can no longer supply some fields to the genesis, like bloom and parent_hash.
2+
- :meth:`eth.rlp.headers.BlockHeader.from_parent()` is gone, because you should
3+
always use the VM to create a header (to make sure you get the correct type).

0 commit comments

Comments
 (0)