Skip to content

Commit

Permalink
Framework upgrade bridge-proxy to 0.45.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Dec 27, 2023
1 parent 41522c5 commit dbf6668
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 36 deletions.
5 changes: 3 additions & 2 deletions bridge-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ publish = false

[lib]
path = "src/bridge-proxy.rs"

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

[dependencies.eth-address]
path = "../common/eth-address"

[dependencies.multiversx-sc]
version = "0.42.0"
version = "0.45.2"

[dev-dependencies]
num-bigint = "0.4.2"

[dev-dependencies.multiversx-sc-scenario]
version = "0.42.0"
version = "0.45.2"
3 changes: 2 additions & 1 deletion bridge-proxy/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ publish = false
authors = ["you"]

[dev-dependencies]

[dependencies.bridge-proxy]
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.42.0"
version = "0.45.2"
76 changes: 52 additions & 24 deletions bridge-proxy/wasm/Cargo.lock

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

18 changes: 12 additions & 6 deletions bridge-proxy/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
# Code generated by the multiversx-sc build system. DO NOT EDIT.

# ##########################################
# ############## AUTO-GENERATED #############
# ##########################################

[package]
name = "bridge-proxy-wasm"
version = "0.0.0"
edition = "2018"
publish = false
authors = ["you"]

[lib]
crate-type = ["cdylib"]

[workspace]
members = ["."]

[dev-dependencies]
[profile.release]
codegen-units = 1
opt-level = "z"
lto = true
debug = false
panic = "abort"
overflow-checks = false

[dependencies.bridge-proxy]
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.42.0"
version = "0.45.2"

[workspace]
members = ["."]
5 changes: 4 additions & 1 deletion bridge-proxy/wasm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by the multiversx-sc multi-contract system. DO NOT EDIT.
// Code generated by the multiversx-sc build system. DO NOT EDIT.

////////////////////////////////////////////////////
////////////////// AUTO-GENERATED //////////////////
Expand All @@ -10,6 +10,9 @@
// Total number of exported functions: 10

#![no_std]

// Configuration that works with rustc < 1.73.0.
// TODO: Recommended rustc version: 1.73.0 or newer.
#![feature(lang_items)]

multiversx_sc_wasm_adapter::allocator!();
Expand Down
11 changes: 11 additions & 0 deletions multi-transfer-esdt/wasm/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 multi-transfer-esdt/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
////////////////////////////////////////////////////

// Init: 1
// Endpoints: 17
// Endpoints: 18
// Async Callback (empty): 1
// Total number of exported functions: 19
// Total number of exported functions: 20

#![no_std]

Expand Down
11 changes: 11 additions & 0 deletions multisig/wasm/Cargo.lock

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

0 comments on commit dbf6668

Please sign in to comment.