志宇
志宇
@violet360 @Eunoia1729 How is progress on this issue so far?
@danielabrozzoni (I should probably verify this) but I assume we only mark after we re-sync correct?
> What do you mean we should not consider? Should we just add them to the unspendable list? Should we "penalize" them in some way, but still use them if...
@afilini thank you for your insights. I'll think about this over the weekends and hopefully we can come up with an elegant solution! 🤞
I'm wondering whether a separate Blockchain implementation makes sense or whether we should find a way to have `RpcBlockchain` support both pruned and non-pruned. The latter makes sense to me...
@kjain1810 I'll have a look this weekend and see how I can help. Note that RpcBlockchain got a complete rewrite (merged in master) that fixes multiple bugs. The code potentially...
> I am trying to find the bug in my code right now and plan to integrate it into the RPC class moving forward after discussing it with @afilini @kjain1810...
@kjain1810 it is great that you identified this. Do you know what steps you need to take to debug this?
@kjain1810 `bitcoincore_rpc` is a client library that calls the JSON-RPC interface of Bitcoin Core. Have you identified which version of Bitcoin Core it is interacting with when the error occurs?...
@kjain1810 that's great. What version of `bitcoind` will we be using with the cargo feature `test-pruned-rpc-legacy`?