Skip to content

Operator Client v2.2.0

Latest
Compare
Choose a tag to compare
@gzalz gzalz released this 25 Jul 20:06
a2390ef

What's Changed

Remove the following command from your build process. This is no longer needed.

git submodule update --init --recursive

If you run into difficulties please run

rm -r tip-router-operator-cli/repo-at-older-commit
  • Upgrade jito-solana deps to 2.3.4
  • Downgrade jito-solana rocksdb dep to 0.22 for performance considerations
  • Create a SnapshotController within load_and_process_ledger
  • Remove BlockMetaService as it has been merged with TransactionStatusService
  • Remove legacy operator conditionals
  • Remove to_legacy impl functions for various operator structs
  • Join on account and transaction services in load_and_process_ledger is now
    non-blocking