-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/tx with sc call #153
Feat/tx with sc call #153
Conversation
data is the SC call to be executed on MultiversX side
Send failed transactions from Bridge-Proxy to Multi-Transfer-Esdt
Allow MultiversX SC Calls via Bridge
Framework upgrade 0.42
Fix init arguments
Bridge proxy tests
} else { | ||
valid_dest_addresses_list.push(eth_tx.to); | ||
valid_payments_list.push(EsdtTokenPayment::new(eth_tx.token_id, 0, eth_tx.amount)); | ||
} | ||
} | ||
|
||
let payments_after_wrapping = self.wrap_tokens(valid_payments_list); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should first try to wrap tokens first, no matter if its a SC-call or not and only then to make a deposit on bridge proxy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed
…urn-or-locking # Conflicts: # bridged-tokens-wrapper/Cargo.toml # bridged-tokens-wrapper/meta/Cargo.toml # bridged-tokens-wrapper/wasm/Cargo.lock # bridged-tokens-wrapper/wasm/Cargo.toml # common/eth-address/Cargo.toml # common/fee-estimator-module/Cargo.toml # common/max-bridged-amount-module/Cargo.toml # common/token-module/Cargo.toml # common/transaction/Cargo.toml # common/tx-batch-module/Cargo.toml # esdt-safe/Cargo.toml # esdt-safe/meta/Cargo.toml # esdt-safe/wasm/Cargo.toml # esdt-safe/wasm/src/lib.rs # multi-transfer-esdt/Cargo.toml # multi-transfer-esdt/meta/Cargo.toml # multi-transfer-esdt/wasm/Cargo.lock # multi-transfer-esdt/wasm/Cargo.toml # multi-transfer-esdt/wasm/src/lib.rs # multisig/Cargo.toml # multisig/meta/Cargo.toml # multisig/wasm/Cargo.lock # multisig/wasm/Cargo.toml # multisig/wasm/src/lib.rs
Actions: checks trigger also on feat branches
Adjust tests
Co-authored-by: Rebegea Dragos-Alexandru <[email protected]>
Check tx fail if token is not whitelist or mintBurnAllowed = False
add mintBurn or locking functionality
Contract comparison - from 8c1438e to bae95ea
|
No description provided.