-
Notifications
You must be signed in to change notification settings - Fork 63
chore: define live-sanchonet services #1157
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
Conversation
|
I think we still want clarity from @mchappell if we are ok just keeping short names for the new cluster or if we need to retain backend...eks. version as well, this is not blocking the merge, but will block migration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, tho I dropped few questions
(map (v: "/v${v}/health") versions.root) | ||
(map (v: "/v${v}/live") versions.root) | ||
(map (v: "/v${v}/meta") versions.root) | ||
(map (v: "/v${v}/ready") versions.root) | ||
(map (v: "/v${v}/asset") versions.assetInfo) | ||
(map (v: "/v${v}/chain-history") versions.chainHistory) | ||
(map (v: "/v${v}/network-info") versions.networkInfo) | ||
(map (v: "/v${v}/rewards") versions.rewards) | ||
(map (v: "/v${v}/tx-submit") versions.txSubmit) | ||
(map (v: "/v${v}/utxo") versions.utxo) | ||
(map (v: "/v${v}/handle") versions.handle) | ||
(map (v: "/v${v}/provider-server") versions.stakePool) | ||
(map (v: "/v${v}/stake-pool-provider-server") versions.stakePool) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this any different compared to what we have in defaults? Also I think last 2 routes are invalid?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I’d also like to know answers to Gytis' questions
Migrate current live-sanchonet to the sdk repo and new cluster.