You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context and scope
There is no way to obtain such a list from the contract itself.
Discussion and alternatives
Include a description of the changes to be made to the code along with alternatives
that were considered, including pro/con analysis where relevant.
Open questions
Questions that are still being discussed.
The text was updated successfully, but these errors were encountered:
Is there any reason why GetValidatorsAt can't be used instead? This is what we use in our E2E tests to construct Warp signatures.
Exposing this in the contract would require us to maintain additional state in the contract, since there's no way to extract all set keys from a mapping in Solidity.
Is there any reason why GetValidatorsAt can't be used instead? This is what we use in our E2E tests to construct Warp signatures.
Exposing this in the contract would require us to maintain additional state in the contract, since there's no way to extract all set keys from a mapping in Solidity.
I see. I thought that was an option in Solidity. I believe the contract will be much more self contained providing this
ofc important information. We at CLI can manage to use P-Chain.
Context and scope
There is no way to obtain such a list from the contract itself.
Discussion and alternatives
Include a description of the changes to be made to the code along with alternatives
that were considered, including pro/con analysis where relevant.
Open questions
Questions that are still being discussed.
The text was updated successfully, but these errors were encountered: