Skip to content

Releases: ethereum/trin

Trin v0.1.0-alpha.3

29 Sep 03:12
5b385c9

Choose a tag to compare

Trin v0.1.0-alpha.3 Pre-release
Pre-release

What's Changed

  • Bump discv5 dependency rev hash by @njgheorghita in #931
  • Alternative Solution: Fix ConnectionId hashmap key bug by @KolbyML in #930
  • Batch of flamingo updates for the week by @carver in #924
  • Make Trin compilable/(not crash) on Windows + Add check CI by @KolbyML in #923
  • Add windows build instructions by @KolbyML in #926
  • fix(overlay-service): Check for peer NodeId in discovery ENR cache by @ogenev in #935

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Trin v0.1.0-alpha.2

22 Sep 05:04
89cbccf

Choose a tag to compare

Trin v0.1.0-alpha.2 Pre-release
Pre-release

Note: This list of "what's changed" includes changes from the last couple of deployments to the network, which weren't tagged as releases. We're still getting used to the release process.

What's Changed

  • 🦩 Minor flamingo additions by @njgheorghita in #872
  • book: Fix sops link by @ogenev in #877
  • Add github stale issues action by @njgheorghita in #863
  • Typo in stale issue message by @njgheorghita in #886
  • portal-bridge: Serve light client bootstrap data by @ogenev in #860
  • Impose limit on batch request size by @njgheorghita in #879
  • fix typos in cryptographic_accumlator.md by @Perelyn-sama in #887
  • fix(bridge): non-blocking sleep, to publish beacon every 12s && refactor(bridge): Mutex + Atomic to value-passing by @carver in #874
  • chore: upgrade utp-rs to v0.1.0-alpha.7 by @carver in #891
  • light-client: Strip unnecessary endpoints from the light client node by @ogenev in #899
  • chore: bump eth_trie by @samtvlabs in #905
  • perf(light-client): faster & smaller builds by removing ethers-rs by @carver in #902
  • feat: add base eth_* rpc & eth_chainID is always 1 by @carver in #897
  • Better handle nodes in propagate gossip cross thread when none are connected by @KolbyML in #901
  • feat: Add slot number in light client finality and optimistic content keys by @ogenev in #896
  • Bump to discv5 experimental branch for concurrent requests by @njgheorghita in #851
  • fix: improve the utp connection success rate, by using a default config by @carver in #909
  • Update pandoaps url by @njgheorghita in #921
  • Add header saturation delay for history bridge test mode by @KolbyML in #900
  • Exempt gfi issues from stale issues bot by @njgheorghita in #920
  • Add improvements to deployment.md by @KolbyML in #925
  • Add content validation result metrics by @njgheorghita in #796
  • docs: remove kademlia article by @danielrachi in #928
  • refactor(light-client): Refactor light-client crate to use ethportal-api consensus types by @ogenev in #907

New Contributors

  • @samtvlabs made their first contribution in #905

Full Changelog: testnet-v0.1.0-alpha.1...v0.1.0-alpha.2

Trin v0.1.0-alpha.1

31 Aug 09:51
26ad344

Choose a tag to compare

Trin v0.1.0-alpha.1 Pre-release
Pre-release

Summary

This is the first experimental release, binaries are not included for now but they can be attached too.

Highlights

Here we can summarize the major user-faced changes and leave Github to create the detailed release notes as shown below.

  • First Alpha release, includes support for the history portal network.

What's Changed

Read more