Helia Integration for CCIP2.ETH Client #13
0xc0de4c0ffee
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/ipfs/helia-ipns
https://github.com/ipfs/helia
https://github.com/ipfs-examples/helia-examples
It's fresh & clean IPFS nodes for browser/nodejs.
We've to experiment with IPNS TTL again to see how long we can keep IPNS records resolvable without republishing.
We could run non-custodial IPNS republishing service like w3name's OR use multiple services to do same..
& on other side of this equation we also have to check how fast/frequently can we propagate multiple IPNS records without breaking stuffs.
We've to keep track of records version to find latest published ipfs hash under ipns. if bad client publish v2 while old v99 is still out there it'll be rejected/accepted by different nodes as they're only aware of only v<2 Or v>2??
IPNS_VERSION = <N++>
to track current version.Beta Was this translation helpful? Give feedback.
All reactions