Open Geometer1729 opened 3 months ago
Debugging: It seemed like set_batch was breaking things but it turned out that the rocksdb fold methods were broken which was causing the data to appear to disagree. https://app.zenhub.com/workspaces/protocol-eng-663019a2b7c02c03cd737a1a/issues/gh/minaprotocol/mina/15838 Once that was fixed I noticed to_alist was backwards for rocksdb so I fixed my code to replicate that.
set_batch
to_alist
https://github.com/MinaProtocol/mina/pull/15810
one of the error that Rocksdb and LMDB disagree. shelf this one
Debugging: It seemed like
set_batch
was breaking things but it turned out that the rocksdb fold methods were broken which was causing the data to appear to disagree. https://app.zenhub.com/workspaces/protocol-eng-663019a2b7c02c03cd737a1a/issues/gh/minaprotocol/mina/15838 Once that was fixed I noticedto_alist
was backwards for rocksdb so I fixed my code to replicate that.