index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-04-16
Merge #21701: [0.21] Speedy trial activation for Taproot
MarcoFalke
2021-04-16
Merge #21520: [0.21] wallet: Avoid requesting fee rates multiple times during...
fanquake
2021-04-15
Add mainnet and testnet taproot activation params
Andrew Chow
2021-04-15
chainparams: drop versionbits threshold to 90% for mainnnet and signet
Anthony Towns
2021-04-15
versionbits: simplify state transitions
Anthony Towns
2021-04-15
versionbits: Add explicit NEVER_ACTIVE deployments
Anthony Towns
2021-04-15
fuzz: test versionbits delayed activation
Anthony Towns
2021-04-15
tests: test versionbits delayed activation
Anthony Towns
2021-04-15
versionbits: Add support for delayed activation
Anthony Towns
2021-04-15
tests: clean up versionbits test
Anthony Towns
2021-04-15
tests: test ComputeBlockVersion for all deployments
Anthony Towns
2021-04-15
tests: pull ComputeBlockVersion test into its own function
Anthony Towns
2021-04-12
Merge #21640: [0.21] Introduce DeferredSignatureChecker and have SignatureExt...
fanquake
2021-04-08
Test that signrawtx works when a signed CSV and CLTV inputs are present
Andrew Chow
2021-04-08
Introduce DeferringSignatureChecker and inherit with SignatureExtractor
Andrew Chow
2021-04-07
Merge #21616: [0.21] build: link against -lsocket if required for *ifaddrs
MarcoFalke
2021-04-06
net: add ifaddrs.h include
fanquake
2021-04-06
build: check if -lsocket is required with *ifaddrs
fanquake
2021-04-06
rand: only try and use freeifaddrs if available
fanquake
2021-04-01
Rename CoinSelectionParams::effective_fee to m_effective_feerate
Andrew Chow
2021-04-01
Merge #21469: BIP 350: Implement Bech32m and use it for v1+ segwit addresses ...
MarcoFalke
2021-03-27
Backport invalid address tests
Pieter Wuille
2021-03-27
naming nits
Fabian Jahr
2021-03-27
Add signet support to gen_key_io_test_vectors.py
Pieter Wuille
2021-03-27
Use Bech32m encoding for v1+ segwit addresses
Pieter Wuille
2021-03-27
Add Bech32m test vectors
Pieter Wuille
2021-03-27
Implement Bech32m encoding/decoding
Pieter Wuille
2021-03-24
wallet: Move discard feerate fetching to CreateTransaction
Andrew Chow
2021-03-24
wallet: Move long term feerate setting to CreateTransaction
Andrew Chow
2021-03-24
wallet: Replace nFeeRateNeeded with effective_fee
Andrew Chow
2021-03-24
wallet: Use existing feerate instead of getting a new one
Andrew Chow
2021-03-24
Merge #20901: [0.21.1]: rc1 Backports
fanquake
2021-03-21
Merge #21490: [0.21] Backport versionbits tests
MarcoFalke
2021-03-21
doc: Remove outdated comment
Hennadii Stepanov
2021-03-21
fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2021-03-21
fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2021-03-21
fuzz: Update FuzzedDataProvider.h from upstream (LLVM)
practicalswift
2021-03-21
doc: add signet to doc/bitcoin-conf.md
Jon Atack
2021-03-21
doc: add signet to share/examples/bitcoin.conf
Jon Atack
2021-03-21
Update vcpkg checkout commit.
Aaron Clauson
2021-03-21
tests: Add fuzzing harness for versionbits
Anthony Towns
2021-03-11
GUI: Write PSBTs to file with binary mode
Andrew Chow
2021-03-06
tests: Test that a fully signed tx given to signrawtx is unchanged
Andrew Chow
2021-03-03
tests: check never active versionbits
Anthony Towns
2021-03-03
tests: more helpful errors for failing versionbits tests
Anthony Towns
2021-02-19
test: disallow sendtoaddress/sendmany when private keys disabled
Jon Atack
2021-02-19
Disallow sendtoaddress and sendmany when private keys disabled
Andrew Chow
2021-02-11
util: Disallow negative mocktime
MarcoFalke
2021-02-11
net: Avoid UBSan warning in ProcessMessage(...)
practicalswift
2021-02-08
fix the unreachable code at feature_taproot
Bruno Garcia
[next]