-
Notifications
You must be signed in to change notification settings - Fork 504
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
refresh quorum config based off https://www.stellarbeat.io/ #5276
Conversation
fyi, @stellar/platform-committers |
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.
How sure are we about these? The diff is super hard to read and we should be extra careful here. For example, and maybe I'm reading it wrong, but it seems like the lobstr 2 (Europe) validator key changed:
-NAME="lobstr_2_europe"
-PUBLIC_KEY="GDXQB3OMMQ6MGG43PWFBZWBFKBBDUZIVSUDAZZTRAWQZKES2CDSE5HKJ"
+NAME="LOBSTR 2 (Europe)"
+PUBLIC_KEY="GCB2VSADESRV2DDTIVTFLBDI562K6KE3KMKILBHUHUWFXCUBHGQDI7VL"
It'd be nice if there was a cleaner diff showing what changed closer to its original line, or if there was another way we can see what the exact changes are between the two configs.
There was a lot of drift over the years: Lobstr EU's key was changed about
10 months ago.
Config can be verified against stellarbeat (we use the same config
internally too)
…On Mon, Apr 15, 2024 at 3:57 PM George ***@***.***> wrote:
***@***.**** requested changes on this pull request.
How sure are we about these? The diff is super hard to read.
This is a pretty nasty attack vector, right? So let's be extra careful
here. For example, the LOBSTR 2 (Europe) validator key seems to have
changed:
-NAME="lobstr_2_europe"-PUBLIC_KEY="GDXQB3OMMQ6MGG43PWFBZWBFKBBDUZIVSUDAZZTRAWQZKES2CDSE5HKJ"+NAME="LOBSTR 2 (Europe)"+PUBLIC_KEY="GCB2VSADESRV2DDTIVTFLBDI562K6KE3KMKILBHUHUWFXCUBHGQDI7VL"
—
Reply to this email directly, view it on GitHub
<#5276 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAEYA6GEV2NZ32ILASOFBDY5RLOJAVCNFSM6AAAAABGF34WTSVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDAMBSGMYDQNRYGI>
.
You are receiving this because you are on a team that was mentioned.Message
ID: ***@***.***>
|
Indeed to both of these. I was equally annoyed by this when making these changes in other places. See the description on this PR for a couple suggestions on how to make it slightly less painful. |
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.
Cool, ty for the sanity checks y'all 👍
No description provided.