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