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
2021-09-16
gui: add RPC setting
Sjors Provoost
2021-09-02
Merge bitcoin/bitcoin#22846: policy: unit test Segwit dust thresholds
MarcoFalke
2021-09-02
Merge bitcoin/bitcoin#22853: fuzz: Remove addrdb fuzz target
fanquake
2021-09-02
Merge bitcoin/bitcoin#22836: Stricter BIP32 decoding and test vector 5
fanquake
2021-09-02
Merge bitcoin/bitcoin#22512: Consolidate XOnlyPubKey lookup hack
Samuel Dobson
2021-09-01
fuzz: Remove addrdb fuzz target
MarcoFalke
2021-09-01
Merge bitcoin/bitcoin#22849: Remove unused SERIALIZE_METHODS for CBanEntry
MarcoFalke
2021-09-01
Merge bitcoin/bitcoin#22009: wallet: Decide which coin selection solution to ...
Samuel Dobson
2021-09-01
Merge bitcoin/bitcoin#22740: [addrman] Move serialization code to cpp
fanquake
2021-08-31
Remove CBanEntry::SetNull
MarcoFalke
2021-08-31
Remove unused SERIALIZE_METHODS for CBanEntry
MarcoFalke
2021-08-31
policy: unit test Segwit dust thresholds
Antoine Poinsot
2021-08-31
Merge bitcoin/bitcoin#22796: RBF move (1/3): extract BIP125 Rule 5 into polic...
fanquake
2021-08-30
Stricter BIP32 decoding and test vector 5
Pieter Wuille
2021-08-29
refactor: remove RecursiveMutex cs_nBlockSequenceId
Sebastian Falbesoner
2021-08-27
Use waste metric for deciding which selection to use
Andrew Chow
2021-08-27
tests: Test GetSelectionWaste
Andrew Chow
2021-08-27
Add waste metric calculation function
Andrew Chow
2021-08-27
scripted-diff: tests: Use KnapsackSolver directly
Andrew Chow
2021-08-27
tests: Add KnapsackGroupOutputs helper function
Andrew Chow
2021-08-27
tests: Use SelectCoinsBnB directly instead of AttemptSelection
Andrew Chow
2021-08-27
Allow the long term feerate to be configured, default of 10 sat/vb
Andrew Chow
2021-08-27
Merge bitcoin/bitcoin#22782: Remove unused MaybeSetAddrName
MarcoFalke
2021-08-27
Merge bitcoin/bitcoin#20586: Fix Windows build with --enable-werror
W. J. van der Laan
2021-08-27
Merge bitcoin/bitcoin#21862: test: Set regtest.BIP65Height = 111 to speed up ...
fanquake
2021-08-26
Merge bitcoin-core/gui#384: Add copy IP/Netmask action for banned peer
Hennadii Stepanov
2021-08-26
[refactor] [addrman] Update constant comments
John Newbery
2021-08-26
[move-only] Extract constants from addrman .h to .cpp
Amiti Uttarwar
2021-08-26
[addrman] Change addrman #define constants to be constexprs
Amiti Uttarwar
2021-08-26
[addrman] Move CAddrMan::Unserialize to cpp file
John Newbery
2021-08-26
[addrman] Move CAddrMan::Serialize to cpp file
John Newbery
2021-08-26
qt: Add copy IP/Netmask action for banned peer
Shashwat
2021-08-26
Merge bitcoin-core/gui#403: refactor: Make paths to update Encryption and HD ...
Hennadii Stepanov
2021-08-26
Merge bitcoin/bitcoin#22648: doc, test: improve i2p/tor docs and i2p reachabl...
W. J. van der Laan
2021-08-26
Set regtest.BIP65Height = 111 to speed up tests
MarcoFalke
2021-08-26
Remove GetAddrName
MarcoFalke
2021-08-26
Remove unused RecursiveMutex cs_addrName
MarcoFalke
2021-08-26
Merge bitcoin/bitcoin#22713: Fix build with Boost 1.77.0
fanquake
2021-08-26
Merge bitcoin/bitcoin#22183: Remove `gArgs` from `wallet.h` and `wallet.cpp`
MarcoFalke
2021-08-26
Merge bitcoin/bitcoin#22755: fuzz: Avoid timeout in blockfilter fuzz target
MarcoFalke
2021-08-25
Merge bitcoin/bitcoin#22780: doc: Remove incorrect INIT_PROTO_VERSION from nT...
MarcoFalke
2021-08-25
Use `context.args` in `src/wallet/load.cpp`.
Kiminuo
2021-08-24
Remove unused MaybeSetAddrName
MarcoFalke
2021-08-24
MOVEONLY: getting mempool conflicts to policy/rbf
glozow
2021-08-24
[validation] quit RBF logic earlier and separate loops
glozow
2021-08-24
call SignalsOptInRBF instead of checking all inputs
glozow
2021-08-24
[validation] default conflicting fees and size to 0
glozow
2021-08-24
MOVEONLY: BIP125 max conflicts limit to policy/rbf.h
glozow
2021-08-24
Fix build with Boost 1.77.0
Rafael Sadowski
2021-08-24
refactor: replace QDateTime::toTime_t with QDateTime::toSecsSinceEpoch
fanquake
[next]