-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: deps: update boxo/libp2p/graphsync #11739
Conversation
- Pulls in the latest version of `kubo-api-client` (extracted from kubo 0.27.0). - Update go-libp2p to v0.33.0 - Update boxo to v0.18.0 - Update go-graphsync to v0.16.0
7779acc
to
463a276
Compare
This syncs mainnet. I can't guarantee (or test thuroughly) the IPFS client or graphsync logic, but the alternative is ripping it out (it has been deprecated for a while) and we have unit tests. |
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.
the graphsync bump doesn't have much except for Go and libp2p version bumps, but it does have some really nice fixes 👌, it's just a shame that those are useless here and we should probably work on removing graphsync as a direct dependency of lotus
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.
FINALLY QUIC WHICH WILL BUILD WITH FUTURE GO VERSIONS!! 🚀 🚀
- Pulls in the latest version of `kubo-api-client` (extracted from kubo 0.27.0). - Update go-libp2p to v0.33.0 - Update boxo to v0.18.0 - Update go-graphsync to v0.16.0
Update boxo & libp2p.
Related Issues
Proposed Changes
kubo-api-client
(extracted from kubo 0.27.0).Additional Info
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <area>: <change being made>
fix: mempool: Introduce a cache for valid signatures
PR type
: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, testarea
, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps