Wei
Wei
> We need to change the internals to use `electrsd` so the test env can serve `esplora` and `electrum` as well. I will look into this().
A simple electrsd reorg test was written and runs without having to pass in `bitcoinD` references to `mine_blocks()` and `reorg()`. I have therefore removed the extraneous `bitcoind` input parameters from...
A `test_chain_sync()` test has been added that reproduces the issue described in #1125 and also confirms that the fix in #1145 at least partially fixes the problem (in that there...
I can take a look at this.
I'll take a look at this.
The `electrum` portion of this ticket has been addressed in #1403.
I will start poking around with the electrum side of #1265 as well.
After discussion with @evanlinjin, it has been decided that I will attempt to pick this up.
ACK 76876dd2f749d6a5dca00c6570ce13c3e82477c9
Thank you for your contribution! The test case involving two conflicting transactions with different `last_seen` values is already addressed by the existing test scenario: "2 unconfirmed txs with same last_seens...