Skip to content

Commit

Permalink
merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ppca committed Jun 3, 2024
1 parent e2c91a4 commit 5e076d4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8,629 deletions.
90 changes: 15 additions & 75 deletions chain-signatures/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion chain-signatures/contract/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[profile.release]
inherits = "release"
codegen-units = 1
# Tell `rustc` to optimize for small code size.
opt-level = "z"
Expand Down
2 changes: 1 addition & 1 deletion chain-signatures/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ near-fetch = { git = "https://github.com/ChaoticTempest/fetch.git" }
near-lake-framework = { git = "https://github.com/near/near-lake-framework-rs", branch = "dmd/bump-dependencies" }
near-lake-primitives = { git = "https://github.com/near/near-lake-framework-rs", branch = "dmd/bump-dependencies" }
near-primitives = "0.21.2"
near-sdk = { version = "=5.1.0", features = ["legacy", "unit-testing"] }
near-sdk = { git = "https://github.com/near/near-sdk-rs.git", rev = "5a9acaedc95c5721d2088f263bc99e3de574decf", features = ["legacy", "unit-testing"] }

mpc-contract = { path = "../contract" }
mpc-keys = { path = "../keys" }
Expand Down
Loading

0 comments on commit 5e076d4

Please sign in to comment.