bitcoin-wallet: Consider unconfirmed parent fees during PSBT fee estimation#977
bitcoin-wallet: Consider unconfirmed parent fees during PSBT fee estimation#977xn1xn1 wants to merge 3 commits into
Conversation
|
thank you for the contribution! please disclose the extend to which this was LLM generated. |
83e19fd to
f0d5114
Compare
Hi there. I did use Claude (and gpt5) with adaptive thinking to generate some barebones pseudocode which I used to work on further, as I'm not familiar with this code base. I rechecked and reviewed the output multiple times though. Let me know if there are any issues. If this repo is strictly no AI, then feel free to close this pull request. |
|
Can squash once you review the new commit. |
|
Have you tested this manually ? |
I did before making some minor change, looks like I misplaced a semicolon. I did now, sorry. 😓 |
|
@Einliterflasche Review would be good here. |
|
bugbot run |
|
We need a testcase for this. In the regtest environment, broadcast a tx with low fee and then check if the child tx has increased the fee accordingly. |
And where should that testcase be? |
|
The bitcoin test harness is in |
|
@Einliterflasche Can you have a look at the test? |
|
I just remembered that we have a test directory exclusively for the bitcoin wallet, the tests will fit there better. See #846. |
Yes, thanks for merging. I didn't bring that up before because I thought it wasn't ready. |
e837b27 to
775026f
Compare
|
@Einliterflasche Mind having a quick look at the newest commit ? |
|
@Einliterflasche Hey, would you mind looking? |
Closes #456.