Skip to content

Commit 66ce786

Browse files
committed
Compile release notes
1 parent 3aa3de6 commit 66ce786

File tree

4 files changed

+26
-13
lines changed

4 files changed

+26
-13
lines changed

docs/release_notes.rst

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

44
.. towncrier release notes start
55
6+
py-evm 0.3.0-alpha.10 (2019-12-09)
7+
----------------------------------
8+
9+
Bugfixes
10+
~~~~~~~~
11+
12+
- Bug: if data was missing during a call to :meth:`~eth.vm.base.VM.apply_all_transactions`,
13+
then the call would revert and continue processing transactions. Fix: we re-raise
14+
the :class:`~eth.exceptions.EVMMissingData` and do not continue processing transactions. (`#1889 <https://github.com/ethereum/py-evm/issues/1889>`__)
15+
- Fix for net gas metering (EIP-2200) in Istanbul. The "original value" used to calculate gas
16+
costs was incorrectly accessing the value at the start of the block, instead of the start of the
17+
transaction. (`#1893 <https://github.com/ethereum/py-evm/issues/1893>`__)
18+
19+
20+
Improved Documentation
21+
~~~~~~~~~~~~~~~~~~~~~~
22+
23+
- Add Matomo Tracking to Docs site.
24+
25+
Matomo is an Open Source web analytics platform that allows us
26+
to get better insights and optimize for our audience without
27+
the negative consequences of other compareable platforms.
28+
29+
Read more: https://matomo.org/why-matomo/ (`#1892 <https://github.com/ethereum/py-evm/issues/1892>`__)
30+
31+
632
py-evm 0.3.0-alpha.9 (2019-12-02)
733
---------------------------------
834

newsfragments/1889.bugfix.rst

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

newsfragments/1892.doc.rst

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

newsfragments/1893.bugfix.rst

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

0 commit comments

Comments
 (0)