Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

Commit 298e9b1

Browse files
committed
Compile release notes
1 parent 7425ed7 commit 298e9b1

14 files changed

+44
-18
lines changed

docs/release_notes.rst

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,50 @@ Trinity is moving fast. Read up on all the latest improvements.
55

66
.. towncrier release notes start
77
8+
Trinity 0.1.0-alpha.29 (2019-09-30)
9+
-----------------------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Added Istanbul block number to default Ropsten configuration: 6485846 (`#907 <https://github.com/ethereum/trinity/issues/907>`__)
15+
- Upgrade `ipython` shell to `7.8.0` which supports `async` / `await` hence improves
16+
the UI/UX of `trinity attach` and `trinity db-shell`. (`#1203 <https://github.com/ethereum/trinity/issues/1203>`__)
17+
18+
19+
Bugfixes
20+
~~~~~~~~
21+
22+
- Fixed handshake bug that caused all inbound connections to fail with: ``"AttributeError: 'Session' object has no attribute 'address'"`` (`#1129 <https://github.com/ethereum/trinity/issues/1129>`__)
23+
- Ensure EthStatsService properly handles lost connections to the server (`#1139 <https://github.com/ethereum/trinity/issues/1139>`__)
24+
25+
26+
Improved Documentation
27+
~~~~~~~~~~~~~~~~~~~~~~
28+
29+
- Document how to install, run and develop with the Trinity DappNode package. (`#1082 <https://github.com/ethereum/trinity/issues/1082>`__)
30+
31+
32+
Internal Changes - for Trinity Contributors
33+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34+
35+
- Add a ``make create-dappnode-image`` command to expose Trinity as a DappNode package. The
36+
package can be found as ``trinity.public.dappnode.eth``. (`#1082 <https://github.com/ethereum/trinity/issues/1082>`__)
37+
- ``Plugins`` are now called ``Components``. We've found ``Components`` to be a
38+
better term for the provided functionality, especially since it is less loaded
39+
with the assumption of being something that *optionally extends* functionality
40+
when in reality Trinity's core functionality is built out of ``Components``. (`#1140 <https://github.com/ethereum/trinity/issues/1140>`__)
41+
- Add ``ConnectionAPI.get_protocol_for_command_type`` (`#1145 <https://github.com/ethereum/trinity/issues/1145>`__)
42+
- Add ``ConnectionAPI.get_receipt_by_type(receipt_type: Type[ReceiptAPI])`` API (`#1148 <https://github.com/ethereum/trinity/issues/1148>`__)
43+
- The ``ConnectionAPI`` now has a mirrored version of ``MultiplexerAPI.has_protocol`` via ``ConnectionAPI.has_protocol`` (`#1181 <https://github.com/ethereum/trinity/issues/1181>`__)
44+
45+
46+
Miscellaneous changes
47+
~~~~~~~~~~~~~~~~~~~~~
48+
49+
- `#1135 <https://github.com/ethereum/trinity/issues/1135>`__, `#1142 <https://github.com/ethereum/trinity/issues/1142>`__, `#1150 <https://github.com/ethereum/trinity/issues/1150>`__
50+
51+
852
Trinity 0.1.0-alpha.28 (2019-09-12)
953
-----------------------------------
1054

newsfragments/1082.doc.rst

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

newsfragments/1082.internal.rst

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

newsfragments/1129.bugfix.rst

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

newsfragments/1135.misc.rst

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

newsfragments/1139.bugfix.rst

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

newsfragments/1140.internal.rst

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

newsfragments/1142.misc.rst

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

newsfragments/1145.internal.rst

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

newsfragments/1148.internal.rst

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

0 commit comments

Comments
 (0)