Skip to content
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

dispatcher should accept override history_address and authority_address rollups deployent configuration #70

Closed
endersonmaia opened this issue Jul 17, 2023 · 1 comment

Comments

@endersonmaia
Copy link
Contributor

📚 Context

So that I can use AWS KMS keys to sign/verify transactions, I need to deploy the Auhority and History contracts using the same KMS key.

When I configure a validator-node's dispatcher, the history_address and authority_address configurations are read from the --rollups-deployment-file CLI argument, and a file that could be used as a value for that argument is currently being distributed within the rollups-dispather container image at /opt/cartesi/share/deployments/$network.json.

✔️ Solution

It should be possible to override only these parameters (history_address, authority_address) via CLI argument to reuse the rollups deployment file already distributed but override only those addresses.

@gligneul gligneul transferred this issue from cartesi/rollups Aug 30, 2023
@gligneul gligneul moved this to 📋 Backlog in Node Unit Aug 30, 2023
@gligneul
Copy link
Contributor

This should be done in #88

@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Node Unit Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants