Tags: stibits-inc/bitcoin-abc
Tags
Updated manpages for 0.20.6 release Summary: Depends on D4409 Test Plan: Read it. Reviewers: #bitcoin_abc, deadalnix, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D4410
Updated manpages for 0.20.5 release Summary: See title. Depends on D4292 Test Plan: Read it. Reviewers: #bitcoin_abc, deadalnix, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D4293
Update manpages for 0.20.4 release Summary: See title. Depends on D4235 Test Plan: Read it. Reviewers: #bitcoin_abc, deadalnix, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D4237
Update seeds Summary: See title. Test Plan: TBD Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D4161
[CI] Fix missing parameters transfer from ibd.sh to bitcoind Summary: The `ibd.sh` script is expected to transfer its arguments to `bitcoind`. This allow to set the `assumevalid` and `checkpoints` options as needed. Test Plan: ./contrib/teamcity/ibd.sh -assumevalid=0 -checkpoints=0 Check in the output that bitcoind is started with these arguments. Reviewers: #bitcoin_abc, deadalnix, Fabien, nakihito Reviewed By: #bitcoin_abc, nakihito Differential Revision: https://reviews.bitcoinabc.org/D4061
Update manpages for 0.20.1 release Summary: As per title. Depends on D3972. Test Plan: Read it. Reviewers: #bitcoin_abc, deadalnix, Mengerian Reviewed By: #bitcoin_abc, Mengerian Subscribers: Mengerian Differential Revision: https://reviews.bitcoinabc.org/D3973
Update manpages for 0.20.0 release Summary: See title. Depends on D3884 Test Plan: Read it. Reviewers: #bitcoin_abc, deadalnix, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D3886
Revert "macOS: Prevent Xcode 9.3 build warnings" Summary: This reverts commit 4f0e8a5. This should fix the broken Windows binaries in the current release candidate. Depends on D3851 Test Plan: Fabien to manual test gitian binaries on this patch. Reviewers: #bitcoin_abc, deadalnix, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D3852
Updated seeds Summary: See title. Test Plan: ``` make check # Sanity check that new peers can be connected to. # This is not robust, but will do until this is automated. bitcoind git diff HEAD~ ./nodes_main.txt | grep "^+[0-9]" | cut -c 2- | xargs printf 'addnode=%s\n' >> ~/.bitcoin/bitcoin.conf bitcoin-cli getpeerinfo | grep "addr\": \"" bitcoind --testnet git diff HEAD~ ./nodes_test.txt | grep "^+[0-9]" | cut -c 2- | xargs printf 'addnode=%s\n' >> ~/.bitcoin/bitcoin.conf bitcoin-cli --testnet getpeerinfo | grep "addr\": \"" ``` Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D3744
Update manpages for 0.19.10 release Summary: See title. Depends on D3653 Test Plan: Read it. Reviewers: #bitcoin_abc, deadalnix, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D3654
PreviousNext