Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-release: sc 0.49.0-alpha.2 #1549

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ 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.49.0-alpha.2] - 2024-04-09
Second pre-release of the unified syntax. Most features done, including fully featured interactors.
Still missing: set state/check state in tests.

## [sc 0.48.0] - 2024-04-09
- When serializing to a managed buffer, static buffer caching is disabled by default.
- `sc-meta:` - installers for wasm32 target and wasm-opt.
- Integrated traits for token management: `FixedSupplyToken`, `Mergeable`.

## [sc 0.48.0-alpha.1] - 2024-03-27
## [sc 0.48.0-alpha.1] - 2024-03-27 (actually alpha release of 0.49.0)
First pre-release of the unified syntax. Syntax not yet stabilized, should only be used for experimenting with various smart contracts.

## [sc 0.47.8] - 2024-03-22
Expand Down
18 changes: 9 additions & 9 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.48.0"
version = "0.49.0-alpha.2"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.48.0"
version = "0.49.0-alpha.2"
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,6 +8,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/meta"
default-features = false
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 @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.48.0"
version = "0.49.0-alpha.2"
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.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.48.0"
version = "0.49.0-alpha.2"
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.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/scenario"
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../../framework/meta"
default-features = false
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.48.0"
version = "0.49.0-alpha.2"
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.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.48.0"
version = "0.49.0-alpha.2"
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,6 +9,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../../framework/meta"
default-features = false
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 @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.48.0"
version = "0.49.0-alpha.2"
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.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.48.0"
version = "0.49.0-alpha.2"
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,6 +9,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../../framework/meta"
default-features = false
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 @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.48.0"
version = "0.49.0-alpha.2"
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.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.48.0"
version = "0.49.0-alpha.2"
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,6 +9,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../../framework/meta"
default-features = false
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 @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.48.0"
version = "0.49.0-alpha.2"
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.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/scenario"
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../../framework/meta"
default-features = false
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.48.0"
version = "0.49.0-alpha.2"
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.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.48.0"
version = "0.49.0-alpha.2"
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,6 +8,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../../framework/meta"
default-features = false
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 @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.48.0"
version = "0.49.0-alpha.2"
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.48.0"
version = "0.49.0-alpha.2"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.48.0"
version = "0.49.0-alpha.2"
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,6 +8,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/meta"
default-features = false
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 @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.48.0"
version = "0.49.0-alpha.2"
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 @@ -12,10 +12,10 @@ path = "src/str_repeat.rs"
managed-buffer-builder-cached = ["multiversx-sc/managed-buffer-builder-cached"]

[dependencies.multiversx-sc]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../framework/base"
features = ["alloc"]

[dev-dependencies.multiversx-sc-scenario]
version = "0.48.0"
version = "0.49.0-alpha.2"
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,6 +8,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/meta"
default-features = false
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/wasm-adapter"

[workspace]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ path = ".."
features = ["managed-buffer-builder-cached"]

[dependencies.multiversx-sc-wasm-adapter]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/wasm-adapter"

[workspace]
Expand Down
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 @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.48.0"
version = "0.49.0-alpha.2"
path = "../../../../framework/wasm-adapter"

[workspace]
Expand Down
Loading
Loading