Skip to content

Commit

Permalink
elrond-wasm 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Dec 14, 2021
1 parent 56eee50 commit 8babb4f
Show file tree
Hide file tree
Showing 168 changed files with 353 additions and 349 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ There are several crates in this repo, this changelog will keep track of all of

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [elrond-wasm 0.25.0] - 2021-12-14
- Rust testing framework - mandos generation fixes and some more getters
- Standard modules moved to `elrond-wasm-modules` crates

## [elrond-wasm 0.24.0] - 2021-12-07
- Rust testing framework
- Managed Crypto API - keccak256 and sha256
Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/benchmark-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = "src/lib.rs"

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/linked-list-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ path = "../benchmark-common"


[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-debug"
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = ".."

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-debug"
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ panic = "abort"
path = ".."

[dependencies.elrond-wasm-node]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-output"
features = ["wasm-output-mode"]

Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/map-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ path = "../benchmark-common"


[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/map-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = ".."

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/map-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ panic = "abort"
path = ".."

[dependencies.elrond-wasm-node]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-output"
features = ["wasm-output-mode"]

Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/queue-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ path = "../benchmark-common"


[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/queue-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = ".."

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/queue-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ panic = "abort"
path = ".."

[dependencies.elrond-wasm-node]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-output"
features = ["wasm-output-mode"]

Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/set-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ path = "../benchmark-common"


[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/set-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = ".."

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/set-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ panic = "abort"
path = ".."

[dependencies.elrond-wasm-node]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-output"
features = ["wasm-output-mode"]

Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/single-value-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ path = "../benchmark-common"


[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-debug"
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = ".."

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-debug"
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ panic = "abort"
path = ".."

[dependencies.elrond-wasm-node]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-output"
features = ["wasm-output-mode"]

Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/vec-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ path = "../benchmark-common"


[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/vec-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ publish = false
path = ".."

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/vec-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ panic = "abort"
path = ".."

[dependencies.elrond-wasm-node]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.24.0"
version = "0.25.0"
path = "../../../../../elrond-wasm-output"
features = ["wasm-output-mode"]

Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/send-tx-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = "src/send_tx_repeat.rs"

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/send-tx-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ publish = false
path = ".."

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/send-tx-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ panic = "abort"
path = ".."

[dependencies.elrond-wasm-node]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-output"
features = ["wasm-output-mode"]

Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/str-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = "src/str_repeat.rs"

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/str-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ publish = false
path = ".."

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/benchmarks/str-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ panic = "abort"
path = ".."

[dependencies.elrond-wasm-node]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-output"
features = ["wasm-output-mode"]

Expand Down
4 changes: 2 additions & 2 deletions contracts/examples/adder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = "src/adder.rs"

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/examples/adder/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ publish = false
path = ".."

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-debug"
4 changes: 2 additions & 2 deletions contracts/examples/adder/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ panic = "abort"
path = ".."

[dependencies.elrond-wasm-node]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-output"
features = ["wasm-output-mode"]

Expand Down
6 changes: 3 additions & 3 deletions contracts/examples/bonding-curve-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ publish = false
path = "src/lib.rs"

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../elrond-wasm"

[dependencies.elrond-wasm-modules]
version = "0.24.0"
version = "0.25.0"
path = "../../../elrond-wasm-modules"

[dev-dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../elrond-wasm-debug"

4 changes: 2 additions & 2 deletions contracts/examples/bonding-curve-contract/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = ".."

[dependencies.elrond-wasm]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.24.0"
version = "0.25.0"
path = "../../../../elrond-wasm-debug"
Loading

0 comments on commit 8babb4f

Please sign in to comment.