-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Literal pubkeys in agent config, v2.0.0 (#77)
* solana.rs: Modify KeyStore config to accept literal pubkeys This **breaking** change improves on the legacy file-based keystore appoach to program/mapping public keys. With it, the user can name the public keys in-line, e.g.: 'key_store.program_key_path = "program_key.json"' is now expressed as: 'key_store.program_key = "FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH"' This change is accompanied with a small tool to inline the public keys from an older file-based config, named "agent-migrate-config". The sample configs are rewritten to use the new format and name the appropriate pubkeys out-of-the-box. Tests include a sanity-check for the migration tool. * README.md: Include key store migration information for v2.0.0 * README.md: add pipe for migrator output * test_integration.py: Add missing manual agent invocation This is necessary to provide the agent with an altered migrated config. * README.md: typo * solana.rs: strinigified -> stringified We don't like our SOL addresses strinigified. * config.sample.pythtest.toml: The perils of Ctrl-C + Ctrl-V
- Loading branch information
1 parent
9c1dbbc
commit aeaaaf5
Showing
11 changed files
with
550 additions
and
103 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.