[EPIC] Coordinator Alpha 13 Support#3226
Merged
derekpierre merged 88 commits intodevelopmentfrom Sep 20, 2023
Merged
Conversation
This commit is aimed to update test to the following changes on
nucypher-contracts repo:
- Update SimplePREApplication with TACoApplication
- Replace ThresholdStakingForPREApplicationMock contract with
ThresholdStakingForTACoApplicationMock
- Use the new Coordinator contract
- Add the deployment of StakeInfo contract
The use of these new contracts made necessary the following changes:
- Add the deployment of a new Token for ritual fees: RitualToken. This
contract has been added as local deployment.
- Add the deployment of local contract ConditionNFT
Additionally, this commit updates the key character for arguments in
ape-config.yaml. From '::variable::' to <variable>, which results in a
more legible code.
Finally, this commit solves some linting and formatting issues.
Co-authored-by: LunarBytes <kieran@nucypher.com>
…al and dependency contract ABI entries.
…llowList in tests
…la; Supporting G2 point class
… can be made while testing.
…public keys. Move G2Point out of Ritual in CoordinatorAgent.
…bject. MockCoordinatorAgent simply uses a class method to determine threshold (allows for both simple/precomputed) to still be tested in integration tests.
…values stored by the Ritual struct.
…based on test mnemonic.
… tests accordingly; this way we don't care about fee values.
…n only be stored in the json configuration file as dictionary keyed by the string version of chain id. The chain id is only stored in the configuration file as a string even though it is used in python as an integer. When the UrsulaConfiguration is serialized to json the integer (chain id) is automatically stringified to be valid json. Therefore, when deserializing the configuration i.e. reading it in, chain must be read in as a string first then converted to integer.
…o ensure proper changes are enacted. Migration from v4->v5 missed deprecation of "db_filepath" configuration parameter. Add tests for configuration migration.
…ID in ferveo key publication logs
…ic key needs on-chain setting.
This was referenced Sep 15, 2023
7 tasks
This was referenced Sep 18, 2023
…eny fixture parameters, comment cleanups.
Update newsfragment for #3213.
Coordinator Alpha 13 Support
This was referenced Sep 20, 2023
This was referenced Sep 20, 2023
This was referenced Sep 28, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.