Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
144 commits
Select commit Hold shift + click to select a range
12fa206
TokenId type
andrei-marinica Oct 13, 2025
e521411
Merge branch 'rc/v0.63' into token-id
andrei-marinica Oct 13, 2025
7df707f
TokenId used in EsdtTokenIdentifier
andrei-marinica Oct 13, 2025
9baed70
TokenId in EgldOrEsdtTokenIdentifier
andrei-marinica Oct 13, 2025
f3f1861
TokenId code dedup
andrei-marinica Oct 13, 2025
4f7adb7
LLDB debugger fix
andrei-marinica Oct 13, 2025
1bf9c66
fmt
andrei-marinica Oct 13, 2025
0936da4
fmt
andrei-marinica Oct 13, 2025
15e1421
TokenId type abi fix
andrei-marinica Nov 5, 2025
079836c
Merge branch 'rc/v0.63' into token-id
andrei-marinica Nov 5, 2025
d8a617e
blockchain wrapper - get_native_token/is_native_token
andrei-marinica Nov 5, 2025
b151208
Merge pull request #2184 from multiversx/token-id
andrei-marinica Nov 6, 2025
ecf4100
Merge pull request #2197 from multiversx/native-api
andrei-marinica Nov 6, 2025
1ba5fc0
rename Payment from contracts
andrei-marinica Nov 6, 2025
ec3bc1c
Merge pull request #2199 from multiversx/payment-rename
andrei-marinica Nov 7, 2025
281fa67
Payment, PaymentVec, PaymentMultiValue, call value all()
andrei-marinica Nov 7, 2025
13baafd
fmt, clippy, proxy
andrei-marinica Nov 7, 2025
cc40b2c
crowdfunding - new payment objects, call value single
andrei-marinica Nov 7, 2025
c6416c3
clippy fix
andrei-marinica Nov 7, 2025
2343c10
proxy fix
andrei-marinica Nov 7, 2025
dc67726
fmt
andrei-marinica Nov 7, 2025
25abd4c
crowdfunding-esdt renamed to crowdfunding
andrei-marinica Nov 7, 2025
e3f9f88
Merge pull request #2200 from multiversx/call-value-all
andrei-marinica Nov 8, 2025
4830090
Merge pull request #2201 from multiversx/crowdfunding-payment
andrei-marinica Nov 10, 2025
318aac6
Merge pull request #2202 from multiversx/crowdfunding-rename
andrei-marinica Nov 10, 2025
2fdab52
composability - new payment objects
andrei-marinica Nov 10, 2025
7632aad
composability - new payment objects cleanup
andrei-marinica Nov 10, 2025
3dc5dcb
payment refs moved to own file
andrei-marinica Nov 12, 2025
be9225c
cleanup
andrei-marinica Nov 12, 2025
8b92d45
types/managed/wrapped/num module
andrei-marinica Nov 12, 2025
044e8cd
NonZeroBigUint, usage in Payment
andrei-marinica Nov 12, 2025
f7f6691
LLDB formatter fix
andrei-marinica Nov 12, 2025
57e5cc0
Payment is_no_payment
andrei-marinica Nov 13, 2025
84d613a
Merge pull request #2207 from multiversx/payment-refs-move
andrei-marinica Nov 13, 2025
ff5b172
NonZeroBigUint BigUint operators
andrei-marinica Nov 13, 2025
327465b
NonZeroBigUint - operators impl
andrei-marinica Nov 14, 2025
45fe530
NonZeroBigUint - operators cleanup
andrei-marinica Nov 25, 2025
6684d6d
NonZeroBigUint docs
andrei-marinica Nov 25, 2025
efdbe8c
NonZeroBigUint - operator cleanup
andrei-marinica Nov 25, 2025
443752a
Merge branch 'rc/v0.64' into merge-rc-feat-payments
andrei-marinica Nov 25, 2025
6fa5686
Merge pull request #2222 from multiversx/merge-rc-feat-payments
andrei-marinica Nov 25, 2025
c670b33
Merge branch 'feat/new-payment-obj' into non-zero-big-uint
andrei-marinica Nov 25, 2025
9dceac7
removed operators between BigInt and BigUint
andrei-marinica Nov 25, 2025
3099414
Merge pull request #2223 from multiversx/remove-big-int-op-big-uint
andrei-marinica Nov 26, 2025
5538c6d
Merge branch 'feat/new-payment-obj' into non-zero-big-uint
andrei-marinica Nov 26, 2025
caf70a5
BigIntOperators generator cleanup
andrei-marinica Nov 26, 2025
6695933
BigIntOperators generator (type enum)
andrei-marinica Nov 26, 2025
e983657
Merge branch 'op-gen-type-cleanup' into non-zero-big-uint
andrei-marinica Nov 26, 2025
c7b79cb
Merge pull request #2224 from multiversx/op-gen-type-cleanup
andrei-marinica Nov 26, 2025
d04a32a
NonZeroBigUint - arith operator tests
andrei-marinica Nov 26, 2025
4b770a8
NonZeroBigUint - additional arith asign operator tests
andrei-marinica Nov 26, 2025
3e48557
NonZeroBigUint - serialization test: echo_non_zero_big_uint
andrei-marinica Nov 26, 2025
6a16dbd
Merge branch 'feat/new-payment-obj' into non-zero-big-uint
andrei-marinica Nov 26, 2025
3d95187
NonZeroBigUint - refactor
andrei-marinica Nov 26, 2025
e586680
NonZeroBigUint - test refactor
andrei-marinica Nov 26, 2025
f7e3171
rebuild
andrei-marinica Nov 26, 2025
6a6967d
typo
andrei-marinica Nov 26, 2025
d69b88f
NonZeroBigUint - debugger scripts
andrei-marinica Nov 26, 2025
638c6e6
doc fix
andrei-marinica Nov 26, 2025
b54432d
NonZeroBigUint - operator cleanup
andrei-marinica Nov 26, 2025
621e21a
BigIntOperators - assign op test cleanup
andrei-marinica Nov 26, 2025
3abdcf2
cleanup
andrei-marinica Nov 26, 2025
958a7e2
BigIntOperators - assign op mut arg/simplification
andrei-marinica Nov 26, 2025
1d307cc
BigIntOperators - exhaustive operator tests
andrei-marinica Nov 27, 2025
7f180ac
Merge pull request #2208 from multiversx/non-zero-big-uint
andrei-marinica Nov 27, 2025
6f5d7d7
Merge pull request #2226 from multiversx/assign-clean
andrei-marinica Nov 27, 2025
dbfbe0b
BigIntOperators - test BigUint with u32/u64
andrei-marinica Nov 27, 2025
1f354d7
op-gen-test print info
andrei-marinica Nov 27, 2025
6e61409
comment fix
andrei-marinica Nov 27, 2025
035ae4a
Merge pull request #2227 from multiversx/operators-full
andrei-marinica Nov 28, 2025
855652b
ManagedVec - to_array_of_refs simplification
andrei-marinica Nov 28, 2025
4046858
call value option_single
andrei-marinica Dec 3, 2025
c34fc7a
fmt, clippy, proxies
andrei-marinica Dec 3, 2025
1037c4c
call value single_optional
andrei-marinica Dec 7, 2025
f4ac36a
ManagedVecRef renamed to Ref
andrei-marinica Dec 8, 2025
65fc691
call value array
andrei-marinica Dec 8, 2025
d5bc07f
proxy fix
andrei-marinica Dec 8, 2025
15e45df
Merge pull request #2233 from multiversx/maybe-single
andrei-marinica Dec 8, 2025
8259231
Merge pull request #2235 from multiversx/managed-vec-ref-rename
andrei-marinica Dec 8, 2025
9a90dc2
Merge branch 'feat/new-payment-obj' into payment-array
andrei-marinica Dec 8, 2025
5722b8b
payable-features mandos cleanup
andrei-marinica Dec 8, 2025
3ef6967
Merge branch 'feat/new-payment-obj' into composability-payment
andrei-marinica Dec 8, 2025
b331d4f
Merge pull request #2237 from multiversx/payment-array
andrei-marinica Dec 8, 2025
0ca49b6
BigIntOperators - generator refactor
andrei-marinica Dec 8, 2025
81d6692
NonZeroBigUint - operations with u32/u64
andrei-marinica Dec 8, 2025
e44ecd5
Merge branch 'nzbu-u32-u64' into composability-payment
andrei-marinica Dec 8, 2025
f29ae33
TxPayment for Option<P> cleaned up
andrei-marinica Dec 8, 2025
7872835
file rename
andrei-marinica Dec 8, 2025
2342dd1
Payment TxPayment impl refactor, composability test update
andrei-marinica Dec 8, 2025
d17bd6c
Merge branch 'feat/new-payment-obj' into to-array-clean
andrei-marinica Dec 9, 2025
12cb33c
Merge pull request #2238 from multiversx/nzbu-u32-u64
andrei-marinica Dec 9, 2025
011592a
composability - forwarder raw cleanup
andrei-marinica Dec 9, 2025
288fb05
composability - forwarder raw cleanup
andrei-marinica Dec 9, 2025
7faeac0
Merge branch 'feat/new-payment-obj' into to-array-clean
andrei-marinica Dec 9, 2025
ba4ec72
TxPayment file name fix
andrei-marinica Dec 9, 2025
1c12a49
composability - forw raw direct cleanup
andrei-marinica Dec 9, 2025
649c5c7
composability - forw raw transf-exec cleanup
andrei-marinica Dec 10, 2025
ad5589a
composability - forwarder raw transf-exec module
andrei-marinica Dec 10, 2025
e0acc59
fmt
andrei-marinica Dec 10, 2025
b231329
composability - PaymentMultiValue cleanup
andrei-marinica Dec 10, 2025
4f3f035
composability - replacing call_value single_fungible_esdt with single
andrei-marinica Dec 10, 2025
6e006fd
composability - back transfer cleanup, proxy update
andrei-marinica Dec 10, 2025
8e74c38
fmt
andrei-marinica Dec 10, 2025
aa0a324
composability - forwarder cleanup
andrei-marinica Dec 10, 2025
d8a89c5
composability - forwarder fees cleanup, fees as u32
andrei-marinica Dec 10, 2025
02e5094
composability - cleanup
andrei-marinica Dec 10, 2025
2a7fc26
Merge pull request #2229 from multiversx/to-array-clean
andrei-marinica Dec 10, 2025
81a5855
composability - cleanup
andrei-marinica Dec 10, 2025
a9c88af
proxy update
andrei-marinica Dec 11, 2025
3b263e3
Merge pull request #2205 from multiversx/composability-payment
andrei-marinica Dec 11, 2025
d672228
EsdtTojenPayment -> Token Id
alyn509 Dec 11, 2025
07a0151
Merge branch 'feat/new-payment-obj' into order-book-payment-changes
alyn509 Dec 11, 2025
ff6bccf
fix transfer
alyn509 Dec 11, 2025
ee97773
factory token migration
alyn509 Dec 11, 2025
432fb92
remove test copied from other place
alyn509 Dec 11, 2025
b44cefa
payments - Compact
andrei-marinica Dec 11, 2025
ae56a8a
payments - removed token_type()
andrei-marinica Dec 12, 2025
66327e5
cleanup
andrei-marinica Dec 12, 2025
4de338a
Merge pull request #2240 from multiversx/order-book-payment-changes
andrei-marinica Dec 12, 2025
7aaac2d
rust toolchain 1.90
andrei-marinica Dec 12, 2025
8422688
Merge branch 'feat/new-payment-obj' into compact-payments
andrei-marinica Dec 12, 2025
196c2d5
TxPayment impl for Compact dedup
andrei-marinica Dec 12, 2025
da77e3a
TxPayment impl for payment ref dedup
andrei-marinica Dec 12, 2025
3a79469
clippy fix
andrei-marinica Dec 12, 2025
67be313
typo
andrei-marinica Dec 12, 2025
741f390
MultiTransfer marker
andrei-marinica Dec 12, 2025
b201ac3
test fix
andrei-marinica Dec 13, 2025
84c0d01
Display for TokenId and EgldOrEsdtTokenIdentifier
andrei-marinica Dec 14, 2025
4f08245
Display for TokenId and EgldOrEsdtTokenIdentifier tests
andrei-marinica Dec 15, 2025
1a6d91d
removed Compact marker
andrei-marinica Dec 15, 2025
3e5f5af
Merge pull request #2243 from multiversx/token-id-display
andrei-marinica Dec 15, 2025
8a56b89
Merge pull request #2242 from multiversx/multi-transfer-marker
andrei-marinica Dec 15, 2025
f857d07
composability - simplified forwarder callback payments
andrei-marinica Dec 15, 2025
e8c70a8
composability - forwarder-queue cleanup
andrei-marinica Dec 16, 2025
9cb9c21
composability - promise_raw_multi_transfer cleanup
andrei-marinica Dec 16, 2025
29cfc8f
proxy update
andrei-marinica Dec 16, 2025
f279ea1
deprecated EgldOrMultiEsdtPayment and call_value any_payment
andrei-marinica Dec 16, 2025
14f83a8
Merge pull request #2245 from multiversx/deprecate-egld-or-multi-esdt
andrei-marinica Dec 16, 2025
3f030c2
MultiTransfer marker - constrained argument
andrei-marinica Dec 16, 2025
668ff02
op gen refactor
andrei-marinica Dec 16, 2025
0b66c31
Merge pull request #2246 from multiversx/multi-transfer-marker-constr…
andrei-marinica Dec 16, 2025
6935de9
big number equality/comparison tests
andrei-marinica Dec 16, 2025
6a2c77b
cleanup
andrei-marinica Dec 16, 2025
491cb31
Merge pull request #2247 from multiversx/bu-eq-test
andrei-marinica Dec 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 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 @@ -65,8 +65,8 @@ members = [
"contracts/examples/esdt-transfer-with-fee/meta",
"contracts/examples/bonding-curve-contract",
"contracts/examples/bonding-curve-contract/meta",
"contracts/examples/crowdfunding-esdt",
"contracts/examples/crowdfunding-esdt/meta",
"contracts/examples/crowdfunding",
"contracts/examples/crowdfunding/meta",
"contracts/examples/crypto-bubbles",
"contracts/examples/crypto-bubbles/meta",
"contracts/examples/crypto-zombies",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl ManagedTypeContainer {
let mut num_bytes_copied = 0;
let data = self.mb_get(source_handle);
assert!(
data.len() % 4 == 0,
data.len().is_multiple_of(4),
"malformed ManagedVec<ManagedBuffer> data"
);
for chunk in data.chunks(4) {
Expand Down Expand Up @@ -134,7 +134,7 @@ impl ManagedTypeContainer {
let mut num_bytes_copied = 0;
let data = self.mb_get(source_handle);
assert!(
data.len() % 16 == 0,
data.len().is_multiple_of(16),
"malformed ManagedVec<EsdtTokenPayment> data"
);
for chunk in data.chunks(16) {
Expand Down
2 changes: 1 addition & 1 deletion contracts/core/price-aggregator/src/median.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub fn calculate<M: ManagedTypeApi>(
list.sort_unstable();
let len = list.len();
let middle_index = len / 2;
if len % 2 == 0 {
if len.is_multiple_of(2) {
let median1 = list.get(middle_index - 1).ok_or("median1 invalid index")?;
let median2 = list.get(middle_index).ok_or("median2 invalid index")?;
Result::Ok(Some((median1.clone() + median2.clone()) / 2u64))
Expand Down
2 changes: 1 addition & 1 deletion contracts/core/wegld-swap/src/wegld.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub trait EgldEsdtSwap: multiversx_sc_modules::pause::PauseModule {
#[title("lockedEgldBalance")]
fn get_locked_egld_balance(&self) -> BigUint {
self.blockchain()
.get_sc_balance(&EgldOrEsdtTokenIdentifier::egld(), 0)
.get_sc_balance(EgldOrEsdtTokenIdentifier::egld(), 0)
}

#[view(getWrappedEgldTokenId)]
Expand Down
3 changes: 0 additions & 3 deletions contracts/examples/crowdfunding-esdt/meta/src/main.rs

This file was deleted.

2 changes: 0 additions & 2 deletions contracts/examples/crowdfunding-esdt/sc-config.toml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "crowdfunding-esdt"
name = "crowdfunding"
version = "0.0.0"
authors = ["Dorin Iancu <[email protected]>"]
edition = "2021"
publish = false

[lib]
path = "src/crowdfunding_esdt.rs"
path = "src/crowdfunding.rs"

[dependencies.multiversx-sc]
version = "0.63.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "crowdfunding-esdt-meta"
name = "crowdfunding-meta"
version = "0.0.0"
authors = ["Andrei Marinica <[email protected]>"]
edition = "2021"
publish = false

[dependencies.crowdfunding-esdt]
[dependencies.crowdfunding]
path = ".."

[dependencies.multiversx-sc-meta-lib]
Expand Down
3 changes: 3 additions & 0 deletions contracts/examples/crowdfunding/meta/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
multiversx_sc_meta_lib::cli_main::<crowdfunding::AbiProvider>();
}
2 changes: 2 additions & 0 deletions contracts/examples/crowdfunding/sc-config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[[proxy]]
path = "src/crowdfunding_proxy.rs"
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"accounts": {
"0x0000000000000000d720a08b839a004c2e6386f5aecc19ec74807d1920cb6aeb": {
"balance": "0",
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json",
"code": "mxsc:../output/crowdfunding.mxsc.json",
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925"
}
}
Expand Down Expand Up @@ -89,7 +89,7 @@
"str:target": "0x07d0",
"str:tokenIdentifier": "0x43524f57442d313233343536"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json",
"code": "mxsc:../output/crowdfunding.mxsc.json",
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925",
"developerRewards": "0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"accounts": {
"0x0000000000000000d720a08b839a004c2e6386f5aecc19ec74807d1920cb6aeb": {
"balance": "0",
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json",
"code": "mxsc:../output/crowdfunding.mxsc.json",
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925"
}
}
Expand Down Expand Up @@ -89,7 +89,7 @@
"str:target": "0x07d0",
"str:tokenIdentifier": "0x43524f57442d313233343536"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json",
"code": "mxsc:../output/crowdfunding.mxsc.json",
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925",
"developerRewards": "0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"accounts": {
"0x0000000000000000d720a08b839a004c2e6386f5aecc19ec74807d1920cb6aeb": {
"balance": "0",
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json",
"code": "mxsc:../output/crowdfunding.mxsc.json",
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925"
}
}
Expand Down Expand Up @@ -89,7 +89,7 @@
"str:target": "0x07d0",
"str:tokenIdentifier": "0x43524f57442d313233343536"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json",
"code": "mxsc:../output/crowdfunding.mxsc.json",
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925",
"developerRewards": "0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"accounts": {
"0x0000000000000000d720a08b839a004c2e6386f5aecc19ec74807d1920cb6aeb": {
"balance": "0",
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json",
"code": "mxsc:../output/crowdfunding.mxsc.json",
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925"
}
}
Expand Down Expand Up @@ -89,7 +89,7 @@
"str:target": "0x07d0",
"str:tokenIdentifier": "0x43524f57442d313233343536"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json",
"code": "mxsc:../output/crowdfunding.mxsc.json",
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925",
"developerRewards": "0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"str:deposit|address:donor1": "250,000,000,000",
"str:deposit|address:donor2": "200,000,000,000"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
},
Expand Down Expand Up @@ -188,7 +188,7 @@
"str:deposit|address:donor1": "0",
"str:deposit|address:donor2": "0"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"str:deposit|address:donor1": "250,000,000,000",
"str:deposit|address:donor2": "250,000,000,000"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
},
Expand Down Expand Up @@ -178,7 +178,7 @@
"str:deposit|address:donor1": "250,000,000,000",
"str:deposit|address:donor2": "250,000,000,000"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"str:tokenIdentifier": "str:CROWD-123456",
"str:deposit|address:donor1": "250,000,000,000"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"str:tokenIdentifier": "str:CROWD-123456",
"str:deposit|address:donor1": "250,000,000,000"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"id": "deploy",
"tx": {
"from": "address:my_address",
"contractCode": "mxsc:../output/crowdfunding-esdt.mxsc.json",
"contractCode": "mxsc:../output/crowdfunding.mxsc.json",
"arguments": [
"500,000,000,000",
"123,000",
Expand Down Expand Up @@ -54,7 +54,7 @@
"str:deadline": "123,000",
"str:tokenIdentifier": "str:CROWD-123456"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"storage": {
"str:target": "500,000,000,000",
"str:deadline": "123,000",
"str:tokenIdentifier": "str:EGLD",
"str:tokenIdentifier": "str:EGLD-000000",
"str:deposit|address:donor1": "250,000,000,000",
"str:deposit|address:donor2": "200,000,000,000"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
},
Expand Down Expand Up @@ -131,11 +131,11 @@
"storage": {
"str:target": "500,000,000,000",
"str:deadline": "123,000",
"str:tokenIdentifier": "str:EGLD",
"str:tokenIdentifier": "str:EGLD-000000",
"str:deposit|address:donor1": "0",
"str:deposit|address:donor2": "0"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"storage": {
"str:target": "500,000,000,000",
"str:deadline": "123,000",
"str:tokenIdentifier": "str:EGLD",
"str:tokenIdentifier": "str:EGLD-000000",
"str:deposit|address:donor1": "250,000,000,000",
"str:deposit|address:donor2": "250,000,000,000"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
},
Expand Down Expand Up @@ -132,11 +132,11 @@
"storage": {
"str:target": "500,000,000,000",
"str:deadline": "123,000",
"str:tokenIdentifier": "str:EGLD",
"str:tokenIdentifier": "str:EGLD-000000",
"str:deposit|address:donor1": "250,000,000,000",
"str:deposit|address:donor2": "250,000,000,000"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"storage": {
"str:target": "500,000,000,000",
"str:deadline": "123,000",
"str:tokenIdentifier": "str:EGLD",
"str:tokenIdentifier": "str:EGLD-000000",
"str:deposit|address:donor1": "250,000,000,000"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"storage": {
"str:target": "500,000,000,000",
"str:deadline": "123,000",
"str:tokenIdentifier": "str:EGLD",
"str:tokenIdentifier": "str:EGLD-000000",
"str:deposit|address:donor1": "250,000,000,000"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"id": "deploy",
"tx": {
"from": "address:my_address",
"contractCode": "mxsc:../output/crowdfunding-esdt.mxsc.json",
"contractCode": "mxsc:../output/crowdfunding.mxsc.json",
"arguments": [
"500,000,000,000",
"123,000",
"str:EGLD"
"str:EGLD-000000"
],
"gasLimit": "5,000,000",
"gasPrice": "0"
Expand All @@ -52,9 +52,9 @@
"storage": {
"str:target": "500,000,000,000",
"str:deadline": "123,000",
"str:tokenIdentifier": "str:EGLD"
"str:tokenIdentifier": "str:EGLD-000000"
},
"code": "mxsc:../output/crowdfunding-esdt.mxsc.json"
"code": "mxsc:../output/crowdfunding.mxsc.json"
}
}
}
Expand Down
Loading
Loading