You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/release_notes.rst
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,50 @@ Trinity is moving fast. Read up on all the latest improvements.
5
5
6
6
.. towncrier release notes start
7
7
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>`__)
- 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>`__)
0 commit comments