Péter Garamvölgyi
Péter Garamvölgyi
Great news @newpoo, looking forward to your release! We are looking for a reasonably fast, horizontally scalable, replicated key-value store and rocksDB+rocksplicator looks like a good solution. The fact that...
Thanks for the timely reply @newpoo! Alright, so I'll go back to the counter example for now. So I started a `counter_service` instance with the config you mentioned. How to...
I see, I used unnamed event arguments so that explains the UI issue. ```solidity pragma solidity >=0.5.0
Thank you for reporting this. Indeed, printing an error message would be less confusing.
At first sight, this might be because this API will always read from the snapshot, while other APIs will only access the snapshot if the value is not found in...
I imagine this "rollback" happens when an epoch's confirmation risk is very low (
Hi @AlexSSD7, thanks for your feedback. Generally, we recommend using the [config file](https://github.com/Conflux-Chain/conflux-rust/blob/master/run/tethys.toml) (`testnet.toml` or `tethys.toml`), it has all the frequently used parameters with detailed explanations and defaults. Please refer...
@yangzhe1990 Have you encountered this? I don't recall seeing tests failing with this issue.
Thank you for bringing this up, this is definitely something that needs to be improved. I will look at your suggestions and add my thoughts. I think a straightforward approach...
Relevant: - https://github.com/ethereum/EIPs/issues/136 - https://eips.ethereum.org/EIPS/eip-1474