Skip to content

Commit

Permalink
elrond-wasm update
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Jul 30, 2022
1 parent 7df1ba6 commit e06dc47
Show file tree
Hide file tree
Showing 11 changed files with 769 additions and 58 deletions.
38 changes: 23 additions & 15 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "piggybank"
version = "0.2.3"
version = "0.3.0"
authors = ["Julian Ćwirko <[email protected]>"]
edition = "2018"
publish = false
Expand All @@ -9,10 +9,10 @@ publish = false
path = "src/lib.rs"

[dependencies.elrond-wasm]
version = "0.32.0"
version = "0.34.1"

[dev-dependencies.elrond-wasm-debug]
version = "0.32.0"
version = "0.34.1"

[dev-dependencies]
num-bigint = "0.4.2"
Expand Down
40 changes: 24 additions & 16 deletions meta/Cargo.lock

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

6 changes: 3 additions & 3 deletions meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "piggybank-meta"
version = "0.2.3"
version = "0.3.0"
authors = ["Julian Ćwirko <[email protected]>"]
edition = "2018"
publish = false
Expand All @@ -9,7 +9,7 @@ publish = false
path = ".."

[dependencies.elrond-wasm]
version = "0.32.0"
version = "0.34.1"

[dependencies.elrond-wasm-debug]
version = "0.32.0"
version = "0.34.1"
6 changes: 3 additions & 3 deletions output/piggybank.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"contractCrate": {
"name": "piggybank",
"version": "0.2.3",
"git_version": "8274c62-modified"
"version": "0.3.0",
"git_version": "7df1ba6-modified"
},
"framework": {
"name": "elrond-wasm",
"version": "0.32.0"
"version": "0.34.1"
}
},
"name": "PiggyBank",
Expand Down
26 changes: 26 additions & 0 deletions output/piggybank.imports.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
"checkNoPayment",
"getNumESDTTransfers",
"bigIntGetCallValue",
"bigIntAdd",
"mBufferFromBigIntUnsigned",
"mBufferStorageStore",
"signalError",
"getBlockTimestamp",
"mBufferSetBytes",
"smallIntFinishUnsigned",
"bigIntFinishUnsigned",
"bigIntSign",
"managedTransferValueExecute",
"managedCaller",
"getNumArguments",
"mBufferGetArgument",
"mBufferGetLength",
"smallIntGetUnsignedArgument",
"mBufferAppendBytes",
"managedSignalError",
"mBufferToBigIntUnsigned",
"mBufferGetByteSlice",
"mBufferStorageLoad",
"mBufferAppend"
]
Binary file modified output/piggybank.wasm
Binary file not shown.
Loading

0 comments on commit e06dc47

Please sign in to comment.