Phroi
Phroi
Hmmmm, I checked for another open issue on this beforehand, but I didn't find it, but now I see #2461 already tackles this issue. Feel free to close this issue...
Hi!! I just found out about this proposal from the [discord Github bot](https://discord.com/channels/657799690070523914/910766482126962698/1033904457659990016)! I'm the guy working on [iCKB](http://ickb.org), so basically I'm the new guy in Nervos, still let me...
Yeah!! IPFS data (without using gateways) is difficult to access, but I pointed at it because it's addressed by content, so simplifies the process.. still without using IPFS, one could...
Hi @CipherWang, thanks for taking your time to reply, very appreciated!! > If the basic data is on-chain, like what Ethereum does Yeah, about Ethereum, for example ERC721 have ([almost](https://eips.ethereum.org/EIPS/eip-721#specification))...
Hey Cryptape, iCKB here 👋 I was updating iCKB implementation from sUDT to xUDT and I stumbled upon an apparent inconsistency in the RFC: - On mainnet xUDT is deployed...
The specification was not really clear on `xUDT Data`, so I dug a bit the code and I was shocked. While [the molecule file has a definition for `xUDT Data`](https://github.com/nervosnetwork/ckb-production-scripts/blob/master/c/xudt_rce.mol#L67),...
As far as I can see, the intended a molecule representation of `XudtData` is the following: ```molecule // Bytes ... // No Bytes definition as it's a placeholder for anything...
@XuJiandong I was wondering: after the 16 bytes for amount and the XudtData table, is it allowed to have additional data? Or it's forbidden and it should be represented inside...
@duanyytop I'd like to point out that supporting both `data1` and `type` will create issues. For example a XUDT referenced by `type` and one referenced by `data1` with the same...
Since so far seems that we are going for both versions, I asked Lumos if they could integrate the testnet `xUDT` `data1` version, @homura [noticed](https://github.com/ckb-js/lumos/issues/735#issuecomment-2264767948) that at 2024-08-02T04:43:05Z there still...