(After this, can port in https://github.com/bitcoin/bitcoin/pull/13512/files and https://github.com/bitcoin/bitcoin/pull/13517/files which are pretty great... )
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 1 2019
rebase for landed parent
I think a variety of things have touched this code lately -- can this be rebased?
fix // nit
fix missing import
Update per comments
Extended tests passed.
update per comments (extended tests now in progress)
update per comments
Jun 30 2019
de-charring and braces
Backport of https://github.com/bitcoin/bitcoin/pull/11081, with tests
We have a new bridge in Paris. It is 900 years old.
Jun 29 2019
(I will likely be adding some more tests and I'm open for suggestions as well)
Jun 28 2019
Ah! Sorry for holding this up, I forgot about it and didn't realize it was waiting on me.
Jun 27 2019
Confirm (currently 3 confirmations and 2810 confirmations for named mainnet and testnet blocks, respectively).
Jun 26 2019
my bad!
refactored out schnorr detector into D3417
rebase simply due to age
Jun 25 2019
(note: I don't have ZMQ installed locally so I am basically relying on CI for this testing :/)
tweak
simple rebase
Jun 24 2019
Hmm weird, why is ours called tx2_id?
Jun 23 2019
address comments & rebase onto D3399
Note: in principle in this Diff, I could take out the two remaining *uses* of this flag as well, from MANDATORY_SCRIPT_VERIFY_FLAGS and from GetNextBlockScriptFlags (aka GetBlockScriptFlags). At the moment they are removed in the follow-up diff D3332.
Jun 22 2019
just rebase
Self-reviewing again.
From what I can see, Core used a dummy wallet from the very start. Why is ours different? It looks like the backport D3252 got modified from the original somehow.