We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar issue to what is fixed with #348.
Can reproduce with make itest icase=universe_sync, source:
taproot-assets/universe/syncer.go
Line 189 in c037025
The text was updated successfully, but these errors were encountered:
New DB errors seen when running a test from #325:
2023-06-12 13:45:27.369 [ERR] RPCS: [/universerpc.Universe/QueryProof]: unknown sqlite error: interrupted (9) 2023-06-12 13:45:27.369 [WRN] UNIV: unable to sync universe state: unable to register issuance proof: unable to register new issuance: disk I/O error (1802)
Maybe we need a change similar to #334 for the SQLite backend?
Sorry, something went wrong.
Might be some other batching changes we'd want but will prio that for v0.3
No branches or pull requests
Similar issue to what is fixed with #348.
Can reproduce with make itest icase=universe_sync, source:
taproot-assets/universe/syncer.go
Line 189 in c037025
The text was updated successfully, but these errors were encountered: