Skip to content

Commit

Permalink
framework ugrade 0.50.3
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut committed May 26, 2024
1 parent 8b80a02 commit 2ff3136
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 34 deletions.
71 changes: 51 additions & 20 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ publish = false
path = "src/escrow.rs"

[dependencies.multiversx-sc]
version = "0.50.2"
version = "0.50.3"

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

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

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.50.2"
version = "0.50.3"
default-features = false
8 changes: 4 additions & 4 deletions src/escrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ pub trait Escrow: offer::OfferModule + events::EventsModule {

self.send().direct_esdt(
&offer.creator,
&payment.token_identifier,
payment.token_nonce,
&payment.amount,
&offer.accepted_payment.token_identifier,
offer.accepted_payment.token_nonce,
&offer.accepted_payment.amount,
);
self.send().direct_esdt(
&caller,
&offer.accepted_address,
&offer.offered_payment.token_identifier,
offer.offered_payment.token_nonce,
&offer.offered_payment.amount,
Expand Down
12 changes: 6 additions & 6 deletions 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 wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.50.2"
version = "0.50.3"

[workspace]
members = ["."]

0 comments on commit 2ff3136

Please sign in to comment.