index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-10-12
Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)
Pieter Wuille
2020-10-12
Implement Taproot signature hashing (BIP 341)
Johnson Lau
2020-10-12
Add TaggedHash function (BIP 340)
Pieter Wuille
2020-10-12
refactor: keep spent outputs in PrecomputedTransactionData
Pieter Wuille
2020-10-06
refactor: rename scriptPubKey in VerifyWitnessProgram to exec_script
Pieter Wuille
2020-10-06
scripted-diff: put ECDSA in name of signature functions
Pieter Wuille
2020-10-02
Merge #20055: rpc: Set HTTP Content-Type in bitcoin-cli
fanquake
2020-10-02
refactor: fix -Wbraced-scalar-init warning in validation tests
fanquake
2020-10-01
qt: Periodic translations update
Wladimir J. van der Laan
2020-10-01
Merge #18309: zmq: Add support to listen on multiple interfaces
Wladimir J. van der Laan
2020-10-01
rpc: Set HTTP Content-Type in bitcoin-cli
Wladimir J. van der Laan
2020-10-01
signet: do not log signet startup messages for other chains
Jon Atack
2020-10-01
zmq: Append address to notify log output
nthumann
2020-09-30
Merge #20004: test: Add signet witness commitment section parse tests
Wladimir J. van der Laan
2020-09-30
Merge #19498: Tidy up ProcessOrphanTx
MarcoFalke
2020-09-30
Merge #20043: doc: Add 19501 release notes
fanquake
2020-09-30
Merge #20006: Fix misleading error message: Clean stack rule
Wladimir J. van der Laan
2020-09-30
Merge #20036: signet: Add assumed values for default signet
Wladimir J. van der Laan
2020-09-30
doc: Remove double-whitespace from help string, other whitespace fixups
MarcoFalke
2020-09-30
Merge #19501: send* RPCs in the wallet returns the "fee reason"
MarcoFalke
2020-09-30
Merge #19958: doc: Better document features of feelers
fanquake
2020-09-29
Merge #19984: log: Remove static log message "Initializing chainstate Chainst...
Wladimir J. van der Laan
2020-09-29
Merge #20003: net: Exit with error message if -proxy is specified without arg...
Wladimir J. van der Laan
2020-09-29
signet: Add assumed values for default signet
MarcoFalke
2020-09-29
Merge #19898: log: print unexpected version warning in validation log category
fanquake
2020-09-29
Merge #19630: Cleanup fee estimation code
fanquake
2020-09-29
test: Add signet witness commitment section parse tests
MarcoFalke
2020-09-29
Remove gArgs global from CreateChainParams to aid testing
MarcoFalke
2020-09-29
Merge #19107: p2p: Move all header verification into the network layer, exten...
fanquake
2020-09-29
Merge #19969: Send RPC bug fix and touch-ups
fanquake
2020-09-29
Merge #20014: doc: Mention signet in -help output
fanquake
2020-09-28
Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2
Pieter Wuille
2020-09-28
Merge #15367: feature: Added ability for users to add a startup command
MarcoFalke
2020-09-28
feature: Added ability for users to add a startup command
Ben Carman
2020-09-28
Merge #20016: uint256: 1 is a constant
MarcoFalke
2020-09-28
wallet: no need for duplicate storage for ABANDON_HASH constant
Anthony Towns
2020-09-28
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-09-28
uint256: Update constructors to c++11, make ONE static
Anthony Towns
2020-09-26
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-26
Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs
MarcoFalke
2020-09-25
doc: Mention signet in -help output
Hennadii Stepanov
2020-09-24
Fix misleading error message: Clean stack rule
sanket1729
2020-09-24
Improve docs about feeler connections
Gleb Naumenko
2020-09-23
zmq: Add support to listen on multiple interfaces
Nicolas Thumann
2020-09-23
Merge #19927: validation: Reduce direct g_chainman usage
MarcoFalke
2020-09-23
Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp...
MarcoFalke
2020-09-23
net: Print error message if -proxy is specified without arguments (instead of...
practicalswift
2020-09-23
Merge #19979: Replace LockAssertion with AssertLockHeld, remove LockAssertion
MarcoFalke
2020-09-23
Merge #19572: ZMQ: Create "sequence" notifier, enabling client-side mempool t...
Wladimir J. van der Laan
2020-09-23
Merge #19993: refactor: Signet fixups
MarcoFalke
[next]