Skip to content

Commit

Permalink
Merge pull request #32 from multiversx/framework-upgrade
Browse files Browse the repository at this point in the history
Framework upgrade to 0.47
  • Loading branch information
andreiblt1304 authored Apr 9, 2024
2 parents 5cb20d2 + ff77462 commit 315cc6a
Show file tree
Hide file tree
Showing 29 changed files with 463 additions and 399 deletions.
317 changes: 174 additions & 143 deletions Cargo.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions chain-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "chain-config"
version = "0.0.0"
authors = [ "you",]
authors = ["you"]
edition = "2018"
publish = false

Expand All @@ -11,11 +11,11 @@ path = "src/lib.rs"
[dev-dependencies]
num-bigint = "0.4.2"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.47.4"

[dependencies.multiversx-sc]
version = "=0.46.1"
version = "=0.47.4"

[dependencies.multiversx-sc-modules]
version = "=0.46.1"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.46.1"
version = "=0.47.4"
4 changes: 2 additions & 2 deletions chain-config/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = "chain-config-meta"
version = "0.0.0"
edition = "2018"
publish = false
authors = [ "you",]
authors = ["you"]

[dev-dependencies]

[dependencies.chain-config]
path = ".."

[dependencies.multiversx-sc-meta]
version = "=0.46.1"
version = "=0.47.4"
36 changes: 18 additions & 18 deletions chain-config/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chain-config/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.46.1"
version = "=0.47.4"

[workspace]
members = ["."]
10 changes: 5 additions & 5 deletions chain-factory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "chain-factory"
version = "0.0.0"
authors = [ "you",]
authors = ["you"]
edition = "2018"
publish = false

Expand All @@ -11,8 +11,11 @@ path = "src/lib.rs"
[dev-dependencies]
num-bigint = "0.4.2"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.47.4"

[dependencies.multiversx-sc]
version = "=0.46.1"
version = "=0.47.4"

[dependencies.utils]
path = "../common/utils"
Expand All @@ -22,6 +25,3 @@ path = "../chain-config"

[dependencies.bls-signature]
path = "../common/bls-signature"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.46.1"
4 changes: 2 additions & 2 deletions chain-factory/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = "chain-factory-meta"
version = "0.0.0"
edition = "2018"
publish = false
authors = [ "you",]
authors = ["you"]

[dev-dependencies]

[dependencies.chain-factory]
path = ".."

[dependencies.multiversx-sc-meta]
version = "=0.46.1"
version = "=0.47.4"
36 changes: 18 additions & 18 deletions chain-factory/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chain-factory/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.46.1"
version = "=0.47.4"

[workspace]
members = ["."]
8 changes: 4 additions & 4 deletions common/bls-signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ authors = ["dorin-iancu <[email protected]>"]
edition = "2018"

[dependencies.multiversx-sc]
version = "=0.46.1"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.46.1"
version = "=0.47.4"

[dependencies.transaction]
path = "../transaction"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.47.4"
6 changes: 4 additions & 2 deletions common/max-bridged-amount-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name = "max-bridged-amount-module"
version = "0.0.0"
authors = ["dorin-iancu <[email protected]>"]
edition = "2018"

[dependencies.multiversx-sc]
version = "=0.46.1"
version = "=0.47.4"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.46.1"
version = "=0.47.4"
4 changes: 2 additions & 2 deletions common/setup-phase/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["dorin-iancu <[email protected]>"]
edition = "2018"

[dependencies.multiversx-sc]
version = "=0.46.1"
version = "=0.47.4"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.46.1"
version = "=0.47.4"
4 changes: 2 additions & 2 deletions common/token-whitelist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "../setup-phase"
path = "../utils"

[dependencies.multiversx-sc]
version = "=0.46.1"
version = "=0.47.4"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.46.1"
version = "=0.47.4"
2 changes: 1 addition & 1 deletion common/transaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2018"
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "=0.46.1"
version = "=0.47.4"
6 changes: 4 additions & 2 deletions common/tx-batch-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name = "tx-batch-module"
version = "0.0.0"
authors = ["dorin-iancu <[email protected]>"]
edition = "2018"

[dependencies.multiversx-sc]
version = "=0.46.1"
version = "=0.47.4"

[dependencies.transaction]
path = "../transaction"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.46.1"
version = "=0.47.4"
2 changes: 1 addition & 1 deletion common/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ path = "src/lib.rs"
path = "../bls-signature"

[dependencies.multiversx-sc]
version = "=0.46.1"
version = "=0.47.4"
features = ["esdt-token-payment-legacy-decode"]
Loading

0 comments on commit 315cc6a

Please sign in to comment.