-
Notifications
You must be signed in to change notification settings - Fork 1
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
Scenarios for PR 6114 #27
Conversation
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.
My review was not performed in depth.
return keys | ||
|
||
|
||
def get_keys_from_validator_statistics(needed_state: str) -> list[str]: |
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.
Maybe can also be moved in that package called get_infos
? Also, perhaps rename that package to network_provider
or something similar?
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.
It is already in get_infos folder. We had before a get_info.py, but I divided it into multiple files based on from where it will take the information : staking, delegation, transactions...etc. I renamed it network_provider
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.
Previous comments are still not solved
def test_PR_6114(): | ||
|
||
# === PRE-CONDITIONS ============================================================== | ||
AMOUNT_TO_MINT = "10000" + "000000000000000000" |
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.
It will still be a variable, but having a func, like:
AMOUNT_TO_MINT = getEGLDAmount("10000")
which adds the remaining necessary num of decimals. It should also take care of values < 1 egld
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.
Still unresolved comments from first review
Scenarios for PR 6114
mx-chain-go branch : MX-15360-waiting-list-distribution-leaving-nodes