Skip to content

Commit

Permalink
elrond-wasm 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Nov 23, 2021
1 parent 1388b08 commit 7765222
Show file tree
Hide file tree
Showing 167 changed files with 348 additions and 346 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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.23.0] - 2021-11-23
- Static access to API. Static thread-local context stack in the debugger.

## [elrond-wasm 0.22.11] - 2021-11-17
- Derive `ManagedVecItem` generics fix
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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm-node"

[dependencies.elrond-wasm-output]
version = "0.22.11"
version = "0.23.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-module-bonding-curve]
version = "0.22.11"
version = "0.23.0"
path = "../../modules/elrond-wasm-module-bonding-curve"

[dependencies.elrond-wasm]
version = "0.22.11"
version = "0.23.0"
path = "../../../elrond-wasm"

[dev-dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.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.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm"

[dependencies.elrond-wasm-debug]
version = "0.22.11"
version = "0.23.0"
path = "../../../../elrond-wasm-debug"
Loading

0 comments on commit 7765222

Please sign in to comment.