270 Commits (0f616517e1f24a270b4599b04e16f21f7137d77e)

Author SHA1 Message Date
Andrew Chow 1df206f854 Disallow using addresses in createmultisig 7 years ago
MeshCollider 0530ba0eae Add -walletdir parameter to specify custom wallet dir 7 years ago
Wladimir J. van der Laan 0c715214dd build: Remove -I for everything but project root 7 years ago
Evan Klitzke f8c66972dd
Fix automake warnings when running autogen.sh 7 years ago
practicalswift f35d033369 build: Make "make clean" remove all files created when running "make check" 7 years ago
Pieter Wuille 8fd2267053 Import Bech32 C++ reference code & tests 7 years ago
danra 5abb93f0ee Fix include path for bitcoin-config.h in crypto/common.h 7 years ago
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
Wladimir J. van der Laan ce5381e7fe build: Rename --enable-experimental-asm to --enable-asm and enable by default 7 years ago
Russell Yanofsky d97fe2016c Move some static functions out of wallet.h/cpp 7 years ago
Pieter Wuille 6b8d872e5e Protect SSE4 code behind a compile-time flag 7 years ago
Pieter Wuille c1ccb15b0e Add SSE4 based SHA256 7 years ago
Wladimir J. van der Laan df7e2f057b rpc: Move the `generate` RPC call to rpcwallet 7 years ago
Jorge Timón 300851ec16
Introduce src/reverse_iterator.hpp and include it... 7 years ago
Cory Fields 2424989e4f leveldb: enable runtime-detected crc32 instructions 7 years ago
Luke Dashjr 9a5a1d7d45 RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided with either value 7 years ago
Jorge Timón 381a46e38f
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 8 years ago
Spencer Lievens 56f09df9d8 [Makefile] Alphabetically Reorder addrdb.cpp 8 years ago
Cory Fields 91ab8f5a99 build: fix bitcoin-config.h regeneration after touching build files 8 years ago
Jorge Timón 618d07faa2
MOVEONLY: tx functions to consensus/tx_verify.o 8 years ago
Wladimir J. van der Laan 19e36bbef6 Add fs.cpp/h 8 years ago
Jonas Schnelli 0337a39d31
Refactor Bumpfee core functionality 8 years ago
Pieter Wuille e04326fe66 Add ChaCha20 8 years ago
Wladimir J. van der Laan e6dcfeec05 refactor: Move GetDifficulty out of `rpc/server.h` 8 years ago
Matthew Zipkin b1f584dbc1 fix build if spaces in src dir path 8 years ago
Cory Fields 205830a37b build: add --enable-werror option 8 years ago
Cory Fields 799df9115f net: add CThreadInterrupt and InterruptibleSleep 8 years ago
MarcoFalke fa89581860 build: Include cuckoocache header in Makefile 8 years ago
Karl-Johan Alm e5534d2f01 Added std::unique_ptr<> wrappers with deleters for libevent modules. 8 years ago
Patrick Strateman a4153e20ec Simple fuzzing framework 8 years ago
Gregory Maxwell 749be013f5 Move GetWarnings() into its own file. 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
Matt Corallo e736772c56 Move network-msg-processing code out of main to its own file 8 years ago
Cory Fields 2ec935dcaa net: add CVectorWriter and CNetMsgMaker 8 years ago
Wladimir J. van der Laan 4536148b15 support: Add LockedPool 8 years ago
Wladimir J. van der Laan 1ae5839ff0 moveonly: move `coincontrol` to `src/wallet` 8 years ago
Luke Dashjr f4dffdd6bf Add MIT license to Makefiles 8 years ago
Cory Fields d93b14dc5d net: move CBanDB and CAddrDB out of net.h/cpp 8 years ago
Cory Fields 9e9d644f51 net: fixup nits 8 years ago
Cory Fields 21e5b96ff4 net: move CNetAddr/CService/CSubNet out of netbase 8 years ago
Matt Corallo 85ad31ede7 Add partial-block block encodings API 8 years ago
Kaz Wesley 9805f4af7e mapNextTx: use pointer as key, simplify value 8 years ago
Cory Fields fc4ad0c7fc build: more out-of-tree fixups 8 years ago
Cory Fields 0cb0f2626e build: out-of-tree fixups 8 years ago
Pieter Wuille fa2637a3be Always require OS randomness when generating secret keys 8 years ago
Cory Fields 723779c650 build: Enumerate ctaes rather than globbing 8 years ago
Cory Fields 0a36b9af28 crypter: shuffle Makefile so that crypto can be used by the wallet 8 years ago
Pieter Wuille 6bec172eb9 Add ctaes-based constant time AES implementation 8 years ago
Cory Fields a4625acbf8 leveldb: integrate leveldb into our buildsystem 9 years ago
MarcoFalke fa10ce6a6d Move ui_interface.cpp to libbitcoin_server_a_SOURCES 9 years ago