Trin v0.1.0-alpha.52
Pre-release
Pre-release
github-actions
released this
25 Oct 19:53
·
47 commits
to master
since this release
All Changes
- refactor: census peer discovery algorithm (#1553)
- chore: remove/ignore tests which download from a remote server (#1547)
- refactor!: make content key decoding more flexible (#1544)
- docs: add quickstart, dark mermaid theme, etc (#1537)
- docs: update RawContentKey and RawContentValue docs (#1543)
- feat: support "size" in eth_getBlockBy* (#1542)
- feat: implement rlp::Encodable::length for Header (#1541)
- refactor: transaction rlp encoding (#1539)
- chore(deps): weekly
cargo update
(#1540) - refactor! clean up ContentInfo type, remove unexpected paths (#1528)
- docs: examples for eth_* RPC calls (#1535)
Binaries
The binaries are signed with the PGP key: 4003 D3C2 C88C 3FF8 A8C5 ABE8 91E6 F404 B740 8EEF
System | Architecture | Binary | PGP Signature |
---|---|---|---|
x86_64 | trin-v0.1.0-alpha.52-x86_64-unknown-linux-gnu.tar.gz | PGP Signature | |
aarch64 | trin-v0.1.0-alpha.52-aarch64-unknown-linux-gnu.tar.gz | PGP Signature | |
x86_64 | trin-v0.1.0-alpha.52-x86_64-pc-windows-gnu.tar.gz | PGP Signature | |
x86_64 | trin-v0.1.0-alpha.52-x86_64-apple-darwin.tar.gz | PGP Signature | |
aarch64 | trin-v0.1.0-alpha.52-aarch64-apple-darwin.tar.gz | PGP Signature | |
System | Option | - | Resource |
Docker | v0.1.0-alpha.52 | ethereum/trin |
What's Changed
- docs: examples for eth_* RPC calls by @carver in #1535
- refactor! clean up ContentInfo type, remove unexpected paths by @KolbyML in #1528
- chore(deps): weekly
cargo update
by @github-actions in #1540 - refactor: transaction rlp encoding by @morph-dev in #1539
- feat: implement rlp::Encodable::length for Header by @morph-dev in #1541
- feat: support "size" in eth_getBlockBy* by @morph-dev in #1542
- docs: update RawContentKey and RawContentValue docs by @morph-dev in #1543
- docs: add quickstart, dark mermaid theme, etc by @carver in #1537
- refactor!: make content key decoding more flexible by @morph-dev in #1544
- chore: remove/ignore tests which download from a remote server by @KolbyML in #1547
- refactor: census peer discovery algorithm by @morph-dev in #1553
Full Changelog: v0.1.0-alpha.51...v0.1.0-alpha.52