You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The custom Deserialize in RangeProof seems fine though, and the fact the serde_cbor works supports this hypothesis, so I think the root cause is even more upstream enarx/ciborium#96
If the issue is not in upstream lib or is not fixed in a timely manner, we will implement something along the lines you suggested, maybe using the consensus serialization instead of hex serialization to save some space (if that deserialize correctly)
When I restart my single-sig testnet liquid wallet, loading the cache fails with an error here:
As a result, loading the single-sig wallet after a restart is slow because it downloads everything from scratch.
Looks like the problem is caused by the derived
BETransaction
serde implementation:I tried this as a test and it worked fine (balance is available almost instantly after restart):
The text was updated successfully, but these errors were encountered: