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

Apache Tuweni 2.0.0 (incubating)

Compare
Choose a tag to compare
@atoulme atoulme released this 16 Jun 06:47

Features:

  • Users can select to keep select connections to other peers alive, reconnecting on disconnection (RLPx)
  • New faucet application, with a simple wallet.
  • JSON-RPC client and server (server is just started)
  • Add syncing capabilities for mainnet
  • Cache hashcode on Bytes objects.
  • Use one binary bistro, and one Docker image for all of Tuweni.
  • Implement the EVM as Kotlin code, instead of importing EVMC
  • Add ethstats server
  • Add network crawler
  • Add proxy subprotocol
  • Add support for eth/66 (RLPx)

Fixes:

  • DNS daemon no longer throws errors when it cannot communicate over TCP
  • NOTICE for binary distro
  • #168: Fix Bytes32.wrap with offset
  • Remove biased language (allowlist, main branch)