homura
homura
> I see. Do you want to filter the transaction list by address and sudt type hash? If yes, add a filter to the address page may be a better...
While refactoring, it is better to keep the `ckbCore` as it is to let the reviewer know that all the uint64-related encoding has been completed ```ts declare const originalCkbCore; export...
Sorry for replying late. I wanted to let you know that starting from [email protected], you can now customize the fetch of the package `@ckb-lumos/rpc` using https://github.com/ckb-js/lumos/pull/574. You can achieve this...
> Hi, the Indexer constructor doesn't have the fetch option. And the Neuron throws socket hang at Lumos needs to allow for customizing the `fetch` function in the `Indexer`. Therefore,...
Hi @olafwriggers @Panthers14 If you don't mind, could you please send your Neuron log to mailto:[email protected]? To export the Neuron log, you can click `Menu -> Help -> Export Debug...
@olafwriggers @Panthers14 I got the logs, but found that only the logs are not enough to locate the exact error, can you export the transactions and send them to [[email protected]](mailto:[email protected])?...
I need to postpone addressing this issue because of higher-priority tasks. I'll likely start it next week
Let me break down the codec feature request. In CCC, the code is organized using the OO pattern with many classes such as `Script`, `Transaction`, etc. The request is to...
https://github.com/microsoft/TypeScript/issues/4881 Currently, using the decorator does not allow for creating a well-typed class. Perhaps CCC should consider using a higher-order approach to achieve this feature. For example, consider the following...
I have submitted PR #81 to simplify the creation of a CCC class using a helper function. It works with molecule-es and Lumos as a transition program. To make it...