Skip to content

Commit

Permalink
sc 0.44.0, vm 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Nov 3, 2023
1 parent 58a9b23 commit 000aab2
Show file tree
Hide file tree
Showing 259 changed files with 395 additions and 380 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ They are:
- `multiversx-chain-scenario-format`, in short `scenario-format`, scenario JSON serializer/deserializer, 1 crate.
- `multiversx-sdk`, in short `sdk`, allows communication with the chain(s), 1 crate.

## [sc 0.44.0, vm 0.6.0] - 2023-11-03
- Back-transfer:
- API support in framework (not yet implemented in the Rust VM);
- Feature flag: `"back-transfers"`;
- EI updated.
- ESDT attribute ABI annotation and generator.
- Multiple var-args disallowed, unless annotating endpoint with `#[allow_multiple_var_args]`.
- Build system updates:
- `multicontract.toml` renamed to `sc-config.toml`;
- `add-unlabelled` default true.
- New `FunctionCall` object & refactoring. Can be used as multi-value to pass contract call info to contracts.
- `AddressToId` storage mapper.


## [sc 0.43.5] - 2023-10-16
- Meta crate: removed external dependencies to `wasm2wat` and `wasm-objdump`, replaces with internal implementation.
- NFT subscription module.
Expand Down
20 changes: 10 additions & 10 deletions 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 contracts/benchmarks/large-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = "src/large_storage.rs"

[dependencies.multiversx-sc]
version = "0.43.5"
version = "0.44.0"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.5"
version = "0.44.0"
path = "../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/large-storage/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/meta"
2 changes: 1 addition & 1 deletion contracts/benchmarks/large-storage/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/wasm-adapter"

[workspace]
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.multiversx-sc]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/scenario"
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.multiversx-sc]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/scenario"
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.43.5"
version = "0.44.0"
path = "../../../../../framework/meta"
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.5"
version = "0.44.0"
path = "../../../../../framework/wasm-adapter"

[workspace]
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.multiversx-sc]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/map-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.43.5"
version = "0.44.0"
path = "../../../../../framework/meta"
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/map-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.5"
version = "0.44.0"
path = "../../../../../framework/wasm-adapter"

[workspace]
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.multiversx-sc]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/queue-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.43.5"
version = "0.44.0"
path = "../../../../../framework/meta"
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/queue-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.5"
version = "0.44.0"
path = "../../../../../framework/wasm-adapter"

[workspace]
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.multiversx-sc]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/set-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.43.5"
version = "0.44.0"
path = "../../../../../framework/meta"
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/set-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.5"
version = "0.44.0"
path = "../../../../../framework/wasm-adapter"

[workspace]
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.multiversx-sc]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/scenario"
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.43.5"
version = "0.44.0"
path = "../../../../../framework/meta"
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.5"
version = "0.44.0"
path = "../../../../../framework/wasm-adapter"

[workspace]
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.multiversx-sc]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/vec-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.43.5"
version = "0.44.0"
path = "../../../../../framework/meta"
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/vec-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.5"
version = "0.44.0"
path = "../../../../../framework/wasm-adapter"

[workspace]
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.multiversx-sc]
version = "0.43.5"
version = "0.44.0"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.5"
version = "0.44.0"
path = "../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/send-tx-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/meta"
2 changes: 1 addition & 1 deletion contracts/benchmarks/send-tx-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/wasm-adapter"

[workspace]
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,10 +9,10 @@ publish = false
path = "src/str_repeat.rs"

[dependencies.multiversx-sc]
version = "0.43.5"
version = "0.44.0"
path = "../../../framework/base"
features = ["alloc"]

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.5"
version = "0.44.0"
path = "../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/str-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/meta"
2 changes: 1 addition & 1 deletion contracts/benchmarks/str-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.5"
version = "0.44.0"
path = "../../../../framework/wasm-adapter"

[workspace]
Expand Down
Loading

0 comments on commit 000aab2

Please sign in to comment.