Results 37 comments of Qi Zhou

This is a low priority. Currently, to allow sending a cross-shard tx to a new shard, we need the next root block to include the blocks from the new shard....

This will be a problem for current code with multiple tokens, but since we only support one token (QKC) at the monent, we should be fine. In the future, we...

We may just have the cursor to return multiple deposits with different transfer token IDs.

1, Even shard is not created, the mapping from branch to slave should be created and get account data should just return pre-genesis data 2, This is a bit tricky....

That is a great job here, and many thanks for sharing the result. From the code, it looks like it is benchmarking python version of QKCHASH, which is much slower...

Perhaps we could use other symbols other than `#` if the query is not preferred? E.g., `@`?

Do we want to be HTTP compatible (e.g., can be used by an HTTP gateway with translated HTTP URL)? If so, I would suggest using a character other than "#"...

The issue with hashtag `#` is that in modern browsers, the fragment after hashtag will not be passed to the webservers, i.e., if the webservers need to process the fragment...

Have ever tried a query with blockNumber attribute? This may become `asset_type: chain_id + "/" + asset_namespace + ":" + asset_reference + "&" + query` `query = ("blockNumber" | "n")...