aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
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
2018-09-27Merge #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabledMarcoFalke
2018-09-23MOVEONLY: Move versionbits info out of versionbits.oJorge Timón
2018-09-13build: Remove libssl from LDADD unless guiMarcoFalke
2018-09-13configure: Make it possible to build only one of bitcoin-cli or bitcoin-txLuke Dashjr
2018-09-12build: Move interfaces/* to libbitcoin_serverWladimir J. van der Laan
2018-09-07[build] Move dummy wallet into its own .cpp file.John Newbery
2018-08-25blockfilter: Implement GCSFilter constructors.Jim Posen
2018-08-25blockfilter: Declare GCSFilter class for BIP 158 impl.Jim Posen
2018-07-27Output descriptors modulePieter Wuille
2018-07-24Add -avoidpartialspends and m_avoid_partial_spendsKarl-Johan Alm
2018-07-17Extract MakeUnique into utilmemory.hBen Woosley
2018-07-13Merge #13072: Update createmultisig RPC to support segwitPieter Wuille
2018-07-12Merge #13177: GCC-7 and glibc-2.27 back compat codeWladimir J. van der Laan
2018-07-09Merge #13386: SHA256 implementations based on Intel SHA ExtensionsWladimir J. van der Laan
2018-07-09Merge #13570: RPC: Add new "getzmqnotifications" methodWladimir J. van der Laan
2018-07-10segwit support for createmultisig RPCAnthony Towns
2018-07-09Add outputtype moduleAnthony Towns
2018-07-05Merge #12788: [build] Tune wildcards for LIBSECP256K1 targetWladimir J. van der Laan
2018-07-05RPC: Add new getzmqnotifications method.Daniel Kraft
2018-06-26Add SHA256 implementation using using Intel SHA intrinsicsPieter Wuille
2018-06-25Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley
2018-06-18Move rpc/util.cpp from libbitcoin-util to libbitcoin-serverChun Kuan Lee
2018-06-12[build] Tune wildcards for LIBSECP256K1 targetKarl-Johan Alm
2018-06-11Merge #13408: crypto: cleanup sha256 buildWladimir J. van der Laan
2018-06-06crypto: cleanup sha256 buildCory Fields
2018-06-04MOVEONLY: Move BaseIndex to its own file.Jim Posen
2018-06-04Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2Wladimir J. van der Laan
2018-06-02GCC-7 and glibc-2.27 compat codeChun Kuan Lee
2018-05-298-way AVX2 implementation for double SHA256 on 64-byte inputsPieter Wuille
2018-05-294-way SSE4.1 implementation for double SHA256 on 64-byte inputsPieter Wuille
2018-05-22build: split warnings out of CXXFLAGSCory Fields
2018-05-14Merge #13005: Make --enable-debug to pick better optionsWladimir J. van der Laan