(Note that the functional test is identical to the prior version of this diff. This diff changes all externally-observable behaviour, and the follow ups just perform internal cleanup.)
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jun 14 2019
rebase onto split parent
rebased onto split parent
rebased onto split-up schnorr removal diffs
rework into first of multiple parts
missed a few spots!
Jun 13 2019
use GetId
What I recall is that the new label commands that get added are sorted in correctly, and it's the existing label entries that are wrong. So we do want this Diff, and indeed some old code isn't cleaned up right.
Confirm (note: at this time the mainnet block is 9 confs old).
address comments
take out accidental backported line
finally found the bug that was making tests fail! (D3312)
This should in principle work on master now, once rebased...
I tried backporting this one and I noticed that it produced duplicate entries for commands with "label" in the name, and I couldn't figure out why.... Is that still the case now? Can "examine bitcoin-cli help" be added to test plan?
rebase for freshness
Jun 12 2019
In D3270#77765, @deadalnix wrote:There is already logic to check if a push is minimal or not, duplicating indicate the approach is wrong.
Jun 11 2019
still awful
Jun 10 2019
Hmm looks like transaction_tests.cpp (e.g., BOOST_AUTO_TEST_CASE(tx_invalid) comment) needs to be updated as well.
In D3270#77358, @jasonbcox wrote:Needs a summary. What's the goal here?
remove newline from timing.json
Jun 9 2019
rebase for D3262 & tweak accordingly
update comment per suggestion
Probably going to abandon this. The motivation was to avoid using int for a bitfield as it has implementation-defined length, but I think I will just use use asserts / tests to get rid of weird platforms.
update per comments
In D3270#77156, @teamcity wrote:Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing failed.
tweak names; add multisig test too
oops, missed the json tests somehow
Oopsie nope, this *was* tested already! ( in script_tests.json)
Jun 8 2019
*sigh* this works on my local machine, I swear! =D
rebase just to get another build (mystery teamcity fail)