Skip to content
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

signed_call (without confirmations) #581

Merged
merged 5 commits into from Feb 2, 2022
Merged

Conversation

dpuyosa
Copy link
Contributor

@dpuyosa dpuyosa commented Dec 29, 2021

Sometimes you just need the tx_hash and no confirmations. signed_call_with_confirmations forces you to wait for at least 1 confirmation (0 does panic #523).

Follows having my_contract.call() and my_contract.call_with_confirmations().

Refactor signed_call_with_confirmations to use sign.
Copy link
Owner

@tomusdrw tomusdrw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

src/contract/mod.rs Outdated Show resolved Hide resolved
src/contract/mod.rs Outdated Show resolved Hide resolved
@tomusdrw tomusdrw mentioned this pull request Jan 18, 2022
dpuyosa and others added 3 commits January 19, 2022 09:51
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
@tomusdrw tomusdrw enabled auto-merge (squash) February 2, 2022 13:50
@tomusdrw tomusdrw merged commit 11b686e into tomusdrw:master Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants