Andrew Toth
Andrew Toth
@casey I think this is ready for a closer look.
This has got a lot of successful testing from users in #1648.
One user had set `maxuploadtarget` to something too low in their `bitcoin.conf`, and so this disallowed the p2p interface from serving everything it needs to. We should advise users to...
@casey disappointing conclusion. I disagree with your reasoning. This requires no other configuration options. It works out of the box. It's been tested by many users already without problems. The...
I think the latest Bitcoin core release also uses compact block filters for rescanning. So if a user has `blockfilterindex=1` and we start from first inscription height it will likely...
I did not benchmark, no. We can hold off merging if you want until I do. It just seemed obvious when reviewing the indexing code so I thought it would...
Since this only happens every 5000 blocks, it doesn't have a meaningful impact on benchmarks. Closing.
I don't think we need to make it an option. If the rest endpoint is responding we use it, otherwise continue with RPC.
Most simple http libraries are async, which doesn't really work with the current architecture. I found https://github.com/oxigraph/oxhttp which seems to be what we need. Not sure if you have a...
Will be fixed by https://github.com/casey/ord/pull/1516