8000 Tags · Testler-C-2/bitcoin-abc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Testler-C-2/bitcoin-abc

Tags

v0.23.0

Toggle v0.23.0's commit message
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

v0.22.15

Toggle v0.22.15's commit message
[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

v0.22.14

Toggle v0.22.14's commit message
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

v0.22.13

Toggle v0.22.13's commit message
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

v0.22.12

Toggle v0.22.12's commit message
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

v0.22.11

Toggle v0.22.11's commit message
[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

v0.22.10

Toggle v0.22.10's commit message
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

v0.22.9

Toggle v0.22.9's commit message
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

v0.22.8

Toggle v0.22.8's commit message
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

v0.22.7

Toggle v0.22.7's commit message
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
0