-
Notifications
You must be signed in to change notification settings - Fork 923
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
chore: mocha-2 support #2326
chore: mocha-2 support #2326
Conversation
We should also include updated genesis-hash and update bootstrappers here cc @Bidon15 |
Codecov Report
@@ Coverage Diff @@
## main #2326 +/- ##
==========================================
- Coverage 50.66% 50.56% -0.11%
==========================================
Files 154 154
Lines 9736 9736
==========================================
- Hits 4933 4923 -10
- Misses 4378 4386 +8
- Partials 425 427 +2
|
cool, just updated with the genesis hash, do we still want to merge this? |
We need to have confirmation from @Bidon15 that addresses of bootstrappers didn't change, but if so we should also update them here or in different PR(better here) |
bootstrapper names are the same, so we can safely merge this PR @Wondertan |
@Bidon15, wdym? @sysrex sent us new addresses and @evan-forbes update the PR with them |
Oh my bad. I didn't look at the day of the question and thought that if there are even newer addresses comparing to these ones "/dns4/bootstr-mocha-1.celestia-mocha.com/tcp/2121/p2p/12D3KooWDRSJMbH3PS4dRDa11H7Tk615aqTUgkeEKz4pwd4sS6fN",
"/dns4/bootstr-mocha-2.celestia-mocha.com/tcp/2121/p2p/12D3KooWEk7cxtjQCC7kC84Uhs2j6dAHjdbwYnPcvUAqmj6Zsry2",
"/dns4/bootstr-mocha-3.celestia-mocha.com/tcp/2121/p2p/12D3KooWBE4QcFXZzENf2VRo6Y5LBvp9gzmpYRHKCvgGzEYj7Hdn", |
Overview
note that we're skipping mocha-1 because we reset the network after finding a state breaking bug friday
Checklist