diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 4823d1c456..787dcebff0 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -5,6 +5,32 @@ Trinity is moving fast. Read up on all the latest improvements. .. towncrier release notes start +Trinity 0.1.0-alpha.33 (2019-12-12) +----------------------------------- + +Bugfixes +~~~~~~~~ + +- Upgraded py-evm to fix the error: ``KeyError: (b'\x03', 'key could not be deleted in JournalDB, + because it was missing')``, while importing Istanbul blocks. See `other py-evm changes from + v0.3.0-alpha.11 + `_ (`#1376 `__) + + +Internal Changes - for Trinity Contributors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Fix flaky interactive web3 console test + + Due to the way components cross connect to each + other, not all logs of that startup routine are + happening deterministically. We were waiting on + a log that would sometimes never show up for all + valid reason. This test is now based on a log that + is guaranteed to show up unless a serious bug + happened. (`#1382 `__) + + Trinity 0.1.0-alpha.32 (2019-12-09) ----------------------------------- diff --git a/newsfragments/1376.bugfix.rst b/newsfragments/1376.bugfix.rst deleted file mode 100644 index 2ea5a46aa1..0000000000 --- a/newsfragments/1376.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -Upgraded py-evm to fix the error: `` KeyError: (b'\x03', 'key could not be deleted in JournalDB, -because it was missing')``, while importing Istanbul blocks. See `other py-evm changes from -v0.3.0-alpha.11 -`_ diff --git a/newsfragments/1382.internal.rst b/newsfragments/1382.internal.rst deleted file mode 100644 index 0f287c738a..0000000000 --- a/newsfragments/1382.internal.rst +++ /dev/null @@ -1,9 +0,0 @@ -Fix flaky interactive web3 console test - -Due to the way components cross connect to each -other, not all logs of that startup routine are -happening deterministically. We were waiting on -a log that would sometimes never show up for all -valid reason. This test is now based on a log that -is guaranteed to show up unless a serious bug -happened. \ No newline at end of file