Skip to content

More Storage Optimizations

Compare
Choose a tag to compare
@patrick-ogrady patrick-ogrady released this 09 Dec 20:29
· 32 commits to master since this release
1b4c984

This release includes more rosetta-sdk-go/storage optimizations. This SHOULD be the last storage-breaking release for the foreseeable future. Apologize in advance for the inconvenience (the optimizations are worth it, we promise)!

WARNING: THIS RELEASE INCLUDES BREAKING CHANGES TO HOW DATA IS STORED ON DISK. YOU MUST DELETE ANY PREVIOUSLY SAVED DATA TO USE THIS RELEASE!

Changelog

  • [indexer] Syncing Optimizations #53

rosetta-sdk-go Changelog

  • [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