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

Commit

Permalink
Compile release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Dec 4, 2019
1 parent fcea712 commit 62bec9c
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 19 deletions.
48 changes: 48 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,54 @@ Trinity is moving fast. Read up on all the latest improvements.

.. towncrier release notes start
Trinity 0.1.0-alpha.31 (2019-12-04)
-----------------------------------

Features
~~~~~~~~

- Upgrade py-evm to v0.3.0-alpha.9, which includes **consensus-sensitive** Istanbul fix. See the `py-evm release notes
<https://py-evm.readthedocs.io/en/latest/release_notes.html#py-evm-0-3-0-alpha-9-2019-12-02>`_ (`#1343 <https://github.com/ethereum/trinity/issues/1343>`__)
- Add `export` and `import` command that lets one export blocks to a file or import blocks from a file. (`#1266 <https://github.com/ethereum/trinity/issues/1266>`__)
- Properly handle Ropsten and Goerli when using
`--beam-from-checkpoint eth://block/byetherscan/latest` to resolve a checkpoint. Also,
propagate a proper error to the user in case the syntax is used for an unsupported networḱ. (`#1269 <https://github.com/ethereum/trinity/issues/1269>`__)
- Automatically rotate logfiles across runs (`#1294 <https://github.com/ethereum/trinity/issues/1294>`__)
- Add support for `eth_getTransactionByHash` JSON-RPC API (`#1329 <https://github.com/ethereum/trinity/issues/1329>`__)
- When resuming beam sync, prefer to pick up from the canonical tip, if it's not too far behind. (`#1349 <https://github.com/ethereum/trinity/issues/1349>`__)


Bugfixes
~~~~~~~~

- Turn leaking exceptions into properly formatted user errors. (`#1269 <https://github.com/ethereum/trinity/issues/1269>`__)


Performance improvements
~~~~~~~~~~~~~~~~~~~~~~~~

- Speed up beam sync shutdown, and second launch from checkpoint (`#1345 <https://github.com/ethereum/trinity/issues/1345>`__)


Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~

- Removed experimental support for discovery v5 protocol (`#1314 <https://github.com/ethereum/trinity/issues/1314>`__)


Internal Changes - for Trinity Contributors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Show more helpful information in logs, like:

- show peer info in more logs and exceptions
- add extra information about exception context & cause
- show eth_api stats in the "Peer details" again
- show which service is stuck waiting on subservices (`#1344 <https://github.com/ethereum/trinity/issues/1344>`__)

- Collapse log spam about missing trie nodes (`#1345 <https://github.com/ethereum/trinity/issues/1345>`__)


Trinity 0.1.0-alpha.30 (2019-11-13)
-----------------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1266.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1269.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions newsfragments/1269.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1294.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1314.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1329.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/1343.feature.rst

This file was deleted.

6 changes: 0 additions & 6 deletions newsfragments/1344.internal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1345.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1345.performance.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1349.feature.rst

This file was deleted.

0 comments on commit 62bec9c

Please sign in to comment.