Age | Commit message (Expand) | Author |
2022-07-26 | Merge bitcoin/bitcoin#25699: scripted-diff: Replace NullUniValue with UniValu... | fanquake |
2022-07-25 | fix comment spellings from the codespell lint | Greg Weber |
2022-07-25 | scripted-diff: Replace NullUniValue with UniValue::VNULL | MacroFake |
2022-07-25 | Merge bitcoin/bitcoin#25611: univalue: Avoid brittle, narrowing and verbose i... | fanquake |
2022-07-22 | Merge bitcoin/bitcoin#25331: Add HashWriter without ser-type and ser-version ... | fanquake |
2022-07-20 | Merge bitcoin/bitcoin#25543: wallet: cleanup cached amount and input mine che... | Andrew Chow |
2022-07-20 | Use HashWriter where possible | MacroFake |
2022-07-20 | compat: document S_I* defines when building for Windows | fanquake |
2022-07-19 | Merge bitcoin/bitcoin#25494: indexes: Stop using node internal types | fanquake |
2022-07-19 | Merge bitcoin/bitcoin#25590: wallet: Precompute Txdata after setting PSBT inp... | MacroFake |
2022-07-18 | Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blocks | Andrew Chow |
2022-07-18 | interfaces, refactor: Add more block information to block connected notificat... | Ryan Ofsky |
2022-07-18 | Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second... | Andrew Chow |
2022-07-18 | Merge bitcoin/bitcoin#25544: wallet: don't iter twice when getting the cached... | fanquake |
2022-07-15 | Merge bitcoin/bitcoin#25551: refactor: Throw exception on invalid Univalue pu... | fanquake |
2022-07-14 | rpc: Select int-UniValue constructor for enum value in upgradewallet RPC | MacroFake |
2022-07-14 | Merge bitcoin/bitcoin#25594: refactor: Return BResult from restoreWallet | MacroFake |
2022-07-13 | refactor: Default options in walletcreatefundedpsbt to VOBJ instead of VNULL | MacroFake |
2022-07-13 | Merge bitcoin/bitcoin#25464: rpc: Reduce Univalue push_backV peak memory usag... | fanquake |
2022-07-12 | refactor: Return BResult from restoreWallet | MacroFake |
2022-07-12 | wallet: change `ScanForWalletTransactions` to use `Ticks()` | w0xlt |
2022-07-12 | Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c... | MacroFake |
2022-07-12 | Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress | MacroFake |
2022-07-11 | wallet: Precompute Txdata after setting PSBT inputs' UTXOs | Andrew Chow |
2022-07-11 | Merge bitcoin/bitcoin#25562: test: add tests for negative waste during coin s... | Andrew Chow |
2022-07-08 | Merge bitcoin/bitcoin#25481: wallet: unify max signature logic | Andrew Chow |
2022-07-08 | wallet: refactor GetNewDestination, use BResult | furszy |
2022-07-08 | send: refactor CreateTransaction flow to return a BResult<CTransactionRef> | furszy |
2022-07-08 | wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult' | furszy |
2022-07-08 | Merge bitcoin/bitcoin#25337: refactor: encapsulate wallet's address book access | Andrew Chow |
2022-07-07 | test: add tests for negative waste during coin selection | ishaanam |
2022-07-06 | wallet: clean AllInputsMine code, use InputIsMine internally | furszy |
2022-07-06 | Merge bitcoin/bitcoin#25507: wallet: don't add change fee to target if subtra... | Andrew Chow |
2022-07-05 | wallet: don't iter twice when getting the cached debit/credit amount | Antoine Poinsot |
2022-07-05 | wallet: clean InputIsMine code, use GetWalletTx | furszy |
2022-07-05 | wallet: unify CachedTxGetImmatureCredit and CachedTxGetImmatureWatchOnlyCredit | furszy |
2022-07-05 | wallet: remove always true 'fUseCache' arg from CachedTxGetAvailableCredit | furszy |
2022-07-05 | wallet: remove always false 'recalculate' arg from GetCachableAmount | furszy |
2022-07-05 | wallet: remove always true 'fUseCache' from CachedTxGetImmatureWatchOnlyCredit | furszy |
2022-07-05 | wallet: remove always true 'fUseCache' from CachedTxGetImmatureCredit | furszy |
2022-07-03 | rpc, wallet: Document mempool rescan after importdescriptor, importwallet | Fabian Jahr |
2022-07-03 | rpc, wallet: Document mempool scan after importmulti | Fabian Jahr |
2022-07-03 | rpc, wallet: Document mempool scan after importpubkey | Fabian Jahr |
2022-07-03 | rpc, wallet: Document and test mempool scan after importprivkey | João Barbosa |
2022-07-03 | rpc, wallet: Document and test mempool scan after importaddress | João Barbosa |
2022-07-03 | wallet: Rescan mempool for transactions as well | Fabian Jahr |
2022-06-30 | Merge bitcoin/bitcoin#25383: wallet: don't read db every time that a new 'Wal... | MacroFake |
2022-06-30 | wallet: don't add change fee to target if subtracting fees from output | S3RK |
2022-06-29 | Merge bitcoin/bitcoin#25497: wallet: more accurate target for large transactions | Andrew Chow |
2022-06-29 | wallet: more accurate tx_noinputs_size | S3RK |