Shunji Zhan

Results 45 comments of Shunji Zhan

gotcha, thanks for your clarification! So basically it takes 2 extra relay blocks (2 * 6s = 12s) for the para block to be considered "best", before it is returned...

I think a more optimized behavior would be: - default: return receipt as soon as it's mined. (similar to "latest" tag, takes 0-12s) - safe way: alternatively we can pass...

I personally feel like 'latest' and 'finalized' state would be enough for most use cases: - if smooth UX is more important, such as a DEX, or a simple token...

If my understanding is correct, after the tx is mined, we will have to wait 12s for relay chain validation before the new state is applied. So even if we...

> Making Prettier somewhat an "uglifier" of already-well-formatted code echo that! There should be a `maxPrintWidth` option that only break long lines into multiple, but not merge short multiple lines...

@ojhawkins when you use `initOpenStatus='custom'`, you will have to provide valid open status for all children. For example ``` const treeState = { name: 'root [half checked and opened]', checked:...

sure! welcome to provide a PR, I can review it

just published a new version with types support, thanks to @IanStorm 's contribution! Feel free to try out the [latest version](https://www.npmjs.com/package/react-folder-tree) and let me know if there is any issue

Just wanna add that for this particular node, it's block 3467086 that has the issue. However, it might not be deterministic, we have seen similar issues at different blocks for...