Wait until transaction occurred and is being confirmed #17
AlbertoSinigaglia
started this conversation in
General
Replies: 2 comments 4 replies
-
Hmmm... I'm not quite following. Are you sure the timestamp is 4:52:09? I don't see a |
Beta Was this translation helpful? Give feedback.
4 replies
-
nvm, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, during the video you are using things like
that in theory is pretty much like
however this is a "hope it finish"... in order to avoid this we might do something like this:
I've looked into
brownie
documentation and there is no such thing as "event" to wait for this to happen... is this the better way that we can come up to solve this problem (without busy waiting) or are there smarter ways to do that?However, I don't understand why we are not
waint(1)
in the tests (4:52:09)... this is unsafe in case of a deployment in a test net not in localBeta Was this translation helpful? Give feedback.
All reactions