-
Notifications
You must be signed in to change notification settings - Fork 99
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
replace contract_call function and ContractCall* structs with unified syntax correspondents #1530
Conversation
Coverage SummaryTotals
FilesExpand
|
contracts/feature-tests/composability/promises-features/src/call_promise_direct.rs
Show resolved
Hide resolved
Contract comparison - from 050c6f4 to 0ad4c78
|
@@ -1,6 +1,7 @@ | |||
use crate::{ | |||
api::CallTypeApi, | |||
contract_base::BlockchainWrapper, | |||
proxy_imports::{EgldOrEsdtTokenIdentifier, EgldOrEsdtTokenPaymentRefs, ManagedTypeApi}, |
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.
proxy_imports
is just for proxies, we shouldn't use it in the framework
it's annoying that the auto-completer defaults to it
we'll purge them from the framework, but it's ok, doesn't need to be in thie PR
No description provided.