tmpolaczyk
tmpolaczyk
> TODO: check if this method persists the data request (for dataRequestReport command) It does not, so that's missing: persist data request report
So I took a look at this issue because I have been affected again, but this time it was only the transactions from the block that were missing, not the...
This can still happen in a local testnet, but it will not happen in mainnet. So reopening but low priority.
The error message has changed but the issue is still present, in a local testnet. This is in commit 59e90da85120d21586be803cf2b34077c1978d13. ``` [2021-12-31T12:31:58Z DEBUG witnet_node::actors::chain_manager::handlers] AddBlocks received while StateMachine is in...
I think it has to do with the previous superblock index being 0. So it can happen in a testnet during the first blocks, and it could have happened in...
I was able to reproduce this issue the other day. It can happen while synchronizing a node, steps to try to reproduce: * Start node and wait until it is...
No, this is still not fixed.
You can use `cargo tree -i net2` to see all of our dependencies that use `net2`, and they include many packages so this cannot be fixed for now
This does not affect use because we don't use column families, but it is blocked by #2175
That's not supported, a simple workaround would be to `String.replace(",", "")`