Skip to content

Commit

Permalink
many changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Jan 17, 2024
1 parent 9db99fb commit e48f694
Show file tree
Hide file tree
Showing 28 changed files with 530 additions and 759 deletions.
688 changes: 157 additions & 531 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions chain-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ path = "src/lib.rs"
num-bigint = "0.4.2"

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

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

[dev-dependencies.multiversx-sc-scenario]
version = "=0.43.5"
version = "=0.46.1"
2 changes: 1 addition & 1 deletion chain-config/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ authors = [ "you",]
path = ".."

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

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

20 changes: 12 additions & 8 deletions chain-config/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
# Code generated by the multiversx-sc build system. DO NOT EDIT.

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

[package]
name = "chain-config-wasm"
version = "0.0.0"
edition = "2018"
publish = false
authors = [ "you",]

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

[workspace]
members = [ ".",]

[dev-dependencies]
crate-type = ["cdylib"]

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

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

[dependencies.multiversx-sc-wasm-adapter]
version = "=0.43.5"
version = "=0.46.1"

[workspace]
members = ["."]
6 changes: 2 additions & 4 deletions chain-config/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,9 +10,7 @@
// Total number of exported functions: 13

#![no_std]

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

multiversx_sc_wasm_adapter::allocator!();
Expand Down
4 changes: 2 additions & 2 deletions chain-factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/lib.rs"
num-bigint = "0.4.2"

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

[dependencies.utils]
path = "../common/utils"
Expand All @@ -21,4 +21,4 @@ path = "../common/utils"
path = "../chain-config"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.43.5"
version = "=0.46.1"
2 changes: 1 addition & 1 deletion chain-factory/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ authors = [ "you",]
path = ".."

[dependencies.multiversx-sc-meta]
version = "=0.43.5"
version = "=0.46.1"
Loading

0 comments on commit e48f694

Please sign in to comment.