Qi Zhou
Qi Zhou
Very nice idea! Is there a discord server to discuss the ideas of these Geth improvements?
Looks like it is reproducible via: while [[ $? == 0 ]]; do pytest tests/test_cluster.py -k test_broadcast_cross_shard_transactions_2x1; done
The cause is that the root block only contains 2 minor blocks (expected 3, miss b2), and thus the corresponding xshard deposit is not processed. Interesting why there is a...
We may also need to add a jsonrpc that accepts: - chain id - token id - gas price and outputs - gas price in QKC
Yes, that is possible, but if we lose 1e-18 QKC every ms, we will spend 1e15 / 3600 / 24 / 365 = 31709791.9838 years to burn one QKC.
Exactly. - Qi On Tue, Aug 6, 2019 at 11:11 AM ninjaahhh wrote: > something like https://etherscan.io/accounts ? > > — > You are receiving this because you authored the...
May need the last steps of checking xshard txs.
We should check the xshard deposits on target shard matches the one of the local shard. - Qi On Tue, Aug 6, 2019 at 12:04 PM ninjaahhh wrote: > what...
我的理解是核心还是黑名单的问题,对吧?
bitcoin will blacklist a node if it fails to process a command (we could just use close_with_error) https://github.com/bitcoin/bitcoin/blob/b3f82284ba9035411b3d2d83b507549a4b12cfc8/src/net_processing.cpp#L3273 https://github.com/bitcoin/bitcoin/blob/b3f82284ba9035411b3d2d83b507549a4b12cfc8/src/net_processing.cpp#L3122