Changes in Records Data Storage Format #6
0xc0de4c0ffee
started this conversation in
Ideas
Replies: 2 comments 7 replies
-
Ok, so not
Ok, but I thought contenthash was on-chain? Or, you are proposing that the contenthash is also kept off-chain and then queried by CCIP-Read?
I didn't understand how we are bypassing "IPFS". Is it possible to add content to an IPNS key directly? |
Beta Was this translation helpful? Give feedback.
6 replies
-
I've updated namesys-eth/ccip2-eth-resolver#3 @sshmatrix / @tomlightning / @eth-limo 🙏 if you've suggestions/ questions tag me on PR or here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current design is to handle records.json as
domain.eth.limo/.well-known/eth/domain/records.json
and internally route contenthash so domain will resolve for other records.I was testing possible new format to handle records.json, with some big upsides and small down side.
Update :
<ipns-hash>.ipns.dweb.link/eth/domain/records.json
anddweb.link/ipns/<hash>/eth/domain/<records>.json
format../eth/domain/contenthash.json
fordomain.eth.limo
.well-known
records, it'll will be indomain.eth.limo/.well-known/..
+ve side: easy to manage records.
-ve side: same as current design problem.
Still WIP idea so we've to build both to compare full differences.
Beta Was this translation helpful? Give feedback.
All reactions