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
/
Makefile.am
Age
Commit message (
Expand
)
Author
2019-05-16
Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private key
Wladimir J. van der Laan
2019-05-11
Add HKDF HMAC_SHA256 L=32 implementations
Jonas Schnelli
2019-04-30
Merge #15849: Thread names in logs and deadlock debug tools
MarcoFalke
2019-04-29
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-04-19
Merge #15655: Resolve the checkpoints <-> validation circular dependency
MarcoFalke
2019-04-18
Merge #14121: Index for BIP 157 block filters
MarcoFalke
2019-04-14
Merge #15748: [rpc] remove dead mining code
MeshCollider
2019-04-10
[rpc] simplify generate RPC
John Newbery
2019-04-10
bitcoin-wallet tool: Drop libbitcoin_server.a dependency
Russell Yanofsky
2019-04-09
[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
Russell Yanofsky
2019-04-09
[docs] Document src subdirectories and different libraries
John Newbery
2019-04-09
[build] Move wallet load functions to wallet/load unit
John Newbery
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[build] Move several units into common libraries
John Newbery
2019-04-09
[build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cpp
John Newbery
2019-04-09
[build] Move rpc utility methods to rpc/util
John Newbery
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-09
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2019-04-06
index: Implement block filter index with write operations.
Jim Posen
2019-04-06
Merge #15508: Refactor analyzepsbt for use outside RPC code
Pieter Wuille
2019-03-28
Comment for seemingly duplicate LIBBITCOIN_SERVER
Peter Bushnell
2019-03-27
Merge #15519: Add Poly1305 implementation
Wladimir J. van der Laan
2019-03-26
Move PSBT decoding functions from core_io to psbt.cpp
Glenn Willen
2019-03-26
Add Poly1305 implementation
Jonas Schnelli
2019-03-23
Resolve the checkpoints <-> validation CD.
251
2019-03-21
Merge #10973: Refactor: separate wallet from node
MeshCollider
2019-03-18
depends: Defer to Python detected by autoconf
Carl Dong
2019-03-05
Remove use of CCoinsViewMemPool::GetCoin in wallet code
Russell Yanofsky
2019-03-04
Merge #15288: Remove wallet -> node global function calls
MarcoFalke
2019-02-22
validation: Extract basic block file logic into FlatFileSeq class.
Jim Posen
2019-02-22
Remove use of uiInterface.LoadWallet in wallet code
Russell Yanofsky
2019-02-22
Remove uses of g_connman in wallet code
Russell Yanofsky
2019-02-15
Merge #15391: Add compile time verification of assumptions we're currently ma...
Wladimir J. van der Laan
2019-02-14
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
Add compile time verification of assumptions we're currently making implicitl...
practicalswift
2019-02-11
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
Factor BroadcastTransaction out of sendrawtransaction
Glenn Willen
2019-01-31
Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing walle...
MarcoFalke
2019-01-30
[tools] Add wallet inspection and modification tool
Jonas Schnelli
2019-01-30
Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet code
MeshCollider
2019-01-16
net: move BanMan to its own files
Cory Fields
2019-01-15
Add height, depth, and hash methods to the Chain interface
Russell Yanofsky
2018-11-15
Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...
MarcoFalke
2018-11-06
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
Add skeleton chain and client classes
Russell Yanofsky
2018-11-05
blockfilter: Use unordered_set instead of set in blockfilter.
Jim Posen
2018-11-05
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-05
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
[next]