aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2019-07-11Merge #16227: Refactor CWallet's inheritance chainWladimir J. van der Laan
2019-07-11Merge #15649: Add ChaCha20Poly1305@Bitcoin AEADWladimir J. van der Laan
2019-07-09Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow
2019-07-09Move KeyOriginInfo to its own header fileAndrew Chow
2019-07-05rpc: migrate JSONRPCRequest functionality into request.cppKarl-Johan Alm
2019-06-25Add ChaCha20Poly1305@Bitcoin AEAD implementationJonas Schnelli
2019-06-19Move ismine to wallet moduleAndrew Chow
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-13[moveonly] Split glibc sanity_test_fdelt outBen Woosley
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