Code Monad
Code Monad
> For mainnet, v2 and v3 have the same tx? https://explorer.nervos.org/transaction/0xc9b6698f44c3b80e7e1c48823b2714e432b93f0206ffaf9df885d23267ed2ebc [@code-monad](https://github.com/code-monad) sorry I have paste the wrong tx hash; v2 contract: 0xc9b6698f44c3b80e7e1c48823b2714e432b93f0206ffaf9df885d23267ed2ebc v3 contract: 0xd25f2c32f56c28c630d4f91955f1b3c9cd53e26fa0745d540d934e8e3d3c2853
> Hi, [@code-monad](https://github.com/code-monad) . I'm trying to decode cell data with javascript lib `@ckb-ccc/ccc`. I have successfully decode v3 and part of v2 data, but some (with backlinks I guess)...
> > > For mainnet, v2 and v3 have the same tx? https://explorer.nervos.org/transaction/0xc9b6698f44c3b80e7e1c48823b2714e432b93f0206ffaf9df885d23267ed2ebc [@code-monad](https://github.com/code-monad) > > > > > > sorry I have paste the wrong tx hash; v2 contract:...
Another problem: The cell still marked as `CKB Capacity` scripts like spore will have a different marker on the tx detail is it possible to mark those cells as text...
Here's another thing; https://github.com/nervosnetwork/ckb-explorer-frontend/blob/develop/package.json#L11 we are using an already archived package for dob rendering; it is okay, but it won't accepts any updates for example my pr to support ckbfs...
please check if `"@nervape/dob-render": "^0.2.7"` works; `0.2.6` just forgot to build dist before package release
> how large is the number of transactions, it may related to this performance issue: #4489 > > 117 is release with a fix for it. just the same as...
> ### Additional context/Screenshots > What I'm implementing is as follows: I want to be notified when a specific rule of transactions is posted to nodes. I will then perform...
> If you want to subscribe to a `proposed_transaction`, you need to open the miner module ckb.toml > > ``` > [block_assembler] > code_hash = "0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8" > args = "ckb-cli...