Skip to content

Releases: coinbase/mesh-ethereum

v0.0.6

22 Nov 17:41
64f2f07
Compare
Choose a tag to compare

This contains the original code before the major upgrade to use rosetta-geth-sdk

v0.0.5

08 Feb 06:28
2480052
Compare
Choose a tag to compare

Changes include a bunch of updates

  • EIP 1559 support for /block
  • Rosetta SDK updates
  • Updated ethereum tracer

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

[Chore] rosetta-sdk-go@v0.6.5

09 Dec 20:36
f81889b
Compare
Choose a tag to compare

This release updates rosetta-ethereum to use the latest rosetta-sdk-go release.

Changelog

  • [chore] Update rosetta-sdk-go@v0.6.5 #18

rosetta-sdk-go Changes

  • [storage] Protect against nil Helper and/or Handler in BalanceStorage #273
  • [storage] Single Errgroup Pool for BlockWorkers #272
  • [chore] rosetta-specifications@v1.4.9 #271
  • [syncer/storage] Pre-store Blocks #269
  • [database] Update BadgerDB Performance Settings #267
  • [reconciler] Inactive Reconciliation Bypass #264
  • [BUG][reconciler] Handle Skipped Reconciliations Correctly #266
  • [constructor/worker] Error if random range < 0 #265
  • [client] Handle 408 Status Code as Retriable #263

[chore] rosetta-sdk-go@v0.6.3

02 Dec 17:59
bc8122d
Compare
Choose a tag to compare

This release updates rosetta-ethereum to use the latest rosetta-sdk-go release.

Changelog

  • rosetta-sdk-go@v0.6.3 #16

rosetta-sdk-go Changelog

  • [storage] Block Pruning Optimization #261
  • [asserter] Backwards Compatibility for Operation.Status #260
  • [chore] Miscellaneous Nits Before Release #259
  • Bump github.com/vmihailenco/msgpack/v5 from 5.0.0 to 5.1.0 #256
  • [reconciler] Performance Overhaul #258
  • feat: support schnorr_1 for zilliqa #257
  • [storage] Small Nits #255
  • [storage] Balance Storage Overhaul #252
  • [storage] Interface Refactor + Test Cleanup #254
  • [storage] Interface Overhaul #251
  • [statefulsyncer] Add Variadic Initializer #250
  • [utils] Implement ShardedMap #248
  • [utils] Add MutexMap #246
  • [utils] Implement PriorityMutex #244
  • [chore] Update msgpack #245

[Security] Golang CVE

13 Nov 18:43
8ff5278
Compare
Choose a tag to compare

This release contains a security update for both go and go-ethereum. IT IS HIGHLY RECOMMENDED THAT YOU UPDATE TO THIS VERSION AS SOON AS POSSIBLE!

Changelog

  • [Security] Update go and go-ethereum #13
  • Bump github.com/fatih/color from 1.9.0 to 1.10.0 #9
  • Bump github.com/coinbase/rosetta-sdk-go from 0.5.8 to 0.5.9 #8
  • Bump github.com/coinbase/rosetta-sdk-go from 0.5.7 to 0.5.8 #6
  • Bump github.com/coinbase/rosetta-sdk-go from 0.5.6 to 0.5.7 #5

Introducing rosetta-ethereum!

25 Oct 17:32
3561458
Compare
Choose a tag to compare

rosetta-ethereum provides a reference implementation of the Rosetta API for Ethereum in Golang. If you haven't heard of the Rosetta API, you can find more information here.

ROSETTA-ETHEREUM IS CONSIDERED ALPHA SOFTWARE. USE AT YOUR OWN RISK! COINBASE ASSUMES NO RESPONSIBILITY NOR LIABILITY IF THERE IS A BUG IN THIS IMPLEMENTATION.