Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use tagged branch in test contract #374

Merged
merged 1 commit into from
May 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wasmbinding/testdata/Cargo.lock

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

4 changes: 1 addition & 3 deletions wasmbinding/testdata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]

# TODO for now we use main branch, we should change it to some release
# branches or tags when api will be more stable
[dependencies]
babylon-example = { git = "https://github.com/babylonchain/bindings", branch = "main" }
babylon-example = { git = "https://github.com/babylonchain/bindings", tag = "v0.1.0" }
4 changes: 2 additions & 2 deletions wasmbinding/testdata/artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
68dda2e9227ae65bcf56a41201a9eda05002b7f19b97d50ce09c79f818771e8f testdata-aarch64.wasm
5afdc819d10798874793abc813c0dbb70dcf3cec05aa0e84e3128234f8f9f498 testdata.wasm
cb5724a467b45181e187768e942c0e9badaf6953fae2f5b403e61ef696d11167 testdata-aarch64.wasm
29bb4c2ef5e142e32a999132d7245ba7eae385091bd5e5fc2cd0bb818ae2539e testdata.wasm
2 changes: 1 addition & 1 deletion wasmbinding/testdata/artifacts/checksums_intermediate.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3f81b570cc1ec35e77e7ee5856cfe0596a934d0d9aae776313f247734b67e7a1 ./target/wasm32-unknown-unknown/release/testdata.wasm
16e2b22ad2769ae68243d509a88925d0bdcbf9ba916df6c357f9acfc97365984 ./target/wasm32-unknown-unknown/release/testdata.wasm
Binary file modified wasmbinding/testdata/artifacts/testdata-aarch64.wasm
Binary file not shown.
Binary file modified wasmbinding/testdata/artifacts/testdata.wasm
Binary file not shown.