Skip to content

Commit

Permalink
fix tests part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
alyn509 committed Nov 17, 2023
1 parent 7a399a5 commit 72dbd6d
Show file tree
Hide file tree
Showing 22 changed files with 169 additions and 73 deletions.
15 changes: 11 additions & 4 deletions contracts/examples/crowdfunding-esdt/wasm/Cargo.lock

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

15 changes: 11 additions & 4 deletions contracts/examples/digital-cash/wasm/Cargo.lock

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

15 changes: 11 additions & 4 deletions contracts/examples/factorial/wasm/Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"address:participant1": {
"nonce": "2",
"balance": "1,800,000,000,000",
"balance": "1,300,000,000,000",
"storage": {}
},
"address:participant2": {
Expand All @@ -54,7 +54,7 @@
},
"sc:ping-pong": {
"nonce": "0",
"balance": "500,000,000,000",
"balance": "1,000,000,000,000",
"storage": {
"str:pingAmount": "500,000,000,000",
"str:activationTimestamp": "780",
Expand Down
15 changes: 11 additions & 4 deletions contracts/examples/ping-pong-egld/wasm/Cargo.lock

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

15 changes: 11 additions & 4 deletions contracts/feature-tests/alloc-features/wasm/Cargo.lock

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ publish = false

[lib]
crate-type = ["cdylib"]

[profile.release]
codegen-units = 1
opt-level = "z"
lto = true
debug = false
panic = "abort"

[dependencies.basic-features]
path = ".."

Expand Down
15 changes: 11 additions & 4 deletions contracts/feature-tests/basic-features/wasm/Cargo.lock

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

15 changes: 11 additions & 4 deletions contracts/feature-tests/big-float-features/wasm/Cargo.lock

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

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

Loading

0 comments on commit 72dbd6d

Please sign in to comment.