Skip to content

Commit 8b81afa

Browse files
committed
Merge branch 'master' into thlorenz/prog-sub-laser
* master: feat: Add support for `CommitDiff` to efficiently commit small changes in large delegated accounts (#575) feat: speedup ChainPubsubClientImpl creation by connecting them asynchronously (#775)
2 parents 4a77cde + eb17e8a commit 8b81afa

34 files changed

Lines changed: 1873 additions & 245 deletions

File tree

Cargo.lock

Lines changed: 176 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ magicblock-committor-program = { path = "./magicblock-committor-program", featur
9696
magicblock-committor-service = { path = "./magicblock-committor-service" }
9797
magicblock-config = { path = "./magicblock-config" }
9898
magicblock-core = { path = "./magicblock-core" }
99-
magicblock-delegation-program = { git = "https://github.com/magicblock-labs/delegation-program.git", rev = "aa1de56d90c", features = [
99+
magicblock-delegation-program = { git = "https://github.com/magicblock-labs/delegation-program.git", rev = "3edb41022" , features = [
100100
"no-entrypoint",
101101
] }
102102
magicblock-ledger = { path = "./magicblock-ledger" }

0 commit comments

Comments
 (0)