Replies: 4 comments 8 replies
-
bit confused, base36 is "k" and base32 is "b" prefixed that should be added/removed for base conversion/contenthash.. use js-ipfs/Helia or multibase js?? can we do standalone js code for debugging? it's bit hard to debug with all extra frontend.. contract should be ok for testnet, it's missing final tests and dev functions. |
Beta Was this translation helpful? Give feedback.
-
testing w3name/ 08011240<< not sure what's this prefix, 08 ? no idea, not in csv github.com/libp2p/js-libp2p-crypto/blob/master/src/keys/ed25519.ts#L10
is it privkey+ pubkey or pubkey+privkey? /:P have to test that/ |
Beta Was this translation helpful? Give feedback.
-
@sshmatrix tested!!
privkey: 0681d6420abb1ba47acd5c03c8e5ee84185a2673576b262e234e50c46d86f597 -- 64 |
Beta Was this translation helpful? Give feedback.
-
Fixed!
Fixed!
In progress |
Beta Was this translation helpful? Give feedback.
-
Here are the things that are remaining to be implemented in the client:
IPNS CID generation: I am having trouble converting the derived ed25519key to IPNS public CID. My output begins with
bafz
in base36 but when converted to base32 with new prefixes, it begins withk2
instead ofk5
. My exported key in thew3name
format (multihash 68-byte key) also fails to load, meaning that it is plain wrong and failing checks. I have recreated the entire process ofw3name
package but something is missing. It's just likeisTest
gateways. Something very tiny is off. I will look at it again tomorrow after a break from it.CORS: Having minor CORS issues with backend. Have all the CORS settings right but still getting opaque response from server over HTTP. Will debug it today/tomorrow.
Contract: Test the contract and deploy it and hook it up the client. @0xc0de4c0ffee is it ready to start testing?
I'll post more updates here
Beta Was this translation helpful? Give feedback.
All reactions