Skip to content

Commit fc447cc

Browse files
committed
feat: update mdp dependency + tests
1 parent 08ae5c7 commit fc447cc

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -65,7 +65,7 @@ isocountry = "0.3.2"
6565
crossbeam-channel = "0.5.11"
6666
enum-iterator = "1.5.0"
6767
env_logger = "0.11.2"
68-
magic-domain-program = { git = "https://github.com/magicblock-labs/magic-domain-program.git", rev = "1f8b2fd", default-features = false}
68+
magic-domain-program = { git = "https://github.com/magicblock-labs/magic-domain-program.git", rev = "ea04d46", default-features = false}
6969
magicblock-delegation-program = { git = "https://github.com/magicblock-labs/delegation-program.git", rev = "4af7f1c" }
7070
fd-lock = "4.0.2"
7171
fs_extra = "1.3.0"

test-integration/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ integration-test-tools = { path = "test-tools" }
2929
log = "0.4.20"
3030
magicblock-api = { path = "../magicblock-api" }
3131
magicblock-accounts-db = { path = "../magicblock-accounts-db", features = [ "dev-tools" ] }
32-
magic-domain-program = { git = "https://github.com/magicblock-labs/magic-domain-program.git", rev = "1f8b2fd", default-features = false}
32+
magic-domain-program = { git = "https://github.com/magicblock-labs/magic-domain-program.git", rev = "ea04d46", default-features = false}
3333
magicblock-config = { path = "../magicblock-config" }
3434
magicblock-core = { path = "../magicblock-core" }
3535
program-flexi-counter = { path = "./programs/flexi-counter" }
1.66 KB
Binary file not shown.

test-integration/test-magicblock-api/tests/test_domain_registry.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ fn test_sync() {
6060
ErRecord::V0(ref mut val) => {
6161
val.status = ErStatus::Draining;
6262
val.base_fee = 0;
63+
val.addr = "this.is.very.long.string.to.test.sync".to_string();
6364
}
6465
}
6566

0 commit comments

Comments
 (0)