| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | rpc: factor out RpcInterruptionPoint from dumptxoutset | MarcoFalke | 2020-05-22 | 3 | -5/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #18867: tests: Add fuzzing harness for CCoinsViewCache | MarcoFalke | 2020-05-26 | 3 | -0/+313 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for CCoinsViewCache | practicalswift | 2020-05-25 | 3 | -0/+313 | |
| | | |_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #19010: net processing: Add support for getcfheaders | MarcoFalke | 2020-05-26 | 7 | -6/+208 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | [test] Add test for cfheaders | Jim Posen | 2020-05-22 | 3 | -1/+107 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | [net processing] Message handling for getcfheaders. | Jim Posen | 2020-05-22 | 3 | -5/+100 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | [doc] Add comment for m_headers_cache | John Newbery | 2020-05-22 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #19059: gui: update Qt base translations for macOS release | fanquake | 2020-05-26 | 2 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | gui: update Qt base translations for macOS release | fanquake | 2020-05-23 | 2 | -1/+2 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #18594: cli: display multiwallet balances in -getinfo | Samuel Dobson | 2020-05-24 | 4 | -83/+143 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | test: add -getinfo multiwallet functional tests | Jon Atack | 2020-05-21 | 1 | -16/+35 | |
| | * | | | | | | | | | | | | | | | | | | | | | | rpc: drop unused JSONRPCProcessBatchReply size arg, refactor | Jon Atack | 2020-05-21 | 3 | -7/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | cli: use GetWalletBalances() functionality for -getinfo | Jon Atack | 2020-05-21 | 1 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | cli: create GetWalletBalances() to fetch multiwallet balances | Jon Atack | 2020-05-21 | 1 | -0/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | | cli: lift -rpcwallet logic up to CommandLineRPC() | Jon Atack | 2020-05-21 | 1 | -10/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | cli: extract connection exception handler, -rpcwait logic | Jon Atack | 2020-05-21 | 1 | -51/+64 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #18698: Make g_chainman internal to validation | MarcoFalke | 2020-05-23 | 17 | -134/+161 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | validation: Mark g_chainman DEPRECATED | MarcoFalke | 2020-05-21 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | validation: Make ProcessNewBlock*() members of ChainstateManager | MarcoFalke | 2020-05-21 | 11 | -69/+81 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | validation: Make PruneOneBlockFile() a member of ChainstateManager | MarcoFalke | 2020-05-21 | 3 | -21/+19 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | validation: Make LoadBlockIndex() a member of ChainstateManager | MarcoFalke | 2020-05-21 | 3 | -11/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | net: Pass chainman into PeerLogicValidation | MarcoFalke | 2020-05-21 | 6 | -14/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | node: Add chainman alias for g_chainman | MarcoFalke | 2020-05-21 | 4 | -19/+32 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #19058: doc: Drop protobuf stuff | fanquake | 2020-05-23 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | doc: Drop protobuf stuff | Hennadii Stepanov | 2020-05-23 | 1 | -3/+3 | |
| |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #19052: tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: �... | MarcoFalke | 2020-05-22 | 1 | -2/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers) | practicalswift | 2020-05-22 | 1 | -2/+0 | |
| |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge #19014: test: Replace TEST_PREVIOUS_RELEASES env var with test_framewor... | MarcoFalke | 2020-05-22 | 4 | -17/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | test: Default --previous-releases to false if dir is empty | MarcoFalke | 2020-05-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | test: Replace TEST_PREVIOUS_RELEASES env var with test_framework option | MarcoFalke | 2020-05-21 | 4 | -17/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #18787: wallet: descriptor wallet release notes and cleanups | Samuel Dobson | 2020-05-22 | 5 | -18/+137 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Change SetType to SetInternal and remove m_address_type | Andrew Chow | 2020-05-05 | 3 | -16/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Remove unimplemented SetCrypted from DescriptorScriptPubKeyMan | Andrew Chow | 2020-05-05 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | rpc: createwallet warning that descriptor wallets are experimental | Andrew Chow | 2020-05-05 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | docs: Add release notes for descriptor wallets | Andrew Chow | 2020-05-05 | 1 | -0/+120 | |
| | | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro... | Samuel Dobson | 2020-05-22 | 6 | -32/+301 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Remove IBD check in sethdseed | Andrew Chow | 2020-05-15 | 1 | -4/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Test that keys from inactive seeds are generated | Andrew Chow | 2020-05-15 | 1 | -0/+96 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Generate new keys for inactive seeds after marking used | Andrew Chow | 2020-05-15 | 2 | -3/+68 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Determine inactive HD seeds from key metadata and track them in LegacyScriptP... | Andrew Chow | 2020-05-15 | 4 | -4/+116 | |
| | * | | | | | | | | | | | | | | | | | | | | | | have GenerateNewKey and DeriveNewChildKey take a CHDChain as an argument | Andrew Chow | 2020-05-01 | 2 | -22/+22 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c... | fanquake | 2020-05-22 | 8 | -8/+52 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | [test] wait for inital broadcast before comparing mempool entries | gzhao408 | 2020-05-19 | 2 | -0/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | [mempool] sanity check that all unbroadcast txns are in mempool | gzhao408 | 2020-05-19 | 2 | -2/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | [rpc] add unbroadcast info to mempool entries and getmempoolinfo | gzhao408 | 2020-05-19 | 4 | -1/+26 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | [wallet] remove nLastResend logic | gzhao408 | 2020-05-17 | 2 | -5/+0 | |
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #16946: wallet: include a checksum of encrypted private keys | Wladimir J. van der Laan | 2020-05-21 | 3 | -6/+39 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Upgrade or rewrite encrypted key checksums | Andrew Chow | 2020-01-30 | 2 | -1/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Set fDecryptionThoroughlyChecked based on whether crypted key checksums are v... | Andrew Chow | 2020-01-30 | 3 | -5/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Read and write a checksum for encrypted keys | Andrew Chow | 2020-01-30 | 1 | -1/+16 | |