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

Commit 351a294

Browse files
committed
Compile release notes
1 parent e94426d commit 351a294

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

docs/release_notes.rst

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

44
.. towncrier release notes start
55
6+
py-evm 0.4.0-alpha.3 (2021-03-24)
7+
---------------------------------
8+
9+
Features
10+
~~~~~~~~
11+
12+
- Expose a ``type_id`` on all transactions. It is ``None`` for legacy transactions. (`#1996 <https://github.com/ethereum/py-evm/issues/1996>`__)
13+
- Add new LegacyTransactionFieldsAPI, with a v field for callers that want to access v directly. (`#1997 <https://github.com/ethereum/py-evm/issues/1997>`__)
14+
15+
16+
Bugfixes
17+
~~~~~~~~
18+
19+
- Fix a crash in :meth:`eth.chains.base.Chain.get_transaction_receipt` and
20+
:meth:`eth.chains.base.Chain.get_transaction_receipt_by_index` that resulted in this exception:
21+
``TypeError: get_receipt_by_index() got an unexpected keyword argument 'receipt_builder'`` (`#1994 <https://github.com/ethereum/py-evm/issues/1994>`__)
22+
23+
624
py-evm 0.4.0-alpha.2 (2021-03-22)
725
---------------------------------
826

newsfragments/1994.bugfix.rst

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

newsfragments/1996.feature.rst

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

newsfragments/1997.feature.rst

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

0 commit comments

Comments
 (0)