Skip to content

Commit

Permalink
elrond-wasm update
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed May 18, 2022
1 parent 2d00e81 commit f68438c
Show file tree
Hide file tree
Showing 10 changed files with 192 additions and 64 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [1.6.3](https://github.com/ElvenTools/elven-nft-minter-sc/releases/tag/v1.6.3) (2022-05-18)
- elrond-wasm framework update to 0.31.1
- small adjustments in the code

### [1.6.2](https://github.com/ElvenTools/elven-nft-minter-sc/releases/tag/v1.6.2) (2022-05-02)
- new endpoints:
- `getTotalSupply` - total collection supply
Expand Down
75 changes: 61 additions & 14 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 = "elven-nft-minter"
version = "1.6.2"
version = "1.6.3"
authors = ["Julian Ćwirko <julian.cwirko@gmail.com>"]
edition = "2018"
publish = false
Expand All @@ -9,10 +9,10 @@ publish = false
path = "src/lib.rs"

[dependencies.elrond-wasm]
version = "0.30.0"
version = "0.31.1"

[dev-dependencies.elrond-wasm-debug]
version = "0.30.0"
version = "0.31.1"

[dev-dependencies]
num-bigint = "0.4.2"
Expand Down
77 changes: 62 additions & 15 deletions meta/Cargo.lock

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

4 changes: 2 additions & 2 deletions meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elven-nft-minter-meta"
version = "1.6.2"
version = "1.6.3"
authors = ["Julian Ćwirko <julian.cwirko@gmail.com>"]
edition = "2018"
publish = false
Expand All @@ -9,4 +9,4 @@ publish = false
path = ".."

[dependencies.elrond-wasm-debug]
version = "0.30.0"
version = "0.31.1"
5 changes: 3 additions & 2 deletions output/elven-nft-minter.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
},
"contractCrate": {
"name": "elven-nft-minter",
"version": "1.6.2"
"version": "1.6.3",
"git_version": "f414d94-modified"
},
"framework": {
"name": "elrond-wasm",
"version": "0.30.0"
"version": "0.31.1"
}
},
"name": "ElvenTools",
Expand Down
Binary file modified output/elven-nft-minter.wasm
Binary file not shown.
Loading

0 comments on commit f68438c

Please sign in to comment.