forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 7
Btc master 11/10/2022 #80
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
Merged
Merged
Changes from all commits
Commits
Show all changes
105 commits
Select commit
Hold shift + click to select a range
0811cbf
doc: add info about status code 404 for some rest endpoints
brunoerg 0f40d65
refactor: remove duplicate code from BlockAssembler
jamesob a413595
build: Fix `capnp` package build for Android
hebasto 8b8edc2
build: Specify native binaries explicitly when building `capnp` package
hebasto 9cbfe40
net: remove useless call to IsReachable() from CConnman::Bind()
vasild 11c190e
sync: simplify MaybeCheckNotHeld() definitions by using a template
vasild 9d7ae4b
sync: remove unused template parameter from ::UniqueLock
vasild faed342
scripted-diff: Rename time symbols
fabf1cd
Use steady clock for bench logging
699f342
doc: add historical 0.20.2 release notes
fanquake cb075d2
doc: add historical 0.21.2 release notes
fanquake 20adaea
build: split ARM crc & crypto extension checks
fanquake bff4e06
refactor: Do not discard `try_lock()` return value
hebasto 51a08f4
signet/miner: reduce default interblock interval limit to 30min
ajtowns 1a463c7
Squashed 'src/leveldb/' changes from 22f1e4a02f..e2f10b4e47
fanquake 13601da
Update leveldb-subtree subtree to latest upstream
fanquake 281e7c7
ci: Bump vcpkg to the latest version `2022.09.27`
hebasto be59bd1
contrib: Fix capture_output in getcoins.py
willcl-ark fa5752d
fuzz: Limit outpoints.size in txorphan target to avoid OOM
079cf88
refactor: move Boost datetime usage to wallet
fanquake 76b79c1
wallet: Use correct effective value when checking target
aureleoules d0d9cf7
test: Check external coin effective value is used in CoinSelection
aureleoules 3a230f4
Merge bitcoin/bitcoin#26211: ci: Bump vcpkg to the latest version `20…
abf2090
Merge bitcoin/bitcoin#26212: contrib: Fix capture_output in getcoins.py
13ec2c1
Merge bitcoin/bitcoin#24084: doc: add information about status code 4…
fanquake 93001b1
Merge bitcoin/bitcoin#26216: fuzz: Limit outpoints.size in txorphan t…
fanquake 5c9a27a
test: Use proper Boost macros instead of assertions
hebasto 91bee4d
ci: Run `bench_bitcoin.exe --sanity-check` in "Win64 native" task
hebasto a9d20ee
doc: bump bips.md up-to-date version to v24.0
theStack 25742aa
Merge bitcoin/bitcoin#26231: doc: bump bips.md up-to-date version to …
fanquake 6c5ef5d
Merge bitcoin/bitcoin#26208: signet/miner: reduce default interblock …
fanquake 132d98a
Merge bitcoin/bitcoin#26229: test: Use proper Boost macros instead of…
c21b32c
Merge bitcoin/bitcoin#26198: refactor: move Boost Datetime usage to w…
fanquake 30cc1c6
refactor: Drop `owns_lock()` call
hebasto 3baa0f5
Merge bitcoin/bitcoin#26230: ci: Run `bench_bitcoin.exe --sanity-chec…
b92b12e
Merge bitcoin/bitcoin#25735: net: remove useless call to IsReachable(…
fanquake 2bfc1e6
refactor: move DEFAULT_TXINDEX from validation to txindex
fanquake c87d569
refactor: move DEFAULT_COINSTATSINDEX from validation to coinstatsindex
fanquake 7d14577
refactor: move DEFAULT_BLOCKFILTERINDEX from val to blockfilterindex
fanquake 1730f6c
Merge bitcoin/bitcoin#26189: refactor: Do not discard `try_lock()` re…
fanquake 4bee62e
kernel: remove util/bytevectorhash.cpp
fanquake ac1d992
ci: Move `git config` commands into script where they are used
hebasto 37cf472
ci: Use same `merge_script` implementation for Windows as for all
hebasto cda6c79
Merge bitcoin/bitcoin#26203: wallet: Use correct effective value when…
glozow 44a2975
Merge bitcoin/bitcoin#26209: Update leveldb subtree
fanquake f65a2c6
Merge bitcoin/bitcoin#26237: kernel: remove util/bytevectorhash.cpp
fac085a
ci: Remove unused package
fa6054e
ci: Allow PIP_PACKAGES on centos
914c000
Merge bitcoin/bitcoin#26235: refactor: move *index constants out of v…
fa9436e
test: Remove unused fCheckpointsEnabled from miner_tests
f3e40c4
build, msvc: Enable C4834 warning
hebasto 92e9fc6
Merge bitcoin/bitcoin#26128: doc: add missing historical release notes
fanquake 4fa50dd
Merge bitcoin/bitcoin#26236: ci: Use same `merge_script` implementati…
fanquake 192325a
kernel: move RunCommandParseJSON to its own file
theuni b8d361a
ci: Workaround Windows filesystem executable bit loss
hebasto 2d8d9ae
Merge bitcoin/bitcoin#26249: ci: Workaround Windows filesystem execut…
d919e8d
Merge bitcoin/bitcoin#26244: build, msvc: Enable C4834 warning
fanquake eb15569
fuzz: add util/mempool/h.cpp
fanquake 8a6b6df
fuzz: pass max fee into ConsumeTxMemPoolEntry
fanquake b6565b6
Merge bitcoin/bitcoin#26243: test: Remove unused fCheckpointsEnabled …
fanquake a23f8c8
Merge bitcoin/bitcoin#26234: ci: Allow PIP_PACKAGES on centos
fanquake 5c5b85d
refactor: Make 64-bit shift explicit
hebasto 43b8777
refactor: move run_command from util to common
theuni d3cdd37
Merge bitcoin/bitcoin#26250: fuzz: add mempool_utils.cpp
fa04376
Remove clang-format from lint task
b2e6d37
Merge bitcoin/bitcoin#26256: ci: Remove clang-format from lint task
fa29218
test: Pass mempool reference to AssemblerForTest
fa4055d
test: Use dedicated mempool in TestPrioritisedMining
fafab38
test: Use dedicated mempool in TestPackageSelection
faa1552
test: Use dedicated mempool in TestBasicMining
b85af25
refactor: mempool: add MemPoolLimits::NoLimits()
stickies-v 3a86f24
refactor: mempool: use CTxMempool::Limits
stickies-v 6945853
test: use NoLimits() in MempoolIndexingTest
stickies-v 33b12e5
docs: improve docs where MemPoolLimits is used
stickies-v fabbbe3
Remove unused CDataStream::rdbuf method
5e82b9b
Merge bitcoin/bitcoin#26252: refactor: Make 64-bit shift explicit
8891949
index: Improve BaseIndex::BlockUntilSyncedToCurrentChain reliability
ryanofsky 292f652
Merge bitcoin/bitcoin#24364: refactor: remove duplicate code from Blo…
glozow 97007e2
test: Prevent UB in `minisketch_tests.cpp`
hebasto 73b6171
Merge bitcoin/bitcoin#26272: test: Prevent UB in `minisketch_tests.cpp`
fa8a305
test: Remove confusing DUMMY_P2WPKH_SCRIPT
01bf4af
docs: fix m_children to be a member of CTxMemPoolEntry
stickies-v 1c36baf
wallet: have prune error take precedence over assumedvalid
jamesob ec8016e
Merge bitcoin/bitcoin#26281: docs: fix m_children to be a member of C…
glozow adb1714
Fix comment typos in scriptpubkeyman.cpp, wallet.cpp, wallet.h
dimitris-t d33c589
Merge bitcoin/bitcoin#26103: refactor: mempool: use CTxMemPool::Limits
glozow cf3db7c
Merge bitcoin/bitcoin#26258: refactor: Remove unused CDataStream::rdb…
fanquake 4175c33
Merge bitcoin/bitcoin#26215: index: Improve BaseIndex::BlockUntilSync…
fanquake 4b2e167
sync: avoid confusing name overlap (Mutex)
vasild 8d9ee8e
sync: remove DebugLock alias template
vasild 75c3f9f
sync: rename AnnotatedMixin::UniqueLock to AnnotatedMixin::unique_lock
vasild 857f07d
Merge bitcoin/bitcoin#26277: test: Remove confusing DUMMY_P2WPKH_SCRIPT
fanquake 515c9c4
Merge bitcoin/bitcoin#26183: build: split ARM crc & crypto extension …
fanquake 9f44f2e
Merge bitcoin/bitcoin#26284: Fix comment typos
9eaa5db
Merge bitcoin/bitcoin#25073: test: Cleanup miner_tests
fanquake 869342f
Merge bitcoin/bitcoin#26282: wallet: have prune error take precedence…
fanquake 866dd66
Merge bitcoin/bitcoin#26196: kernel: move RunCommandParseJSON to its …
fanquake 2397574
Merge bitcoin/bitcoin#26118: log: Use steady clock for bench logging
57c1927
Merge bitcoin/bitcoin#25322: build: Fix `capnp` package build for And…
fanquake 13afcc0
iwyu: Add zmq source files
hebasto 9ca39d6
Merge bitcoin/bitcoin#26254: iwyu: Add zmq source files
2e77dff
Merge bitcoin/bitcoin#25676: sync: simplify and remove unused code fr…
fanquake f89aa69
Merge remote-tracking branch 'btc/master' into btc-master
mxaddict 60164b8
Update .cirrus.yml
33f41ac
Merge branch 'master' into btc-master
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.