aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | Remove unimplemented SetCrypted from DescriptorScriptPubKeyManAndrew Chow2020-05-051-2/+0
| * | | | | | | | | | | | | | | | | | | | rpc: createwallet warning that descriptor wallets are experimentalAndrew Chow2020-05-051-0/+1
| | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...Samuel Dobson2020-05-225-32/+205
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Remove IBD check in sethdseedAndrew Chow2020-05-151-4/+0
| * | | | | | | | | | | | | | | | | | | | Generate new keys for inactive seeds after marking usedAndrew Chow2020-05-152-3/+68
| * | | | | | | | | | | | | | | | | | | | Determine inactive HD seeds from key metadata and track them in LegacyScriptP...Andrew Chow2020-05-154-4/+116
| * | | | | | | | | | | | | | | | | | | | have GenerateNewKey and DeriveNewChildKey take a CHDChain as an argumentAndrew Chow2020-05-012-22/+22
* | | | | | | | | | | | | | | | | | | | | Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...fanquake2020-05-225-8/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | [mempool] sanity check that all unbroadcast txns are in mempoolgzhao4082020-05-192-2/+10
| * | | | | | | | | | | | | | | | | | | | | [rpc] add unbroadcast info to mempool entries and getmempoolinfogzhao4082020-05-192-1/+10
| * | | | | | | | | | | | | | | | | | | | | [wallet] remove nLastResend logicgzhao4082020-05-172-5/+0
| | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #16946: wallet: include a checksum of encrypted private keysWladimir J. van der Laan2020-05-213-6/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Upgrade or rewrite encrypted key checksumsAndrew Chow2020-01-302-1/+13
| * | | | | | | | | | | | | | | | | | | | Set fDecryptionThoroughlyChecked based on whether crypted key checksums are v...Andrew Chow2020-01-303-5/+11
| * | | | | | | | | | | | | | | | | | | | Read and write a checksum for encrypted keysAndrew Chow2020-01-301-1/+16
* | | | | | | | | | | | | | | | | | | | | Merge #18960: indexes: Add compact block filter headers cacheWladimir J. van der Laan2020-05-213-6/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | [indexes] Add compact block filter headers cacheJohn Newbery2020-05-183-6/+40
* | | | | | | | | | | | | | | | | | | | | | Merge #19020: net: Use C++11 member initialization in protocolWladimir J. van der Laan2020-05-213-26/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | net: Use C++11 member initialization in protocolMarcoFalke2020-05-203-26/+8
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #18997: gui: Remove un-actionable TODOMarcoFalke2020-05-213-14/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | gui: Remove un-actionable TODOMarcoFalke2020-05-173-14/+5
| | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #18530: Add test for -blocksonly and -whitelistforcerelay param interac...MarcoFalke2020-05-211-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Updated comment for the condition where a transaction relay is deniedglowang2020-05-171-2/+2
* | | | | | | | | | | | | | | | | | | | | | Merge #18740: Remove g_rpc_node globalMarcoFalke2020-05-2122-131/+262
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | refactor: Remove g_rpc_node globalRussell Yanofsky2020-05-134-10/+0
| * | | | | | | | | | | | | | | | | | | | | | scripted-diff: Remove g_rpc_node referencesRussell Yanofsky2020-05-132-35/+35
| * | | | | | | | | | | | | | | | | | | | | | refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky2020-05-1317-86/+150
| * | | | | | | | | | | | | | | | | | | | | | Add util::Ref class as temporary alternative for c++17 std::anyRussell Yanofsky2020-05-135-0/+77
* | | | | | | | | | | | | | | | | | | | | | | Merge #18677: Multiprocess build supportfanquake2020-05-212-41/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | build: multiprocess autotools changesRussell Yanofsky2020-05-122-41/+60
| | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke2020-05-2022-302/+156
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Add comments to CustomUintFormatterPieter Wuille2020-05-191-0/+9
| * | | | | | | | | | | | | | | | | | | | | | Convert everything except wallet/qt to new serializationPieter Wuille2020-03-3017-213/+71
| * | | | | | | | | | | | | | | | | | | | | | Convert blockencodings_tests to new serializationPieter Wuille2020-03-302-19/+3
| * | | | | | | | | | | | | | | | | | | | | | Convert merkleblock to new serializationPieter Wuille2020-03-302-28/+31
| * | | | | | | | | | | | | | | | | | | | | | Add SER_READ and SER_WRITE for read/write-dependent statementsRussell Yanofsky2020-03-301-0/+24
| * | | | | | | | | | | | | | | | | | | | | | Extend CustomUintFormatter to support enumsRussell Yanofsky2020-03-301-3/+4
| * | | | | | | | | | | | | | | | | | | | | | Merge BigEndian functionality into CustomUintFormatterPieter Wuille2020-03-302-42/+17
* | | | | | | | | | | | | | | | | | | | | | | Merge #18996: net: Remove un-actionable TODOMarcoFalke2020-05-201-39/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | net: Run clang-format on protocol.hMarcoFalke2020-05-171-36/+37
| * | | | | | | | | | | | | | | | | | | | | | | net: Remove un-actionable TODOMarcoFalke2020-05-171-3/+0
| | |_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #19006: rpc: Avoid crash when g_thread_http was never startedMarcoFalke2020-05-202-7/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | http: Avoid crash when g_thread_http was never startedMarcoFalke2020-05-191-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | init: Remove confusing and redundant InitErrorMarcoFalke2020-05-191-4/+0
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...Jonas Schnelli2020-05-206-20/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Revert "gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged"Russell Yanofsky2020-05-013-14/+13
| * | | | | | | | | | | | | | | | | | | | | | | gui: Avoid wallet tryGetBalances calls before TransactionChanged or BlockTip ...Russell Yanofsky2020-05-011-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | Cancel wallet balance timer when shutdown requestedRussell Yanofsky2020-05-013-4/+13
| * | | | | | | | | | | | | | | | | | | | | | | Switch transaction table to use wallet height not node heightRussell Yanofsky2020-05-012-2/+2
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" keyMarcoFalke2020-05-191-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \