-
Notifications
You must be signed in to change notification settings - Fork 17
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
update ipfs #1367
update ipfs #1367
Conversation
Can you fix the tests @mvdan ? |
It looks like updating cometbft breaks something:
(very mangled panic, but you see the original error "comet: tx already received from peer") I will undo the cometbft update and keep the ipfs update. |
Along with all the IPFS, libp2p, and other updates that it brings. For once, it seems like there are zero breaking changes for us. Note that go-ipfs-blockstore has been moved to boxo/blockstore.
Pull Request Test Coverage Report for Build 10546260405Details
💛 - Coveralls |
Green now. We can try with cometbft separately. |
in fact it looks like our "log encoding issues detector" found a log line with encoding issues from comet (because tx= is not hex, likely a fmt.Sprintf either we fix that encoding upstream 👀 or we disable our check |
Created new issue for upgrading CometBFT #1378 |
(see commit messages - please do not squash)