Fixed copyrights and removed some debug code.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jun 4 2020
Jun 4 2020
Jun 3 2020
Jun 3 2020
Jun 2 2020
Jun 2 2020
nakihito committed rABC388b66620b94: Merge #13160: wallet: Unlock spent outputs (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #13160: wallet: Unlock spent outputs
Jun 1 2020
Jun 1 2020
nakihito committed rABC55beeca040c1: Merge #13507: RPC: Fix parameter count check for importpubkey (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #13507: RPC: Fix parameter count check for importpubkey
nakihito committed rABCecbe61b28994: Merge #13535: [qa] wallet_basic: Specify minimum required amount for listunspent (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #13535: [qa] wallet_basic: Specify minimum required amount for listunspent
nakihito committed rABC037e7d71bfa7: Merge #13545: tests: Fix test case streams_serializedata_xor. Remove Boost… (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #13545: tests: Fix test case streams_serializedata_xor. Remove Boost…
nakihito committed rABC2286545cb467: Merge #13116: Add Clang thread safety annotations for variables guarded by… (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #13116: Add Clang thread safety annotations for variables guarded by…
nakihito committed rABC9e6bebaac242: Merge #16481: Trivial: add missing space (authored by fanquake <fanquake@gmail.com>).
Merge #16481: Trivial: add missing space
Added function.
nakihito committed rABC4b993b82a11c: Merge #12330: Reduce scope of cs_wallet locks in listtransactions (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #12330: Reduce scope of cs_wallet locks in listtransactions
May 30 2020
May 30 2020
nakihito added inline comments to D5956: Add -datadir option to allow specification of seeder's data directory.
nakihito updated the diff for D5956: Add -datadir option to allow specification of seeder's data directory.
Added some output that specifies the default directory and the directory in use on start up.
May 29 2020
May 29 2020
nakihito updated the summary of D6302: Merge #12330: Reduce scope of cs_wallet locks in listtransactions.
nakihito requested review of D6302: Merge #12330: Reduce scope of cs_wallet locks in listtransactions.
nakihito retitled D6302: Merge #12330: Reduce scope of cs_wallet locks in listtransactions from Merge #12330: Reduce scope of cs_main and cs_wallet locks in listtransactions to Merge #12330: Reduce scope of cs_wallet locks in listtransactions.
nakihito planned changes to D6302: Merge #12330: Reduce scope of cs_wallet locks in listtransactions.
nakihito requested review of D6302: Merge #12330: Reduce scope of cs_wallet locks in listtransactions.
nakihito committed rABC5cf3c08e993d: Fix WSL file locking by using flock instead of fcntl (authored by Samuel Dobson <dobsonsa68@gmail.com>).
Fix WSL file locking by using flock instead of fcntl
Test plan is insufficient.
Test plan doesn't test lock changes.
Should probably start including checking the seeder version?
May 28 2020
May 28 2020
nakihito added reviewers for D6283: [seeder] Request headers from new connections: deadalnix, jasonbcox.
Rebased off D6283. Restored message request order to version -> verack -> addr -> header because the state transitions are simpler when a node is IBD. Added server module when building to make use of MAX_HEADERS_RESULTS.
nakihito added a comment to D6272: [backport#16452] refactor : use RelayTransaction in BroadcastTransaction utility.
Not sure what D6262 has to do with this patch?
The summary makes it seem like these are two unrelated commits when they're actually from the same PR. Since they are from the same PR, you don't need to link the individual commits.
May 26 2020
May 26 2020
nakihito retitled D5956: Add -datadir option to allow specification of seeder's data directory from Add -seederdir option to allow specification of seeder's data directory to Add -datadir option to allow specification of seeder's data directory.
May 23 2020
May 23 2020
Fix up release notes
May 22 2020
May 22 2020
nakihito committed rABC54e7526f0bfe: Test importing descriptors with key origin information and add release notes (authored by Andrew Chow <achow101-github@achow101.com>).
Test importing descriptors with key origin information and add release notes
nakihito committed rABC5dd2d94fb93d: Import KeyOriginData when importing descriptors (authored by nakihito).
Import KeyOriginData when importing descriptors
nakihito committed rABCed9768d52cfc: Implement a function to add KeyOriginInfo to a wallet (authored by nakihito).
Implement a function to add KeyOriginInfo to a wallet
nakihito committed rABCc4f1a7bf5d73: Store key origin info in key metadata (authored by Andrew Chow <achow101-github@achow101.com>).
Store key origin info in key metadata
nakihito committed rABC600f5a86a202: Add a method to CWallet to write just CKeyMetadata (authored by nakihito).
Add a method to CWallet to write just CKeyMetadata
Remove hdmasterkeyid
nakihito committed rABC179223f0b843: Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp} (authored by Andrew Chow <achow101-github@achow101.com>).
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
nakihito committed rABCeb725bf601e3: Refactor keymetadata writing to a separate method (authored by Andrew Chow <achow101-github@achow101.com>).
Refactor keymetadata writing to a separate method
nakihito committed rABC2429c346e2ed: Merge #15746: rpc: RPCHelpMan: Always name dictionary keys (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #15746: rpc: RPCHelpMan: Always name dictionary keys
nakihito committed rABC76d7d0212718: Merge #14417: Fix listreceivedbyaddress not taking address as a string (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #14417: Fix listreceivedbyaddress not taking address as a string
nakihito requested review of D6232: Merge #14417: Fix listreceivedbyaddress not taking address as a string.
nakihito committed rABCe057440b5892: Merge #14129: Trivial: update clang thread-safety docs url (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #14129: Trivial: update clang thread-safety docs url
nakihito retitled D6215: Test importing descriptors with key origin information and add release notes from Store key origin info in key metadata and import KeyOriginData when importing descriptors to Test importing descriptors with key origin information and add release notes.
nakihito updated the diff for D6215: Test importing descriptors with key origin information and add release notes.
Split into smaller parts.