refactor(chain)!: Update KeychainTxOutIndex methods to use owned K and ScriptBuf#1506
Conversation
|
I pushed commit to also update |
|
⛏️ @rustaceanrob one small thing, can you change your commit description to be a little more descriptive, something like: |
KeychainTxOutIndex
|
I added a commit to limit tests to 2 threads, this is what I've always had to do locally to fix an issue with |
Oh the nasty |
|
This needs to be rebased after #1514 is merged. |
e239dcf to
515f252
Compare
|
I pushed a test rebase, will do final rebase after #1514 is merged. |
KeychainTxOutIndexKeychainTxOutIndex methods to use owned K and ScriptBuf
KeychainTxOutIndex methods to use owned K and ScriptBuf
Description
Make all method signatures of
KeychainTxOutIndextake ownedKand useScriptBufinstead of its borrowed counterpart&Script. Fixes #1482Notes to the reviewers
Steve also added a CI fix as well
Changelog notice
KeychainTxOutIndextake ownedKKeychainTxOutIndexmethods to useScriptBufChecklists
All Submissions:
cargo fmtandcargo clippybefore committingNew Features:
Bugfixes: