Skip to content

Commit 1131244

Browse files
committed
Compile release notes
1 parent 6c0b2cb commit 1131244

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

docs/release_notes.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ Release notes
33

44
.. towncrier release notes start
55
6+
py-evm 0.3.0-alpha.18 (2020-06-25)
7+
----------------------------------
8+
9+
Features
10+
~~~~~~~~
11+
12+
- Expose ``get_chain_gaps()`` on ``ChainDB`` to track gaps in the chain of blocks. (`#1947 <https://github.com/ethereum/py-evm/issues/1947>`__)
13+
14+
15+
Internal Changes - for Contributors
16+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17+
18+
- Allow `mine_block` of chain builder tools to take a ``transactions`` parameter.
19+
This makes it easier to model test scenarios that depend on creating blocks
20+
with transactions. (`#1947 <https://github.com/ethereum/py-evm/issues/1947>`__)
21+
- upgrade to Upgrade py-trie to the new v2.0.0-alpha.2 with fixed ``TraversedPartialPath``
22+
623
py-evm 0.3.0-alpha.17 (2020-06-02)
724
----------------------------------
825

newsfragments/1947.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/1947.internal.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)