-
Notifications
You must be signed in to change notification settings - Fork 239
Handle redeclaration in estimate fee, closes #3253 #3779
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
base: master
Are you sure you want to change the base?
Conversation
6a7fed0
to
6806b69
Compare
accounts_json_path.as_str(), | ||
"--account", | ||
"user1", | ||
"--wait", |
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.
Why is this added to an existing test?
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.
Technically the test could fail without it since we run a second declare immediately after the first one. It should be included in the first place.
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.
Are you sure? I removed --wait
from this test, run all delcare
tests and they pass so maybe we don't have to add it 🤔 ?
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.
Was it intentionally to include "closes" in the PR title?
It was intentional but seems the issue did not link to it, it must be in the description. |
6806b69
to
b865c4b
Compare
b865c4b
to
9a20542
Compare
commit-id:f3897b34
9a20542
to
083097f
Compare
Stack:
wait_for_tx
#3782