Clément Pavué
Clément Pavué
#### System Information (if applicable) BlockSci version: 0.5 Using AMI: no Total memory: 32GB ``` auto a = getAddressFromString("3ChVP627KU5w4zu2rieFPF3wGXWQgmhvrs",chain->getAccess()); auto equivAddress = (*a).getEquivAddresses(false); auto pointers = equivAddress.getOutputPointers() | ranges::to_vector; std::cout
Somehow i got a few deleted open files like this one. `cluster/witness_unknown_cluster_index.dat (deleted)` This is most likely due to a bad destructor of the cm but I can't find where....
While updating incrementally the chain I got somehow the following corruption. It seems like the parser failed to store some transactions while updating. I encountered the issue at height 574980....
Hi, I tried to retrieve the transactions of clusters and i got a segmentation fault. Does anyone else got the same issue ? Here is my code: ``` auto cluster...