File tree Expand file tree Collapse file tree 4 files changed +26
-13
lines changed Expand file tree Collapse file tree 4 files changed +26
-13
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,32 @@ Release notes
3
3
4
4
.. towncrier release notes start
5
5
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
+
6
32
py-evm 0.3.0-alpha.9 (2019-12-02)
7
33
---------------------------------
8
34
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments