-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7df1ba6
commit e06dc47
Showing
11 changed files
with
769 additions
and
58 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Oops, something went wrong.