-
Notifications
You must be signed in to change notification settings - Fork 369
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
Deploy proteustestnet, nautilus, solanadevnet (again), and solana #2646
Merged
Conversation
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
… trevor/deploy-proteus
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #2646 +/- ##
=======================================
Coverage 64.50% 64.50%
=======================================
Files 91 91
Lines 1386 1386
Branches 185 185
=======================================
Hits 894 894
Misses 485 485
Partials 7 7 ☔ View full report in Codecov by Sentry. |
… trevor/deploy-proteus
… trevor/deploy-proteus
tkporter
commented
Aug 15, 2023
tkporter
commented
Aug 15, 2023
tkporter
commented
Aug 15, 2023
daniel-savu
force-pushed
the
trevor/deploy-proteus
branch
from
August 17, 2023 09:54
eb35be2
to
bd02b8d
Compare
### Description In addition to the context, also configure the **chains** that an agent is deployable to. ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues - Fixes #2664 ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing Dry-ran the script for the three agents. Output for the validator looks wrong though: ``` % npx ts-node typescript/infra/scripts/agents/deploy-agents.ts -e mainnet2 -r validator --dry-run undefined ```
… trevor/deploy-proteus
tkporter
requested review from
yorhodes,
jmrossy,
asaj and
mattiekat
as code owners
August 18, 2023 11:15
…cus-monorepo into trevor/deploy-proteus
tkporter
changed the title
Deploy proteus
Deploy proteustestnet, nautilus, solanadevnet (again), and solana
Aug 18, 2023
… trevor/deploy-proteus
daniel-savu
reviewed
Aug 23, 2023
daniel-savu
approved these changes
Aug 23, 2023
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.
Description
just opening for image for now
Drive-by changes
Related issues
Backward compatibility
Testing