Skip to content

Trinity v0.1.0-alpha.12 "Grace Hopper"

Pre-release
Pre-release
Compare
Choose a tag to compare
@pipermerriam pipermerriam released this 24 Jul 16:26
· 1919 commits to main since this release
trinity-v0.1.0-alpha.12

This is our second major alpha release of the Trinity ethereum client, aka "Grace Hopper"

With each release we like to highlight one of the amazing women from both history or present day.
https://en.wikipedia.org/wiki/Grace_Hopper

Grace Hopper

This release is focused primarily on syncing performance and reliability.

See the full release notes here

See the quickstart guide here for information on how to install and run the Trinity client.

Also check out our new marketing website here: https://trinity.ethereum.org/

Plugins

With this release we have also begun work on the Plugin API. This is current experimental and undocumented. This API will allow for running of 3rd party code within a running Trinity node to enable a wide range of use cases. We envision some of the following use cases:

  • alternate implementations of the transaction pool
  • management of paid/reserved slots for light peers
  • daemon processes for interacting with on-chain-protocols like Truebit or Ethereum Alarm Clock
  • exposing new application specific JSON-RPC APIs (such as augur_listMarkets)
  • implementing entirely new protcols (Whisper, Swarm, ???)

More info on Plugins soon. If you are interested in being one of the first to build on this platform, please reach out to Piper.