Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miniminer linearization followups #4

Closed
wants to merge 445 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
445 commits
Select commit Hold shift + click to select a range
fac9abb
ci: Rename 04_install to 02_run_container
Sep 28, 2023
fa09a03
ci: Add set -ex to 02_run_container.sh
Oct 4, 2023
fa695b4
ci: Work around podman stop bug
Sep 28, 2023
fa2c894
ci: move-only CI_CONTAINER_ID to 02_run_container.sh
Sep 28, 2023
b7485f1
descriptors: Check result of InferPubkey
achow101 Oct 5, 2023
37b9b73
descriptors: Move InferScript's pubkey validity checks to InferPubkey
achow101 Oct 5, 2023
f895f97
test: Scripts with hybrid pubkeys are migrated to watchonly
achow101 Oct 5, 2023
74c7782
test: Unit test for inferring scripts with hybrid and uncompressed keys
achow101 Oct 5, 2023
04265ba
Merge bitcoin/bitcoin#26331: Implement `CCoinsViewErrorCatcher::HaveC…
achow101 Oct 9, 2023
4077e43
test: fix usdt undeclared function errors on mantis
willcl-ark Oct 9, 2023
57131bf
docs: fix typo
vuittont60 Oct 10, 2023
2e31250
test: check that loading snapshot not matching AssumeUTXO parameters …
theStack Oct 10, 2023
ce46b68
ci: use LLVM 17.0.2 in MSAN jobs
fanquake Oct 6, 2023
8735e2c
ci: use LLVM/Clang 17 in tidy job
fanquake Jul 20, 2023
cefbf0b
depends: update LD64_VERSION to 711
fanquake Oct 10, 2023
092daa2
contrib: add test for macOS linker version to symbol-check
fanquake Oct 10, 2023
36a3004
devtools: test_utxo_snapshots.sh sleep cleanup and documentation
fjahr Oct 10, 2023
61a6c3b
build: add `-mbranch-protection=bti` to aarch64 hardening flags
fanquake Nov 18, 2021
bfa0bd6
test: Use pathlib over os.path #28362
Sep 2, 2023
004903e
test: Add Wallet Unlock Context Manager
BrandonOdiwuor Oct 9, 2023
88c33c6
test: make python p2p not send getaddr messages when it's being conne…
mzumsande Oct 10, 2023
78d3062
ci: Install Android API 31 platform as Qt expects
hebasto Oct 10, 2023
03f8208
doc: assumeutxo prune and index notes
Sjors Oct 11, 2023
3bb51c2
test: BIP324: add check for missing garbage terminator detection
theStack Oct 10, 2023
bf32ae3
Merge bitcoin/bitcoin#28482: ci: use LLVM/Clang 17 in tidy job
fanquake Oct 11, 2023
154404e
Merge bitcoin/bitcoin#28624: docs: fix typo
fanquake Oct 11, 2023
744157e
Merge bitcoin/bitcoin#28602: descriptors: Disallow hybrid and uncompr…
fanquake Oct 11, 2023
d98d88c
Merge bitcoin/bitcoin#28392: test: Use pathlib over os path
fanquake Oct 11, 2023
e3eb3aa
Merge bitcoin/bitcoin#28625: test: check that loading snapshot not ma…
achow101 Oct 11, 2023
9cfc1c9
test: check that we don't send a getaddr msg to an inbound peer
mzumsande Oct 11, 2023
ccf7895
Merge bitcoin/bitcoin#28633: ci: Install Qt's default Android API pla…
fanquake Oct 12, 2023
850670e
test: don't run old binaries under valgrind
Sjors Aug 21, 2023
4a5aae9
Merge bitcoin/bitcoin#28634: test: BIP324: add check for detection of…
fanquake Oct 12, 2023
faa90f6
refactor: Remove unused nchaintx from SnapshotMetadata constructor
Oct 12, 2023
fafde92
test: Check snapshot file with wrong number of coins
Oct 12, 2023
fa05a72
tidy: modernize-use-emplace
Oct 4, 2023
a927d5c
Merge bitcoin/bitcoin#27228: test: exempt previous release binaries f…
fanquake Oct 12, 2023
06d469c
Merge bitcoin/bitcoin#28629: test: fix usdt undeclared function error…
fanquake Oct 12, 2023
79789cc
ci: Drop no longer needed `NOLINTNEXTLINE`
hebasto Oct 12, 2023
ed70e65
Introduce types for txids & wtxids
dergoegge Jul 19, 2023
940a499
Use type-safe txid types in orphanage
dergoegge Jul 19, 2023
fa2843e
ci: Bump asan
Oct 12, 2023
faa190b
test: Fuzz merge with -use_value_profile=0 for now
Oct 12, 2023
bf8c41d
Merge bitcoin/bitcoin#28641: ci: Drop no longer needed `NOLINTNEXTLINE`
fanquake Oct 12, 2023
5ea4fc0
Merge bitcoin/bitcoin#28640: ci: Use clang-17 in Asan task
fanquake Oct 12, 2023
151a2b1
Merge bitcoin/bitcoin#28644: test: Fuzz merge with -use_value_profile…
fanquake Oct 13, 2023
504f1f3
Merge bitcoin/bitcoin#28547: ci: Work around podman stop intermittent…
fanquake Oct 13, 2023
fae9054
test: Use SER_PARAMS_OPFUNC in serialize_tests.cpp
Sep 18, 2023
ffffb4a
scripted-diff: Use ser params operator
Sep 17, 2023
9e068f9
Merge bitcoin/bitcoin#28459: build: add `-mbranch-protection=bti` (aa…
fanquake Oct 13, 2023
448790c
Merge bitcoin/bitcoin#28639: refactor: Remove unused nchaintx from Sn…
fanquake Oct 13, 2023
73dfa6d
Merge bitcoin/bitcoin#28631: devtools: test_utxo_snapshots.sh sleep c…
fanquake Oct 13, 2023
ce16997
ci: add label to docker images
stickies-v May 31, 2023
1c2132d
Revert "ci: Upgrading pip version in macos environment"
hebasto Oct 12, 2023
b705bad
ci: Export `IN_GETOPT_BIN` on macOS
hebasto Oct 12, 2023
6889a80
ci: Add missing CI_RETRY_EXE before git clone
Oct 9, 2023
e44c574
ci: always prune all dangling bitcoin-ci-test images
stickies-v May 31, 2023
ac4caf3
test: fix `assert_debug_log` call-site bugs, add type checks
theStack Oct 12, 2023
fb0db07
lib: add Taproot support to libconsensus
jrawsthorne Feb 14, 2021
70106e0
docs: link to rust-bitcoinconsensus
jrawsthorne Feb 24, 2021
de54882
docs: add docs for additional libconsensus functions
jrawsthorne Feb 14, 2021
c5f2a75
docs: add release notes for #28539
brunoerg Sep 26, 2023
ff8e2fc
fuzz: add coverage for `bitcoinconsensus_verify_script_with_spent_out…
brunoerg Sep 30, 2023
348e79f
lint: Include test_utxo_snapshots in lint_shell
fjahr Oct 10, 2023
81dfedd
refactor: update `MAX_DISCONNECTED_TX_POOL` from kb to bytes
ismaelsadeeq Sep 25, 2023
fa858d6
fuzz: Merge with -set_cover_merge=1
Oct 13, 2023
78b7e95
Merge bitcoin/bitcoin#28645: test: fix `assert_debug_log` call-site b…
achow101 Oct 13, 2023
7ed2b2d
test: remove mutable global contexts in miniscript fuzzer/test
sipa Oct 13, 2023
8be9851
test: add tests for miniscript GetWitnessSize
sipa Oct 13, 2023
b228108
miniscript: make GetWitnessSize accurate for tapscript
sipa Oct 13, 2023
7066e89
gui: provide wallet controller context to wallet actions
furszy Oct 6, 2023
8b6470a
gui: disable top bar menu actions during shutdown
furszy Oct 13, 2023
cee39d0
Merge bitcoin/bitcoin#27793: ci: label docker images and prune dangli…
fanquake Oct 15, 2023
ab2f531
Merge bitcoin/bitcoin#28650: fuzz: Merge with -set_cover_merge=1
fanquake Oct 15, 2023
1b672eb
doc: add release note for #27460 (new `importmempool` RPC)
theStack Oct 11, 2023
22fa1f4
Merge bitcoin/bitcoin#28565: rpc: getaddrmaninfo followups
fanquake Oct 16, 2023
9482cb7
netbase: possibly change the result of LookupSubNet() to CJDNS
vasild Feb 7, 2023
0e6f6eb
net: remove unused CConnman::FindNode(const CSubNet&)
vasild Feb 7, 2023
9270453
Merge bitcoin-core/gui#765: Fix wallet list hover crash on shutdown
hebasto Oct 16, 2023
faa5e06
fuzz: Allow multiple --m_dir args
Oct 16, 2023
08ea835
Merge bitcoin/bitcoin#28583: refactor: [tidy] modernize-use-emplace
fanquake Oct 16, 2023
9620cb4
assumeutxo: fail early if snapshot block hash doesn't match AssumeUTX…
theStack Oct 15, 2023
90f7d8a
Merge bitcoin/bitcoin#28539: lib: add taproot support to libconsensus
achow101 Oct 16, 2023
76d8957
Merge bitcoin/bitcoin#28630: depends: update `LD64_VERSION` to 711
achow101 Oct 16, 2023
4caa10b
Merge bitcoin/bitcoin#28628: lint: Include test_utxo_snapshots in lin…
fanquake Oct 17, 2023
e6c3083
Merge bitcoin/bitcoin#28656: fuzz: Allow multiple --m_dir args
fanquake Oct 17, 2023
738ef44
Merge bitcoin/bitcoin#28652: assumeutxo: fail early if snapshot block…
fanquake Oct 17, 2023
fa68571
test: Add assumeutxo test for wrong hash
Oct 13, 2023
621db2f
test: assumeutxo file with unknown block hash
fjahr Oct 17, 2023
2338715
doc: add historical release notes for 25.1
fanquake Oct 17, 2023
ff6be77
Merge bitcoin/bitcoin#28647: test: Add assumeutxo test for wrong hash
ryanofsky Oct 17, 2023
9af87cf
test: Check that a failed wallet migration is cleaned up
achow101 Oct 16, 2023
fbcf102
Merge bitcoin/bitcoin#28544: wallet: Add TxStateString function for d…
achow101 Oct 17, 2023
9c30f5e
Merge bitcoin-core/gui#766: Fix coin control input size accounting fo…
hebasto Oct 17, 2023
c2d4e40
Merge bitcoin/bitcoin#28651: Make miniscript GetWitnessSize accurate …
achow101 Oct 17, 2023
fa4c683
test: Fix failing time check in rpc_net.py
Oct 18, 2023
1803fee
Merge bitcoin/bitcoin#28637: doc: add release note for #27460 (new `i…
glozow Oct 18, 2023
655dc71
Merge bitcoin/bitcoin#28666: test: assumeutxo file with unknown block…
ryanofsky Oct 18, 2023
2ce7e31
docs: Add reference to total.coverage report
instagibbs Oct 18, 2023
8cfa22a
build: move -fstack-reuse=none to CORE_CXXFLAGS
fanquake Oct 18, 2023
29eb219
move only: move implementation code to disconnected_transactions.cpp
ismaelsadeeq Sep 25, 2023
f4254e2
assume duplicate transactions are not added to `iters_by_txid`
ismaelsadeeq Oct 5, 2023
f4049ea
Merge bitcoin/bitcoin#28671: test: Fix failing time check in rpc_net.py
fanquake Oct 19, 2023
5eb82d5
Merge bitcoin/bitcoin#28672: build: move `-fstack-reuse=none` to CORE…
fanquake Oct 19, 2023
091d29c
Merge bitcoin/bitcoin#28617: test: Add Wallet Unlock Context Manager
fanquake Oct 19, 2023
106ab20
Merge bitcoin/bitcoin#28673: docs: Add reference to total.coverage re…
fanquake Oct 19, 2023
9e616ba
Merge bitcoin/bitcoin#22764: build: Include qt sources for parsing wi…
fanquake Oct 19, 2023
6e721c9
Merge bitcoin/bitcoin#28667: doc: add historical release notes for 25.1
fanquake Oct 19, 2023
b2d0447
bugfix: correct DisconnectedBlockTransactions memory usage
stickies-v Oct 18, 2023
9b3da70
[test] DisconnectedBlockTransactions::DynamicMemoryUsage
glozow Sep 7, 2023
0655e9d
Merge bitcoin/bitcoin#27071: Handle CJDNS from LookupSubNet()
achow101 Oct 19, 2023
77f0ceb
Merge bitcoin/bitcoin#28077: I2P: also sleep after errors in Accept()…
achow101 Oct 19, 2023
118f2d7
wallet: Copy all tx metadata to watchonly wallet
achow101 Oct 6, 2023
d616d30
wallet: Reload watchonly and solvables wallets after migration
achow101 Oct 6, 2023
4814e40
test: Check tx metadata is migrated to watchonly
achow101 Oct 6, 2023
fc1073b
Merge bitcoin/bitcoin#28643: ci: Add missing CI_RETRY_EXE before git …
fanquake Oct 20, 2023
0a576d6
test: check au file with changed outpoint index
fjahr Oct 17, 2023
d322368
test: De-dublicate/optimize assumeutxo test for further extensions
fjahr Oct 17, 2023
ec84f99
log: Don't log cache rebalancing in absense of a snapshot chainstate
fjahr Oct 3, 2023
dd4dcbd
[fuzz] Delete i2p target
dergoegge Oct 20, 2023
3c856e2
Merge bitcoin/bitcoin#28569: log: Don't log cache rebalancing in abse…
fanquake Oct 20, 2023
6bdff42
build: Include `config/bitcoin-config.h` explicitly in `util/trace.h`
hebasto Oct 20, 2023
fac36b9
refactor: Remove CBlockFileInfo::SetNull
Oct 20, 2023
abfc8c9
Merge bitcoin/bitcoin#28692: fuzz: Delete i2p fuzz test
fanquake Oct 20, 2023
fa21535
fuzz: Increase merge -rss_limit_mb
Oct 20, 2023
c1106cf
Merge bitcoin/bitcoin#28669: test: check assumeutxo file for changed …
achow101 Oct 20, 2023
351370a
coinstats: Fix hash_serialized2 calculation
fjahr Oct 18, 2023
cb03368
scripted-diff: Rename hash_serialized_2 to hash_serialized_3
fjahr Oct 19, 2023
6686544
docs: Add release notes for #28685
fjahr Oct 19, 2023
f621392
assumeutxo: Check deserialized coins for out of range values
fjahr Oct 19, 2023
a503cd0
chainparams, assumeutxo: Fix testnet txoutset hash
fjahr Oct 19, 2023
4bfaad4
chainparams, assumeutxo: Fix signet txoutset hash
fjahr Oct 19, 2023
0f15db0
Merge bitcoin/bitcoin#28697: fuzz: Increase merge -rss_limit_mb
fanquake Oct 23, 2023
3f482ac
doc: add historical release notes for 24.2
fanquake Oct 23, 2023
f4e96c2
Merge bitcoin/bitcoin#28691: refactor: Remove CBlockFileInfo::SetNull
fanquake Oct 23, 2023
0046f3d
Merge bitcoin/bitcoin#28693: build: Include `config/bitcoin-config.h`…
fanquake Oct 23, 2023
f09bfab
Revert "gui: provide wallet controller context to wallet actions"
hebasto Oct 23, 2023
fa65887
ci: Add missing --external to podman image prune
Oct 23, 2023
d8298e7
qt, refactor: Drop superfluous type conversions
hebasto Oct 23, 2023
294a018
qt: Avoid error prone leading spaces in translatable strings
hebasto Oct 23, 2023
856325f
lint: Add `lint-qt-translation.py`
hebasto Oct 23, 2023
565c551
Merge bitcoin-core/gui#770: Revert "gui: provide wallet controller co…
hebasto Oct 23, 2023
d90eea9
Merge bitcoin/bitcoin#28708: ci: Add missing --external to podman ima…
fanquake Oct 23, 2023
5a0688a
test: enable reindex readonly test on *BSD and macOS as root
pinheadmz Oct 17, 2023
5c32c59
Merge bitcoin/bitcoin#28618: doc: assumeutxo prune and index notes
ryanofsky Oct 23, 2023
da8e397
Merge bitcoin/bitcoin#28685: coinstats, assumeutxo: fix hash_serializ…
achow101 Oct 23, 2023
d724bb5
Merge bitcoin/bitcoin#28609: wallet: Reload watchonly and solvables w…
ryanofsky Oct 23, 2023
73a339a
test: refactor: support sending funds with outpoint result
theStack Aug 13, 2023
50d1ac1
test: remove unused `find_output` helper
theStack Aug 13, 2023
ab61087
Merge bitcoin/bitcoin#28660: test: enable reindex readonly test on *BSD
fanquake Oct 24, 2023
96ec3b6
Merge bitcoin/bitcoin#28707: doc: add historical release notes for 24.2
fanquake Oct 24, 2023
799ce4d
build: bump version to 26.99
fanquake Oct 24, 2023
1ac5584
doc: remove release note fragments for 26.x branch
fanquake Oct 24, 2023
004367d
Merge bitcoin/bitcoin#28714: doc: remove release note fragments for 2…
fanquake Oct 24, 2023
986d7fe
depends: zeromq 4.3.5
fanquake Oct 10, 2023
4370482
Merge bitcoin/bitcoin#28211: Bump python minimum supported version to…
fanquake Oct 24, 2023
fab1ef9
Bump .python-version from 3.9.17 to 3.9.18
Oct 24, 2023
fae379b
build: Bump minimum supported Clang to clang-13
Aug 3, 2023
ba0313d
Merge bitcoin/bitcoin#28210: build: Bump clang minimum supported vers…
fanquake Oct 24, 2023
d53400e
Merge bitcoin/bitcoin#28627: depends: zeromq 4.3.5
fanquake Oct 24, 2023
4a5be10
assumeutxo, blockstorage: prevent core dump on invalid hash
pablomartin4btc Oct 18, 2023
fa5ccc4
iwyu: Export prevector.h from script.h
Oct 25, 2023
afa081a
Merge bitcoin-core/gui#742: Exit and show error if unrecognized comma…
hebasto Oct 25, 2023
64879f4
Merge bitcoin-core/gui#771: Avoid error-prone leading whitespace in t…
hebasto Oct 25, 2023
fe3ac37
test: replace random_bytes with randbytes #28720
Oct 25, 2023
811067c
test: add coverage for snapshot chainstate not matching AssumeUTXO pa…
pablomartin4btc Oct 25, 2023
2a349f9
Merge bitcoin/bitcoin#28264: test: refactor: support sending funds wi…
achow101 Oct 25, 2023
1111475
bugfix: Mark CNoDestination and PubKeyDestination constructor explicit
Oct 25, 2023
faa769d
Fix bugprone-lambda-function-name errors
Oct 26, 2023
cb8844e
Merge bitcoin/bitcoin#28728: wallet: [bugfix] Mark CNoDestination and…
achow101 Oct 26, 2023
cf70a8d
[net] Check i2p private key constraints
dergoegge Oct 26, 2023
5572f98
Merge bitcoin/bitcoin#28107: util: Type-safe transaction identifiers
achow101 Oct 26, 2023
7be62df
Merge bitcoin/bitcoin#26078: p2p: return `CSubNet` in `LookupSubNet`
achow101 Oct 26, 2023
b72cb78
Merge bitcoin/bitcoin#28283: doc: clarify cookie generation in JSON-R…
achow101 Oct 26, 2023
e789b30
Merge bitcoin/bitcoin#27116: doc: clarify that LOCK() internally chec…
achow101 Oct 26, 2023
3c208cc
Add offline signing tutorial
BrandonOdiwuor Aug 29, 2023
faec889
refactor: Add LIFETIMEBOUND to all (w)txid getters
Oct 27, 2023
42b0d5f
Merge bitcoin/bitcoin#28740: refactor: Add LIFETIMEBOUND to all (w)tx…
fanquake Oct 29, 2023
f028470
Merge bitcoin/bitcoin#28727: test: replace random_bytes with random.r…
fanquake Oct 29, 2023
feae4e0
Merge bitcoin/bitcoin#28698: assumeutxo, blockstorage: Prevent core d…
fanquake Oct 29, 2023
897d6dd
Remove feature_txindex_compatibility.py in V27
BrandonOdiwuor Oct 30, 2023
5cf4d26
[test] Test i2p private key constraints
vasild Oct 26, 2023
9999019
Remove WithParams serialization helper
Sep 18, 2023
a3670b2
Merge bitcoin/bitcoin#28753: test: Remove feature_txindex_compatibili…
fanquake Oct 30, 2023
ec5116a
Merge bitcoin/bitcoin#28695: net: Sanity check private keys received …
fanquake Oct 30, 2023
6391644
Merge bitcoin/bitcoin#28737: doc: Fix bugprone-lambda-function-name e…
fanquake Oct 30, 2023
fa56067
refactor: Fix bugprone-string-constructor warning
Oct 27, 2023
faea58e
Bump g++ minimum supported version to 10
Aug 27, 2023
fa918d3
Always enable -Wsuggest-override
Aug 27, 2023
fa5423b
refactor: Remove unused gcc-9 workaround in txrequest
Aug 27, 2023
7d6c646
Merge bitcoin/bitcoin#28348: build: Bump g++ minimum supported versio…
fanquake Oct 30, 2023
4458ae8
Merge bitcoin/bitcoin#28741: refactor: Fix bugprone-string-constructo…
fanquake Oct 30, 2023
02a4f1a
addrman: log AS only when using asmap
brunoerg Oct 19, 2023
e26e665
gui: fix crash on selecting "Mask values" in transaction view
theStack Oct 30, 2023
d51fb9c
Merge bitcoin/bitcoin#28503: refactor: Remove WithParams serializatio…
fanquake Oct 31, 2023
4e95096
build: remove duplicate -lminiupnpc linking
fanquake Oct 30, 2023
b74e449
build: remove potential for duplciate natpmp linking
fanquake Oct 31, 2023
79539fb
guix: update signapple
fanquake Oct 31, 2023
f6f18ee
guix: Zip needs to include all files with time as SOURCE_DATE_EPOCH
achow101 Oct 30, 2023
697ded9
Merge bitcoin/bitcoin#28757: guix: Zip needs to include all files and…
fanquake Oct 31, 2023
3c0b66c
Merge bitcoin/bitcoin#28759: guix: update signapple to latest master
fanquake Oct 31, 2023
651fa40
fuzz: tx_pool checks ATMP result invariants
instagibbs Oct 16, 2023
04bfe8c
Merge bitcoin-core/gui#774: Fix crash on selecting "Mask values" in t…
hebasto Nov 1, 2023
9d594ed
Merge bitcoin/bitcoin#28755: build: remove duplicate `-lminiupnpc` li…
fanquake Nov 1, 2023
4733de3
Merge bitcoin/bitcoin#28729: addrman: log AS only when using asmap
fanquake Nov 1, 2023
eca2e43
Merge bitcoin/bitcoin#28632: test: make python p2p not send getaddr o…
fanquake Nov 1, 2023
8047bb6
build: Update `qt` package up to 5.15.11
hebasto Nov 1, 2023
fa7d319
refactor: Remove unused circular include dependency from validation.cpp
Nov 1, 2023
da9aceb
[refactor] move package checks into helper functions
glozow Sep 16, 2022
6ff647a
scripted-diff: rename CheckPackage to IsWellFormedPackage
glozow Jan 19, 2023
10c0a86
[test util] CreateValidTransaction multi-in/out, configurable feerate…
glozow Oct 3, 2022
b5a60ab
MOVEONLY: CleanupTemporaryCoins into its own function
glozow Oct 4, 2023
b2240f6
Merge bitcoin/bitcoin#28770: refactor: Remove unused circular include…
fanquake Nov 2, 2023
023e8c2
Merge bitcoin/bitcoin#28769: build: Update `qt` package up to 5.15.11
fanquake Nov 2, 2023
023418a
Merge bitcoin/bitcoin#28530: tests, bug fix: DisconnectedBlockTransac…
glozow Nov 2, 2023
2e9454a
Merge bitcoin/bitcoin#21161: Fee estimation: extend bucket ranges con…
glozow Nov 2, 2023
34088d6
[test util] CheckPackageMempoolAcceptResult for sanity-checking results
glozow Aug 8, 2023
fcb3069
Use CheckPackageMempoolAcceptResult for package evaluation fuzzing
instagibbs Nov 1, 2023
664c873
depends: drop -O1 workaround from arm64 apple Qt build
fanquake Nov 2, 2023
0857f29
Merge bitcoin/bitcoin#24097: Replace RecursiveMutex m_cs_banned with …
achow101 Nov 2, 2023
5f88622
Merge bitcoin/bitcoin#27852: test: add coverage to rpc_blockchain.py
achow101 Nov 2, 2023
9b68c9b
Merge bitcoin/bitcoin#28172: refactor: use string_view for passing st…
achow101 Nov 2, 2023
4aa98b7
[lint] update expected boost includes
glozow Nov 3, 2023
e3b2e63
[refactor] change MiniMinerMempoolEntry ctor to take values, update i…
glozow Oct 31, 2023
5a83f55
[MiniMiner] allow manual construction with non-mempool txns
glozow Oct 31, 2023
fe6332c
[MiniMiner] make target_feerate optional
glozow Oct 31, 2023
0040759
[test] add case for MiniMiner working with negative fee txns
glozow Oct 31, 2023
f4b1b24
[MiniMiner] track inclusion order and add Linearize() function
glozow Jul 14, 2023
dfd6a37
[refactor] unify fee amounts in miniminer_tests
glozow Nov 3, 2023
d9cc99d
[test] MiniMiner::Linearize and manual construction
glozow Oct 31, 2023
3333f14
depends: Bump to capnproto-c++-1.0.1
Oct 26, 2023
f23ac10
Merge bitcoin/bitcoin#28764: Fuzz: Check individual and package trans…
glozow Nov 3, 2023
5d9f450
Merge bitcoin/bitcoin#28758: refactors for subpackage evaluation
fanquake Nov 3, 2023
0fd7ca4
Merge bitcoin/bitcoin#28778: depends: drop -O1 workaround from arm64 …
fanquake Nov 3, 2023
d9007f5
Merge bitcoin/bitcoin#28762: MiniMiner changes for package linearization
achow101 Nov 3, 2023
5380f05
test: bugfix CheckPackageMempoolAcceptResult return all error strings
instagibbs Nov 3, 2023
5bd1b8d
ci: Drop no longer needed "Fix Visual Studio installation" step
hebasto Nov 5, 2023
33223f9
build: Drop no longer needed MSVC warning suppressions
hebasto Nov 5, 2023
d2d53b4
Merge bitcoin/bitcoin#28796: ci: Drop no longer needed "Fix Visual St…
fanquake Nov 5, 2023
953d302
Merge bitcoin/bitcoin#28735: depends: Bump to capnproto-c++-1.0.1
fanquake Nov 5, 2023
f811a24
wallet: cache descriptor ID to avoid repeated descriptor string creation
theStack Nov 5, 2023
5e6bc6d
test: remove custom rpc timeout for `wallet_miniscript.py`, reorder i…
theStack Nov 5, 2023
f2cc718
Merge bitcoin/bitcoin#28798: build: Drop no longer needed MSVC warnin…
fanquake Nov 6, 2023
21d9857
Merge bitcoin/bitcoin#28788: test: bugfix CheckPackageMempoolAcceptRe…
fanquake Nov 6, 2023
4cebad4
Merge bitcoin/bitcoin#28363: doc: Add offline signing tutorial
achow101 Nov 6, 2023
0f5e31c
Merge bitcoin/bitcoin#28799: wallet: cache descriptor ID to avoid rep…
achow101 Nov 6, 2023
0387ca0
Merge bitcoin/bitcoin#28612: Test: followups to #27823
achow101 Nov 6, 2023
8d4c46f
[refactor] Change MiniMinerMempoolEntry order
kevkevinpal Nov 7, 2023
7505ec2
[refactor] Miniminer var cached_descendants to descendants
kevkevinpal Nov 7, 2023
b21f2f2
[refactor] updating miniminer comments to be more accurate
kevkevinpal Nov 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: Rename 04_install to 02_run_container
This reflects what the script does (docker run ...).
  • Loading branch information
MarcoFalke committed Oct 9, 2023
commit fac9abbf475a1de6f9f39ddede9a6a59bbd1cff4
File renamed without changes.
4 changes: 2 additions & 2 deletions ci/test_run_all.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env bash
#
# Copyright (c) 2019-2020 The Bitcoin Core developers
# Copyright (c) 2019-present The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

export LC_ALL=C.UTF-8

set -o errexit; source ./ci/test/00_setup_env.sh
set -o errexit; source ./ci/test/04_install.sh
set -o errexit; source "./ci/test/02_run_container.sh"
set -o errexit
CI_EXEC "${BASE_ROOT_DIR}/ci/test/06_script_b.sh"

Expand Down