Skip to content

Commit 87227c5

Browse files
Merge pull request #2236 from multiversx/release-63-3
Release: sc 0.63.3
2 parents f434f3a + b9e8498 commit 87227c5

File tree

371 files changed

+724
-724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

371 files changed

+724
-724
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ And crate group being released requires all crate groups downstream to be releas
5757

5858
## Version history
5959

60+
### [sc 0.63.3] - 2025-12-08
61+
- Reverted the EsdtTokenIdentifier ABI name to TokenIdentifier.
62+
6063

6164
### [sc 0.63.2] - 2025-12-03
6265
- Legacy whitebox test block timestamp APIs renamed and made type-safe.

Cargo.lock

Lines changed: 31 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/benchmarks/large-storage/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ publish = false
99
path = "src/large_storage.rs"
1010

1111
[dependencies.multiversx-sc]
12-
version = "0.63.2"
12+
version = "0.63.3"
1313
path = "../../../framework/base"
1414

1515
[dev-dependencies.multiversx-sc-scenario]
16-
version = "0.63.2"
16+
version = "0.63.3"
1717
path = "../../../framework/scenario"

contracts/benchmarks/large-storage/meta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ publish = false
88
path = ".."
99

1010
[dependencies.multiversx-sc-meta-lib]
11-
version = "0.63.2"
11+
version = "0.63.3"
1212
path = "../../../../framework/meta-lib"
1313
default-features = false

contracts/benchmarks/large-storage/wasm/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/benchmarks/large-storage/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ panic = "abort"
2828
path = ".."
2929

3030
[dependencies.multiversx-sc-wasm-adapter]
31-
version = "0.63.2"
31+
version = "0.63.3"
3232
path = "../../../../framework/wasm-adapter"
3333

3434
[workspace]

contracts/benchmarks/mappers/benchmark-common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ publish = false
99
path = "src/lib.rs"
1010

1111
[dependencies.multiversx-sc]
12-
version = "0.63.2"
12+
version = "0.63.3"
1313
path = "../../../../framework/base"
1414

1515
[dev-dependencies.multiversx-sc-scenario]
16-
version = "0.63.2"
16+
version = "0.63.3"
1717
path = "../../../../framework/scenario"

contracts/benchmarks/mappers/linked-list-repeat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ path = "../benchmark-common"
1313

1414

1515
[dependencies.multiversx-sc]
16-
version = "0.63.2"
16+
version = "0.63.3"
1717
path = "../../../../framework/base"
1818

1919
[dev-dependencies.multiversx-sc-scenario]
20-
version = "0.63.2"
20+
version = "0.63.3"
2121
path = "../../../../framework/scenario"

contracts/benchmarks/mappers/linked-list-repeat/meta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ publish = false
99
path = ".."
1010

1111
[dependencies.multiversx-sc-meta-lib]
12-
version = "0.63.2"
12+
version = "0.63.3"
1313
path = "../../../../../framework/meta-lib"
1414
default-features = false

contracts/benchmarks/mappers/linked-list-repeat/wasm/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)