Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 8d54a1a

Browse files
committed
Compile release notes
1 parent af2b5a3 commit 8d54a1a

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

docs/release_notes.rst

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

44
.. towncrier release notes start
55
6+
py-evm 0.3.0-alpha.16 (2020-05-27)
7+
----------------------------------
8+
9+
Features
10+
~~~~~~~~
11+
12+
- Expose ``get_header_chain_gaps()`` API on HeaderDB to track chain gaps (`#1924 <https://github.com/ethereum/py-evm/issues/1924>`__)
13+
- Add a new ``persist_unexecuted_block`` API to ``ChainDB``. This API should be used to persist
14+
a block without executing the EVM on it. The API is used by
15+
syncing strategies that do not execute all blocks but fill old blocks
16+
back in (e.g. ``beam`` or ``fast`` sync) (`#1925 <https://github.com/ethereum/py-evm/issues/1925>`__)
17+
- Update the allowable version of `py_ecc` library. (`#1934 <https://github.com/ethereum/py-evm/issues/1934>`__)
18+
19+
620
py-evm 0.3.0-alpha.15 (2020-04-14)
721
----------------------------------
822

newsfragments/1924.feature.rst

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

newsfragments/1925.feature.rst

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

newsfragments/1934.feature.rst

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

0 commit comments

Comments
 (0)