aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2019-05-16Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private keyWladimir J. van der Laan
2019-05-11Add HKDF HMAC_SHA256 L=32 implementationsJonas Schnelli
2019-04-30Merge #15849: Thread names in logs and deadlock debug toolsMarcoFalke
2019-04-29threads: introduce util/threadnames, refactor thread namingJames O'Beirne
2019-04-19Merge #15655: Resolve the checkpoints <-> validation circular dependencyMarcoFalke
2019-04-18Merge #14121: Index for BIP 157 block filtersMarcoFalke
2019-04-14Merge #15748: [rpc] remove dead mining codeMeshCollider
2019-04-10[rpc] simplify generate RPCJohn Newbery
2019-04-10bitcoin-wallet tool: Drop libbitcoin_server.a dependencyRussell Yanofsky
2019-04-09[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cppRussell Yanofsky
2019-04-09[docs] Document src subdirectories and different librariesJohn Newbery
2019-04-09[build] Move wallet load functions to wallet/load unitJohn Newbery
2019-04-09[build] Add several util unitsJohn Newbery
2019-04-09[build] Move several units into common librariesJohn Newbery
2019-04-09[build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cppJohn Newbery
2019-04-09[build] Move rpc utility methods to rpc/utilJohn Newbery
2019-04-09[build] Move policy settings to new src/policy/settings unitJohn Newbery
2019-04-09[build] Move CheckTransaction from lib_server to lib_consensusJohn Newbery
2019-04-06index: Implement block filter index with write operations.Jim Posen
2019-04-06Merge #15508: Refactor analyzepsbt for use outside RPC codePieter Wuille
2019-03-28Comment for seemingly duplicate LIBBITCOIN_SERVERPeter Bushnell
2019-03-27Merge #15519: Add Poly1305 implementationWladimir J. van der Laan
2019-03-26Move PSBT decoding functions from core_io to psbt.cppGlenn Willen
2019-03-26Add Poly1305 implementationJonas Schnelli
2019-03-23Resolve the checkpoints <-> validation CD.251
2019-03-21Merge #10973: Refactor: separate wallet from nodeMeshCollider
2019-03-18depends: Defer to Python detected by autoconfCarl Dong
2019-03-05Remove use of CCoinsViewMemPool::GetCoin in wallet codeRussell Yanofsky
2019-03-04Merge #15288: Remove wallet -> node global function callsMarcoFalke
2019-02-22validation: Extract basic block file logic into FlatFileSeq class.Jim Posen
2019-02-22Remove use of uiInterface.LoadWallet in wallet codeRussell Yanofsky
2019-02-22Remove uses of g_connman in wallet codeRussell Yanofsky
2019-02-15Merge #15391: Add compile time verification of assumptions we're currently ma...Wladimir J. van der Laan
2019-02-14Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow
2019-02-14Add compile time verification of assumptions we're currently making implicitl...practicalswift
2019-02-11Move PSBT definitions and code to separate filesGlenn Willen
2019-02-11Factor BroadcastTransaction out of sendrawtransactionGlenn Willen
2019-01-31Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing walle...MarcoFalke
2019-01-30[tools] Add wallet inspection and modification toolJonas Schnelli
2019-01-30Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider
2019-01-16net: move BanMan to its own filesCory Fields
2019-01-15Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky
2018-11-15Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...MarcoFalke
2018-11-06Remove direct node->wallet calls in init.cppRussell Yanofsky
2018-11-06Add skeleton chain and client classesRussell Yanofsky
2018-11-05blockfilter: Use unordered_set instead of set in blockfilter.Jim Posen
2018-11-05Extract CSipHasher to it's own file in crypto/ directory.Jim Posen
2018-11-05Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...practicalswift
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-09build: Add --disable-bip70 configure optionWladimir J. van der Laan