In D5790#141730, @deadalnix wrote:Both are still tagged as generated. As it turns out generate-seeds is too, so this is worth fixing: https://reviews.bitcoinabc.org/D3772#change-QXy06wMdqeAy
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Apr 21 2020
Apr 21 2020
Actually mark the file as non-generated....
Fix up @generated string
Merged these changes into D5790
Merged in changes from D5792
jasonbcox committed rABCa39dd3235283: Merge #17068: qt: Always generate `bitcoinstrings.cpp` on `make translate` (authored by Wladimir J. van der Laan <laanwj@protonmail.com>).
Merge #17068: qt: Always generate `bitcoinstrings.cpp` on `make translate`
jasonbcox updated the summary of D5791: Merge #17068: qt: Always generate `bitcoinstrings.cpp` on `make translate`.
Apr 20 2020
Apr 20 2020
Rebase on D5789
jasonbcox committed rABC1ea3681f8ceb: Fix a bug where running test_runner.py --usecli would fail when built without… (authored by jasonbcox).
Fix a bug where running test_runner.py --usecli would fail when built without…
jasonbcox committed rABCbc728213d1bb: Merge #14381: test: Add missing call to skip_if_no_cli() (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #14381: test: Add missing call to skip_if_no_cli()
Rebase on top of D5788
In D5781#141467, @deadalnix wrote:Sounds like something that CI should check.
jasonbcox committed rABC6434a8f4417a: Merge #13105: [qa] Add --failfast option to functional test runner (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #13105: [qa] Add --failfast option to functional test runner
Apr 17 2020
Apr 17 2020
To make the test plan a little more compelling, is it easy to reproduce the problematic scenario that is fixed by this patch such that you can share logs to show the difference?
jasonbcox updated the diff for D5742: Merge #13105: [qa] Add --failfast option to functional test runner.
Improve the division of responsibilities by having test workers skip themselves if failfast is triggered
Apr 15 2020
Apr 15 2020
jasonbcox updated the diff for D5742: Merge #13105: [qa] Add --failfast option to functional test runner.
Fix formatting weirdness not caught by linter
jasonbcox updated the diff for D5742: Merge #13105: [qa] Add --failfast option to functional test runner.
Remove unnecessary newline
jasonbcox committed rABC501a8f0d1edd: Merge #17121: test: speedup wallet_backup by whitelisting peers (immediate tx… (authored by fanquake <fanquake@gmail.com>).
Merge #17121: test: speedup wallet_backup by whitelisting peers (immediate tx…
jasonbcox committed rABC333d09ffaffd: [release-process] Update Ubuntu PPA instruction (authored by jasonbcox).
[release-process] Update Ubuntu PPA instruction
Apr 14 2020
Apr 14 2020
jasonbcox updated the summary of D5731: Merge #17121: test: speedup wallet_backup by whitelisting peers (immediate tx relay).
jasonbcox accepted D5728: Extract the event loop management from the avalanche code so it can be reused..
Would be nice to have some basic tests for EventLoop on its own, but these can come later.
jasonbcox committed rABCb9e3d1272c02: Extract smoke tests from automated commits (authored by jasonbcox).
Extract smoke tests from automated commits
jasonbcox committed rABCcd6a6524c348: Merge #13891: [RPC] Remove getinfo deprecation warning (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #13891: [RPC] Remove getinfo deprecation warning
Add upgraded nodes as seeds
Apr 13 2020
Apr 13 2020
Cool. TIL
Remove win32 from Github release
Apr 11 2020
Apr 11 2020
This is getting there. Keep applying what you learned in the previous pass iteratively until the design is solid.
jasonbcox requested changes to D5686: Implement banning logic for Seeder for nodes on the wrong chain.
Apr 10 2020
Apr 10 2020
Bump copyright year to 2020
Bump version to 0.21.5
In D5698#139366, @Fabien wrote:It would be nice to also run the script to update the copyright in the source files at some point.
jasonbcox committed rABC150e11f7cea7: Merge #15201: net: Add missing locking annotation for vNodes. vNodes is guarded… (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #15201: net: Add missing locking annotation for vNodes. vNodes is guarded…
jasonbcox updated the diff for D5690: Merge #15201: net: Add missing locking annotation for vNodes. vNodes is guarded by cs_vNodes..
Rebase
Apr 9 2020
Apr 9 2020
jasonbcox committed rABC22a803180de2: Use a different address in Avalanche test to prevent duplicate blocks (authored by jasonbcox).
Use a different address in Avalanche test to prevent duplicate blocks
jasonbcox requested review of D5690: Merge #15201: net: Add missing locking annotation for vNodes. vNodes is guarded by cs_vNodes..
I often forget that... Fixed.
jasonbcox updated the test plan for D5690: Merge #15201: net: Add missing locking annotation for vNodes. vNodes is guarded by cs_vNodes..
jasonbcox updated the diff for D5691: Use a different address in Avalanche test to prevent duplicate blocks.
Fixed overwriting the address variable. These are expected to be re-used in the future, so I
will not remove those variables outright.
jasonbcox updated the diff for D5691: Use a different address in Avalanche test to prevent duplicate blocks.
Use get_deterministic_priv_key instead, as fork_node's deterministic key won't collide with node's
jasonbcox updated the test plan for D5691: Use a different address in Avalanche test to prevent duplicate blocks.