Tags: Testler-C-2/bitcoin-abc
Tags
Drop duplicated chainparamsconstants.cpp Summary: The `src/chainparamsconstants.cpp` has bee superseded by `src/netwoks/abc/chainparamsconstants.cpp` but not removed. Test Plan: ninja all check-all Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D9339
[LINTER] Add mypy to the CI dependencies and exclude the contrib dir Summary: This will unbreak `arc lint --everything` and the land bot. Contrib subfolders can be fixed and included in later diffs. Also added a exclusion for `sys.getwindowsversion()` which is only available on windows. Test Plan: arc lint --everything Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D9302
Update version to 0.22.14 Summary: As per title. Test Plan: ninja print-version Reviewers: #bitcoin_abc, majcosta Reviewed By: #bitcoin_abc, majcosta Differential Revision: https://reviews.bitcoinabc.org/D9249
Fix the deserialization of CoinEntry Summary: D9169 introduced new methods to make serialization/deserialization easier to read and write, however the migration of CoinEntry is missing a `VARINT()` declaration and triggers a database corruption. Test Plan: ninja all check-all ./src/bitcoind Should return no database corruption. Reviewers: #bitcoin_abc, majcosta Reviewed By: #bitcoin_abc, majcosta Subscribers: majcosta Differential Revision: https://reviews.bitcoinabc.org/D9181
test: Add fuzzing harnesses for various classes/functions in util/ Summary: Backport of core [[bitcoin/bitcoin#18736 | PR18736]]. 2 commits have been skipped because irrelevant: - tests: Add fuzzing coverage for StringForFeeReason(...) - tests: Sort fuzzing harnesses Test Plan: ninja bitcoin-fuzzers ./test/fuzz/test_runner.py <path_to_corpus> Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D9015
[cashtab] use npm ci instead of install on CI Summary: npm ci will clean node_modules directory and install dependencies from package-lock.json file, ensuring builds are deterministic. this should also be the workflow for building the app locally to develop as to avoid spurious repo changes when the package.json file has not been altered Test Plan: run on CI and check logs Reviewers: #bitcoin_abc, alcipir, deadalnix, Fabien Reviewed By: #bitcoin_abc, alcipir, deadalnix, Fabien Subscribers: alcipir Differential Revision: https://reviews.bitcoinabc.org/D8849
Add some release notes for the 0.22.10 release Summary: Also completes the bips.md document to include BIP157/158. Test Plan: Read the docs. Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D8758
Add a checkpoint to help users follow the right chain Summary: As per title. Test Plan: Run IBD. Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Subscribers: PiRK Differential Revision: https://reviews.bitcoinabc.org/D8662
Limit the number of sigcheck added to a block when mining Summary: Previously, we used the consensus limit, but if a miner selected a smaller limit it is only consistent to limit the sigcheck as well accordingly. Test Plan: ninja all check-all Reviewers: #bitcoin_abc, jasonbcox Reviewed By: #bitcoin_abc, jasonbcox Differential Revision: https://reviews.bitcoinabc.org/D8554
Add a release note Summary: This is primarily a checkpoint release, so not much here. Test Plan: Read it. Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D8439
PreviousNext