Skip to content

Commit

Permalink
use tagged branch in test contract (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradStaniec authored May 4, 2023
1 parent 58ba7e5 commit e4e7d3b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
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.

0 comments on commit e4e7d3b

Please sign in to comment.