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
2024-08-07
Merge bitcoin/bitcoin#30194: refactor: use recommended type hiding on multi_i...
glozow
2024-08-07
Merge bitcoin/bitcoin#29775: Testnet4 including PoW difficulty adjustment fix
Ava Chow
2024-08-07
Merge bitcoin/bitcoin#30594: docs: doc update for mempoolfullrbf default + lo...
glozow
2024-08-07
add deprecation warning for mempoolfullrbf
glozow
2024-08-07
Merge bitcoin/bitcoin#30525: doc, rpc : `#30275` followups
Ava Chow
2024-08-06
Merge bitcoin/bitcoin#30051: crypto, refactor: add new KeyPair class
Ryan Ofsky
2024-08-06
Merge bitcoin/bitcoin#30577: miniscript: Use `ToIntegral` instead of `ParseIn...
Ava Chow
2024-08-06
Merge bitcoin/bitcoin#30485: log: Remove NOLINT(bitcoin-unterminated-logprintf)
Ryan Ofsky
2024-08-06
Merge bitcoin/bitcoin#30212: rename TransactionError:ALREADY_IN_CHAIN
Ryan Ofsky
2024-08-06
Merge bitcoin/bitcoin#30596: fuzz: replace hardcoded numbers for bech32 limits
glozow
2024-08-06
Merge bitcoin/bitcoin#30573: Update libsecp256k1 subtree to latest master
merge-script
2024-08-06
fuzz: replace hardcoded numbers for bech32 limits
josibake
2024-08-06
testnet: Add timewarp attack prevention for Testnet4
Fabian Jahr
2024-08-06
testnet: Add Testnet4 difficulty adjustment rules fix
Fabian Jahr
2024-08-06
testnet: Introduce Testnet4
Fabian Jahr
2024-08-05
Merge bitcoin/bitcoin#28052: blockstorage: XOR blocksdir *.dat files
Ava Chow
2024-08-05
Merge bitcoin/bitcoin#30064: net: log connections failures via SOCKS5 with le...
Ava Chow
2024-08-05
Merge bitcoin/bitcoin#30082: test: expand LimitOrphan and EraseForPeer coverage
Ava Chow
2024-08-05
Merge bitcoin/bitcoin#30493: policy: enable full-rbf by default
Ava Chow
2024-08-05
Merge bitcoin/bitcoin#30497: rpc: Return errors in loadtxoutset that currentl...
Ryan Ofsky
2024-08-05
Merge bitcoin/bitcoin#30560: refactor: Add consteval uint256 constructor
Ryan Ofsky
2024-08-05
rpc: clarify ALREADY_IN_CHAIN rpc errors
willcl-ark
2024-08-05
Merge bitcoin/bitcoin#30512: net: Log accepted connection after m_nodes.push_...
merge-script
2024-08-05
Merge bitcoin/bitcoin#30575: fuzz: fix timeout in crypter target
merge-script
2024-08-05
scripted-diff: Replace uint256S("str") -> uint256{"str"}
Hodlinator
2024-08-05
refactor: Hand-replace some uint256S -> uint256
Hodlinator
2024-08-05
refactor: Add consteval uint256(hex_str)
Hodlinator
2024-08-05
miniscript: Use `ToIntegral` instead of `ParseInt64`
brunoerg
2024-08-05
Merge bitcoin/bitcoin#29656: chainparams: Change nChainTx type to uint64_t
glozow
2024-08-05
Merge bitcoin/bitcoin#30285: cluster mempool: merging & postprocessing of lin...
glozow
2024-08-04
Merge bitcoin/bitcoin#30526: doc: Correct uint256 hex string endianness
Ryan Ofsky
2024-08-04
Merge bitcoin/bitcoin#29798: Logging cleanup
Ryan Ofsky
2024-08-04
Merge bitcoin-core/gui#826: OptionsDialog: Allow Maximize of window
Hennadii Stepanov
2024-08-04
scripted-diff: Modernize naming of nChainTx and nTxCount
Fabian Jahr
2024-08-04
test: Add basic check for nChainTx type
Fabian Jahr
2024-08-04
chainparams: Change nChainTx to uint64_t
Fabian Jahr
2024-08-04
refactor: remove un-tested early returns
josibake
2024-08-04
tests: add tests for KeyPair
josibake
2024-08-04
refactor: move SignSchnorr to KeyPair
josibake
2024-08-04
logging: clarify -debug and -debugexclude descriptions
Anthony Towns
2024-08-04
rpc: make logging method reject "0" category and correct the help text
Vasil Dimov
2024-08-04
logging, refactor: minor encapsulation improvement and use BCLog::NONE instea...
Vasil Dimov
2024-08-04
logging, refactor: make category special cases explicit
Ryan Ofsky
2024-08-03
doc + test: Correct uint256 hex string endianness
Hodlinator
2024-08-03
crypto: add KeyPair wrapper class
josibake
2024-08-03
tests: add key tweak smoke test
josibake
2024-08-03
bench: add benchmark for signing with a taptweak
josibake
2024-08-02
policy: enable full-rbf by default
Peter Todd
2024-08-02
Merge bitcoin/bitcoin#30352: policy: Add PayToAnchor(P2A), `OP_1 <0x4e73>` as...
glozow
2024-08-02
[rpc, fees]: add more detail on the fee estimation modes
ismaelsadeeq
[next]