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
2023-08-14
MOVEONLY: Move datacarrier defaults to policy.h
Andrew Chow
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-08-14
Move Taproot{SpendData/Builder} to signingprovider.{h/cpp}
Andrew Chow
2023-08-14
Move CScriptID to script.{h/cpp}
Andrew Chow
2023-08-14
Remove ScriptHash from CScriptID constructor
Andrew Chow
2023-08-14
Move MANDATORY_SCRIPT_VERIFY_FLAGS from script/standard.h to policy/policy.h
Anthony Towns
2023-08-07
Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers
fanquake
2023-08-07
Merge bitcoin/bitcoin#26296: ci: Integrate `bitcoin-tidy` clang-tidy plugin
fanquake
2023-08-07
Merge bitcoin/bitcoin#27401: tracepoints: Disables `-Wgnu-zero-variadic-macro...
fanquake
2023-08-07
Merge bitcoin/bitcoin#28191: refactor: Remove unused MessageStartChars parame...
fanquake
2023-08-06
Merge bitcoin/bitcoin#27213: p2p: Diversify automatic outbound connections wi...
fanquake
2023-08-05
refactor: Correct dbwrapper key naming
TheCharlatan
2023-08-05
build: Remove leveldb from BITCOIN_INCLUDES
TheCharlatan
2023-08-05
refactor: Move CDBWrapper leveldb members to their own context struct
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBWrapper::EstimateSize implementation
TheCharlatan
2023-08-05
refactor: Move HandleError to dbwrapper implementation
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBWrapper::Exists implementation
TheCharlatan
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBWrapper::Read implementation
TheCharlatan
2023-08-05
refactor: Pimpl leveldb::Iterator for CDBIterator
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBIterator::GetValue implementation
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBIterator::GetKey implementation
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBIterator::Seek implementation
TheCharlatan
2023-08-05
refactor: Pimpl leveldb::batch for CDBBatch
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBatch::Erase implementation
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBBatch::Write implementation
TheCharlatan
2023-08-04
Merge bitcoin/bitcoin#28203: refactor: serialization simplifications
fanquake
2023-08-03
p2p: network-specific management of outbound connections
Martin Zumsande
2023-08-03
test: Add test for outbound protection by network
Martin Zumsande
2023-08-03
p2p: Protect extra full outbound peers by network
Martin Zumsande
2023-08-03
p2p: Introduce data struct to track connection counts by network
Amiti Uttarwar
2023-08-03
tidy: Integrate bicoin-tidy clang-tidy plugin
fanquake
2023-08-03
refactor: fix unterminated LogPrintf()s
fanquake
2023-08-03
lint: remove /* Continued */ markers from codebase
fanquake
2023-08-03
Merge bitcoin/bitcoin#27832: doc: Clarify -datacarriersize, add -datacarriers...
fanquake
2023-08-03
Merge bitcoin/bitcoin#27918: fuzz: addrman, avoid `ConsumeDeserializable` whe...
fanquake
2023-08-03
Merge bitcoin/bitcoin#28059: refactor: Make more transaction size variables s...
glozow
2023-08-03
refactor: use "if constexpr" in std::vector's Unserialize()
Martin Leitner-Ankerl
2023-08-03
refactor: use "if constexpr" in std::vector's Serialize()
Martin Leitner-Ankerl
2023-08-03
refactor: use "if constexpr" in prevector's Unserialize()
Martin Leitner-Ankerl
2023-08-03
refactor: use "if constexpr" in prevector's Serialize()
Martin Leitner-Ankerl
2023-08-03
refactor: use fold expressions instead of recursive calls in UnserializeMany()
Martin Leitner-Ankerl
2023-08-03
refactor: use fold expressions instead of recursive calls in SerializeMany()
Martin Leitner-Ankerl
2023-08-01
refactor: Wrap DestroyDB in dbwrapper helper
TheCharlatan
2023-08-01
Merge bitcoin/bitcoin#28060: util: Teach AutoFile how to XOR
fanquake
2023-08-01
Merge bitcoin/bitcoin#28194: test: python E721 and flake8 updates
fanquake
2023-07-31
Merge bitcoin/bitcoin#27746: Rework validation logic for assumeutxo
Ryan Ofsky
2023-07-31
script: update flake8 to 6.1.0
Jon Atack
2023-07-31
Remove unused MessageStartChars parameters from BlockManager methods
MarcoFalke
2023-07-31
Merge bitcoin/bitcoin#28091: fuzz: use `ConnmanTestMsg` in `connman`
fanquake
[next]