Skip to content

Storage Optimizations

Compare
Choose a tag to compare
@patrick-ogrady patrick-ogrady released this 02 Dec 19:26
· 53 commits to master since this release
7b5393d

This release includes significant optimizations to rosetta-sdk-go/storage that should reduce sync time. Shoutout to @HelloKashif and @sidhujag for helping to identify bottlenecks!

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

  • rosetta-sdk-go@v0.6.3 #49
  • remove --enable-glibc-back-compat configure flag in Bitcoin Core build #47

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