Age | Commit message (Expand) | Author |
2020-06-13 | Merge #19261: refactor: Drop ::HasWallets() | MarcoFalke |
2020-06-13 | Merge #18297: build: Use pkg-config in BITCOIN_QT_CONFIGURE for all hosts inc... | fanquake |
2020-06-13 | Merge #19228: Update libsecp256k1 subtree | fanquake |
2020-06-13 | refactor: Drop ::HasWallets() | João Barbosa |
2020-06-12 | Merge #19177: test: Fix and clean p2p_invalid_messages functional tests | MarcoFalke |
2020-06-12 | Merge #16756: test: Connection eviction logic tests | MarcoFalke |
2020-06-12 | Merge #19250: wallet: Make RPC help compile-time static | MarcoFalke |
2020-06-11 | Merge #19083: test: msg_mempool, fRelay, and other bloomfilter tests | MarcoFalke |
2020-06-11 | Merge #19247: tests: Add fuzzing harness for {Read,Write}{LE,BE}{16,32,64} (c... | MarcoFalke |
2020-06-11 | Merge #19239: tests: move generate_wif_key to wallet_util.py | MarcoFalke |
2020-06-11 | refactor: Remove unused request.fHelp | MarcoFalke |
2020-06-11 | wallet: Make RPC help compile-time static | MarcoFalke |
2020-06-11 | tests: Add fuzzing harness for {Read,Write}{LE,BE}{16,32,64} (crypto/common.h) | practicalswift |
2020-06-11 | tests: Add std::vector<uint8_t> ConsumeFixedLengthByteVector(FuzzedDataProvid... | practicalswift |
2020-06-11 | Merge #19100: refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIs... | MarcoFalke |
2020-06-11 | Merge #19206: test: Remove leftover comment in mining_basic | fanquake |
2020-06-10 | scripted-diff: rename privkey with seckey in secp256k1 interface | Pieter Wuille |
2020-06-10 | Drop --disable-jni from libsecp256k1 configure options | Pieter Wuille |
2020-06-10 | [tests] move generate_wif_key to wallet_util.py | John Newbery |
2020-06-10 | [tests] sort imports in rpc_createmultisig.py | John Newbery |
2020-06-10 | Revert "[TESTS] Move base58 to own module to break circular dependency" | John Newbery |
2020-06-10 | scripted-diff: rename node to peer for mininodes | gzhao408 |
2020-06-10 | [test] fix race conditions and test in p2p_filter | gzhao408 |
2020-06-10 | [test] sending invalid msgs to node with bloomfilters=0 causes disconnect | gzhao408 |
2020-06-10 | [test] add BIP 37 test for node with fRelay=false | gzhao408 |
2020-06-10 | [test] add mempool msg test for node with bloomfilter enabled | gzhao408 |
2020-06-10 | Merge #19230: [TESTS] Move base58 to own module to break circular dependency | MarcoFalke |
2020-06-10 | Merge #19233: Make SetMiscWarning() accept bilingual_str argument | MarcoFalke |
2020-06-10 | Merge #19226: test: Add BerkeleyDatabase tsan suppression | Wladimir J. van der Laan |
2020-06-10 | Make SetMiscWarning() accept bilingual_str argument | Hennadii Stepanov |
2020-06-10 | Make GetWarnings() return bilingual_str | Hennadii Stepanov |
2020-06-10 | refactor: Make GetWarnings() bilingual_str aware internally | Hennadii Stepanov |
2020-06-10 | Merge #19231: gui: add missing translation.h include to fix build | fanquake |
2020-06-10 | gui: add missing translation.h include to fix build | fanquake |
2020-06-09 | [TESTS] Move base58 to own module to break circular dependency | Pieter Wuille |
2020-06-09 | Merge #19176: refactor: Error message bilingual_str consistency | MarcoFalke |
2020-06-09 | Merge #19227: test: change blacklist to blocklist | MarcoFalke |
2020-06-09 | Update MSVC build config for libsecp256k1 | Pieter Wuille |
2020-06-09 | Update src/secp256k1 subtree | Pieter Wuille |
2020-06-09 | Squashed 'src/secp256k1/' changes from b19c000063..2ed54da18a | Pieter Wuille |
2020-06-09 | change blacklist to blocklist | TrentZ |
2020-06-09 | test: Add BerkeleyDatabase tsan suppression | MarcoFalke |
2020-06-09 | refactor: Change Node::initError to take bilingual_str | Wladimir J. van der Laan |
2020-06-09 | refactor: Put`TryParsePermissionFlags` in anonymous namespace | Wladimir J. van der Laan |
2020-06-09 | refactor: Error message bilingual_str consistency | Wladimir J. van der Laan |
2020-06-09 | Merge #19220: refactor: Replace RecursiveMutex with Mutex in warnings.cpp | MarcoFalke |
2020-06-09 | refactor: Replace RecursiveMutex with Mutex in warnings.cpp | Hennadii Stepanov |
2020-06-08 | Merge #19069: refactor: replace pointers by references within tx_verify.{h,cpp} | MarcoFalke |
2020-06-08 | Merge #18826: Expose txinwitness for coinbase in JSON form from RPC | MarcoFalke |
2020-06-08 | Merge #18898: gui: Display warnings as rich text | MarcoFalke |