Page MenuHomePhabricator
Feed Advanced Search

Sep 19 2019

deadalnix committed rSTAGINGef740e0d0b50: Remove TestBlockValidity's dependency on Config (authored by deadalnix).
Remove TestBlockValidity's dependency on Config
Sep 19 2019, 02:19
deadalnix committed rSTAGINGccb7c09a0792: Remove ConnectBlock's dependency on Config (authored by deadalnix).
Remove ConnectBlock's dependency on Config
Sep 19 2019, 02:19
deadalnix committed rSTAGING609737372479: Remove CheckBlock's dependency on Config (authored by deadalnix).
Remove CheckBlock's dependency on Config
Sep 19 2019, 02:19
deadalnix committed rSTAGING744d23d142c4: [net] Tighten scope in net_processing (authored by Jesse Cohen <jc@jc.lol>).
[net] Tighten scope in net_processing
Sep 19 2019, 02:18
deadalnix committed rSTAGINGe922dff50075: Add documentation to PeerLogicValidation interface and related functions (authored by James O'Beirne <james.obeirne@gmail.com>).
Add documentation to PeerLogicValidation interface and related functions
Sep 19 2019, 02:18
deadalnix committed rSTAGING94ce7c312269: Remove ContextualCheckBlock's dependency on Config (authored by deadalnix).
Remove ContextualCheckBlock's dependency on Config
Sep 19 2019, 02:17
deadalnix committed rSTAGING3cf5f7776d4a: Remove CheckBlockHeader's dependency on Config (authored by deadalnix).
Remove CheckBlockHeader's dependency on Config
Sep 19 2019, 02:17
deadalnix committed rSTAGINGee8d40aec77e: Source the Excessive block size from BlockValidationOptions (authored by deadalnix).
Source the Excessive block size from BlockValidationOptions
Sep 19 2019, 02:16
deadalnix committed rSTAGING0be377a50ccc: Modify ContextualCheckBlockHeader to accept a CChainParam rather than a Config (authored by deadalnix).
Modify ContextualCheckBlockHeader to accept a CChainParam rather than a Config
Sep 19 2019, 02:14
deadalnix committed rSTAGING31fa4da44001: Remove ReadBlockFromDisk's dependency on Config (authored by deadalnix).
Remove ReadBlockFromDisk's dependency on Config
Sep 19 2019, 02:14
deadalnix committed rSTAGING8cd6262216c5: Use Consensus::Params in ContextualCheckTransaction and variations instead of… (authored by deadalnix).
Use Consensus::Params in ContextualCheckTransaction and variations instead of…
Sep 19 2019, 02:14
deadalnix committed rSTAGINGfd79071ecb95: Remove dependency on Config from the PoW code (authored by deadalnix).
Remove dependency on Config from the PoW code
Sep 19 2019, 02:14
deadalnix committed rSTAGING4b0c76696c1a: Add warning about redundant moves (authored by deadalnix).
Add warning about redundant moves
Sep 19 2019, 02:14
deadalnix committed rSTAGING35bb8e40f091: Activate consensus rule based on consensus params rather than config (authored by deadalnix).
Activate consensus rule based on consensus params rather than config
Sep 19 2019, 02:14
deadalnix committed rSTAGINGfb99a574e0aa: Remove redundant call to std::move (authored by deadalnix).
Remove redundant call to std::move
Sep 19 2019, 02:14
deadalnix committed rSTAGING1cf3629759b9: Fix deprecated copy warnings in amount.h (authored by deadalnix).
Fix deprecated copy warnings in amount.h
Sep 19 2019, 02:05
deadalnix committed rSTAGINGc11d7ea6613d: Increase timeout on avalanche test. (authored by deadalnix).
Increase timeout on avalanche test.
Sep 19 2019, 02:03
deadalnix committed rSTAGINGfbb292307a62: Implement new checkmultisig trigger logic and execution logic. (authored by Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com>).
Implement new checkmultisig trigger logic and execution logic.
Sep 19 2019, 01:32
deadalnix committed rSTAGINGa5124feb0e30: Make countBits available to the whole codebase (authored by deadalnix).
Make countBits available to the whole codebase
Sep 19 2019, 01:27
deadalnix committed rSTAGING9364c3a392e7: Add a facility to parse and validate script bitfields. (authored by deadalnix).
Add a facility to parse and validate script bitfields.
Sep 19 2019, 01:26
deadalnix committed rSTAGINGc01807916050: net: Add option `-enablebip61` to configure sending of BIP61 notifications (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
net: Add option `-enablebip61` to configure sending of BIP61 notifications
Sep 19 2019, 01:26
deadalnix committed rSTAGING5ed7e25e5614: Fix bitcoin-cli --version (authored by Ben Woosley <ben.woosley@gmail.com>).
Fix bitcoin-cli --version
Sep 19 2019, 01:26
deadalnix committed rSTAGINGe1817cc3607b: Format mm files (authored by deadalnix).
Format mm files
Sep 19 2019, 01:26
deadalnix committed rSTAGINGdba8abb52c07: Make ScriptError a C++11 first class enum (authored by deadalnix).
Make ScriptError a C++11 first class enum
Sep 19 2019, 01:26
deadalnix committed rSTAGING5e08a3f0df6f: Replace boost program_options (authored by Chun Kuan Lee <ken2812221@gmail.com>).
Replace boost program_options
Sep 19 2019, 01:25
deadalnix committed rSTAGING017d7e26c59f: Move PHPCS config file where it is used (authored by deadalnix).
Move PHPCS config file where it is used
Sep 19 2019, 01:25
deadalnix committed rSTAGINGf79241a33120: convert C-style (void) parameter lists to C++ style () (authored by deadalnix).
convert C-style (void) parameter lists to C++ style ()
Sep 19 2019, 01:25
deadalnix committed rSTAGINGd9756f9eb946: Add braces in script.h (authored by deadalnix).
Add braces in script.h
Sep 19 2019, 01:25
deadalnix committed rSTAGINGc314457a3fdb: Give an error and exit if there are unknown parameters (authored by Andrew Chow <achow101-github@achow101.com>).
Give an error and exit if there are unknown parameters
Sep 19 2019, 01:24
deadalnix committed rSTAGINGa5ef42413fb8: Use a struct for arguments and nested map for categories (authored by Andrew Chow <achow101-github@achow101.com>).
Use a struct for arguments and nested map for categories
Sep 19 2019, 01:24
deadalnix committed rSTAGING876ddfaff7c9: Pass WalletModel down to SendCoinsEntry by construct (authored by deadalnix).
Pass WalletModel down to SendCoinsEntry by construct
Sep 19 2019, 01:24
deadalnix committed rSTAGINGc23bae12622f: Use nullptr instead of 0 in various places in Qt code (authored by deadalnix).
Use nullptr instead of 0 in various places in Qt code
Sep 19 2019, 01:23
deadalnix committed rSTAGING5f89f87325ba: Remove inexistant parameter keypoolmin from integration test (authored by deadalnix).
Remove inexistant parameter keypoolmin from integration test
Sep 19 2019, 01:23
deadalnix committed rSTAGINGf41714014ebe: Add license blurb to server_tests (authored by deadalnix).
Add license blurb to server_tests
Sep 19 2019, 01:22
deadalnix committed rSTAGINGb4bccba1f5f3: Nits in Qt test (authored by deadalnix).
Nits in Qt test
Sep 19 2019, 01:22
deadalnix committed rSTAGINGca972b793d5c: miliseconds => milliseconds (authored by deadalnix).
miliseconds => milliseconds
Sep 19 2019, 01:22
deadalnix committed rSTAGING958bce8e47cb: [tests] [qt] Add tests for address book manipulation via EditAddressDialog (authored by James O'Beirne <james.obeirne@gmail.com>).
[tests] [qt] Add tests for address book manipulation via EditAddressDialog
Sep 19 2019, 01:21
deadalnix committed rSTAGING20dfcce78ef2: [qt] Display more helpful message when adding a send address has failed (authored by James O'Beirne <james.obeirne@gmail.com>).
[qt] Display more helpful message when adding a send address has failed
Sep 19 2019, 01:18
deadalnix committed rSTAGINGf06e9f7b610b: Add purpose arg to Wallet::getAddress (authored by James O'Beirne <james.obeirne@gmail.com>).
Add purpose arg to Wallet::getAddress
Sep 19 2019, 01:18
deadalnix committed rSTAGINGaf857482f5aa: [tests] [qt] Introduce qt/test/util with a generalized ConfirmMessage (authored by James O'Beirne <james.obeirne@gmail.com>).
[tests] [qt] Introduce qt/test/util with a generalized ConfirmMessage
Sep 19 2019, 01:18
deadalnix committed rSTAGINGd09a95d5f43d: Merge #9544: [trivial] Add end of namespace comments. Improve consistency. (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Sep 19 2019, 01:17
deadalnix committed rSTAGING9a3a34b08c19: Add virtual transaction size to the transaction description in Qt (authored by deadalnix).
Add virtual transaction size to the transaction description in Qt
Sep 19 2019, 01:17
deadalnix committed rSTAGING4ee17c4e7bd9: wallet: Change output type globals to members (authored by MarcoFalke <falke.marco@gmail.com>).
wallet: Change output type globals to members
Sep 19 2019, 01:17
deadalnix committed rSTAGING7cead03ca992: [wallet] Add change type to CCoinControl (authored by João Barbosa <joao.paulo.barbosa@gmail.com>).
[wallet] Add change type to CCoinControl
Sep 19 2019, 01:16
deadalnix committed rSTAGING79fdaf1e1e25: [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH (authored by Sjors Provoost <sjors@sprovoost.nl>).
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
Sep 19 2019, 01:16
deadalnix committed rSTAGING58bcb91efc72: [qt] receive tab: bech32 address opt-in checkbox (authored by Sjors Provoost <sjors@sprovoost.nl>).
[qt] receive tab: bech32 address opt-in checkbox
Sep 19 2019, 01:16
deadalnix committed rSTAGING9a7c92d30b2c: Bech32 addresses in dumpwallet (authored by fivepiece <fivepiece@users.noreply.github.com>).
Bech32 addresses in dumpwallet
Sep 19 2019, 01:16
deadalnix committed rSTAGING655416f9d8cd: Use size_t for stack index in OP_MULTISIG (authored by deadalnix).
Use size_t for stack index in OP_MULTISIG
Sep 19 2019, 01:14
deadalnix committed rSTAGING059cdb971905: Enforce the use of TxId when constructing COutPoint (authored by deadalnix).
Enforce the use of TxId when constructing COutPoint
Sep 19 2019, 01:13
deadalnix committed rSTAGING3293912dff81: Update rpcwallet.cpp to use TxId (authored by deadalnix).
Update rpcwallet.cpp to use TxId
Sep 19 2019, 01:13
deadalnix committed rSTAGING6a813cdb8da7: Factor out outpoint generation in transaction_tests.cpp (authored by deadalnix).
Factor out outpoint generation in transaction_tests.cpp
Sep 19 2019, 01:13
deadalnix committed rSTAGINGaf06e6c3fb21: Use TxId in miner_tests.cpp (authored by deadalnix).
Use TxId in miner_tests.cpp
Sep 19 2019, 01:13
deadalnix committed rSTAGINGf3192ddd04cd: Use txid in bloom tests (authored by deadalnix).
Use txid in bloom tests
Sep 19 2019, 01:11
deadalnix committed rSTAGINGec39915f5d74: Wrap generation of randomized outpoint in tests (authored by deadalnix).
Wrap generation of randomized outpoint in tests
Sep 19 2019, 01:11
deadalnix committed rSTAGING9c0570bf057e: outpt => output (authored by deadalnix).
outpt => output
Sep 19 2019, 01:11
deadalnix committed rSTAGING2be0a84fdf49: use TxId properly in coincontroldialog (authored by deadalnix).
use TxId properly in coincontroldialog
Sep 19 2019, 01:11
deadalnix committed rSTAGING7efaaeb4c10c: Rename wallet database classes (authored by Russell Yanofsky <russ@yanofsky.org>).
Rename wallet database classes
Sep 19 2019, 01:11
deadalnix committed rSTAGING94d4e0a15975: wallet: Initialize m_last_block_processed to nullptr. Initialize fields where… (authored by practicalswift <practicalswift@users.noreply.github.com>).
wallet: Initialize m_last_block_processed to nullptr. Initialize fields where…
Sep 19 2019, 01:11
deadalnix committed rSTAGING7ed6717f8a38: Regenerate timing.json (authored by deadalnix).
Regenerate timing.json
Sep 19 2019, 01:10
deadalnix committed rSTAGING6509f482538a: Rename wallet_accounts.py test (authored by Russell Yanofsky <russ@yanofsky.org>).
Rename wallet_accounts.py test
Sep 19 2019, 01:09
deadalnix committed rSTAGINGb911146913f1: Various nits in the wallet code (authored by deadalnix).
Various nits in the wallet code
Sep 19 2019, 01:06
deadalnix committed rSTAGINGaceb19bb7114: Split off key_io_tests from base58_tests (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Split off key_io_tests from base58_tests
Sep 19 2019, 01:04
deadalnix committed rSTAGINGef3a4e71ac11: Partial backport of Core PR11167 to have similar feature in base58_tests.cpp (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Partial backport of Core PR11167 to have similar feature in base58_tests.cpp
Sep 19 2019, 01:03
deadalnix committed rSTAGING816d31b4f1da: Use cstdint in generated test headers (authored by deadalnix).
Use cstdint in generated test headers
Sep 19 2019, 01:03
deadalnix committed rSTAGING8a7143e1c26e: Split key_io (address/key encodings) off from base58 (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Split key_io (address/key encodings) off from base58
Sep 19 2019, 01:02
deadalnix committed rSTAGINGe61a3659d2b3: Stop using CBase58Data for ext keys (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Stop using CBase58Data for ext keys
Sep 19 2019, 01:02
deadalnix committed rSTAGINGb56057837ced: Replace CBitcoinSecret with {Encode,Decode}Secret (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Replace CBitcoinSecret with {Encode,Decode}Secret
Sep 19 2019, 01:02
deadalnix committed rSTAGING841945f0b308: Remove test for legacy address when parsing URL in the GUI (authored by deadalnix).
Remove test for legacy address when parsing URL in the GUI
Sep 19 2019, 01:01
deadalnix committed rSTAGINGf4d83da10303: Various nits in the Qt code (authored by deadalnix).
Various nits in the Qt code
Sep 19 2019, 01:00
deadalnix committed rSTAGINGbb674b35bc25: Remove EncodeDestination's overload relying on global state (authored by deadalnix).
Remove EncodeDestination's overload relying on global state
Sep 19 2019, 01:00
deadalnix committed rSTAGING0ecd638de300: docs: Add a note about the source code filename naming convention (authored by practicalswift <practicalswift@users.noreply.github.com>).
docs: Add a note about the source code filename naming convention
Sep 19 2019, 01:00
deadalnix committed rSTAGINGfb3575c34274: Default to cashaddr in most of the Qt API (authored by deadalnix).
Default to cashaddr in most of the Qt API
Sep 19 2019, 01:00
deadalnix committed rSTAGINGbb02e6dd4724: Only generate cashaddr URI from the GUI (authored by deadalnix).
Only generate cashaddr URI from the GUI
Sep 19 2019, 01:00
deadalnix committed rSTAGING7012821336a0: Use CashAddr everywhere in the Qt interface (authored by deadalnix).
Use CashAddr everywhere in the Qt interface
Sep 19 2019, 01:00
deadalnix committed rSTAGINGe328c02961d8: Take CChainParams explicitely in PaymentServer (authored by deadalnix).
Take CChainParams explicitely in PaymentServer
Sep 19 2019, 00:59
deadalnix committed rSTAGINGbcde96f2a506: Always use cashaddr for dummy addresses in the GUI (authored by deadalnix).
Always use cashaddr for dummy addresses in the GUI
Sep 19 2019, 00:59
deadalnix committed rSTAGINGd72cd1e6b3b1: Only handle cashaddr prefix in OpenURIDialog (authored by deadalnix).
Only handle cashaddr prefix in OpenURIDialog
Sep 19 2019, 00:59
deadalnix committed rSTAGINGad4678991e96: Activate cashaddr by default (authored by deadalnix).
Activate cashaddr by default
Sep 19 2019, 00:55
deadalnix committed rSTAGING563841135476: Backport base58 tests from PR11167 (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Backport base58 tests from PR11167
Sep 19 2019, 00:53
deadalnix committed rSTAGINGa4c619c43fb0: test: Make g_insecure_rand_ctx thread_local (authored by MarcoFalke <falke.marco@gmail.com>).
test: Make g_insecure_rand_ctx thread_local
Sep 19 2019, 00:50
deadalnix committed rSTAGING4f21390dbe60: Make unit tests use the insecure_rand_ctx exclusively (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Make unit tests use the insecure_rand_ctx exclusively
Sep 19 2019, 00:50
deadalnix committed rSTAGING93e1fc4228a0: Handle various leftover from PR10321 (authored by deadalnix).
Handle various leftover from PR10321
Sep 19 2019, 00:50
deadalnix committed rSTAGINGcad612f796db: Various nits in the Qt code (authored by deadalnix).
Various nits in the Qt code
Sep 19 2019, 00:50
deadalnix committed rSTAGING6464b9da357e: wallet: Add HasWallets (authored by João Barbosa <joao.paulo.barbosa@gmail.com>).
wallet: Add HasWallets
Sep 19 2019, 00:48
deadalnix committed rSTAGING8c14a287a324: wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets (authored by João Barbosa <joao.paulo.barbosa@gmail.com>).
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
Sep 19 2019, 00:47
deadalnix committed rSTAGING26936e274ee2: refactor: Drop CWalletRef typedef (authored by João Barbosa <joao.paulo.barbosa@gmail.com>).
refactor: Drop CWalletRef typedef
Sep 19 2019, 00:47
deadalnix committed rSTAGING3f2ff0c81dbe: Prevent mutex lock fail even if --enable-debug (authored by Akio Nakamura <nakamura@dgtechnologies.co.jp>).
Prevent mutex lock fail even if --enable-debug
Sep 19 2019, 00:47
deadalnix committed rSTAGING4d7ec287dbad: qa: Initialize lockstack to prevent null pointer deref (authored by MarcoFalke <falke.marco@gmail.com>).
qa: Initialize lockstack to prevent null pointer deref
Sep 19 2019, 00:46
deadalnix committed rSTAGING1def43643660: Add braces in sync.{h|cpp} (authored by deadalnix).
Add braces in sync.{h|cpp}
Sep 19 2019, 00:46
deadalnix committed rSTAGINGf9869acaa5bc: test: Fix dangling wallet pointer in vpwallets (authored by João Barbosa <joao.paulo.barbosa@gmail.com>).
test: Fix dangling wallet pointer in vpwallets
Sep 19 2019, 00:46
deadalnix committed rSTAGING5be0cb874c80: Add unit tests for signals generated by ProcessNewBlock() (authored by Jesse Cohen <jc@jc.lol>).
Add unit tests for signals generated by ProcessNewBlock()
Sep 19 2019, 00:44
deadalnix committed rSTAGING188c6ab4b8e5: Fix concurrency-related bugs in ActivateBestChain (authored by Jesse Cohen <jc@jc.lol>).
Fix concurrency-related bugs in ActivateBestChain
Sep 19 2019, 00:44
deadalnix committed rSTAGING461bec4096a5: Do not unlock cs_main in ABC unless we've actually made progress. (authored by Matt Corallo <git@bluematt.me>).
Do not unlock cs_main in ABC unless we've actually made progress.
Sep 19 2019, 00:42
deadalnix committed rSTAGINGe0856fd24ff6: Do not permit copying FastRandomContexts (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Do not permit copying FastRandomContexts
Sep 19 2019, 00:41
deadalnix committed rSTAGING1236be7d3b0a: Simplify testing RNG code (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Simplify testing RNG code
Sep 19 2019, 00:41
deadalnix committed rSTAGING232034f4aae3: Use a local FastRandomContext in a few more places in net (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Use a local FastRandomContext in a few more places in net
Sep 19 2019, 00:41
deadalnix committed rSTAGINGf8f1272d9e7e: Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection
Sep 19 2019, 00:41
deadalnix committed rSTAGING5354651279af: Use a FastRandomContext in LimitOrphanTxSize (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Use a FastRandomContext in LimitOrphanTxSize
Sep 19 2019, 00:41
deadalnix committed rSTAGING814ecbd1177c: Bugfix: randbytes should seed when needed (non reachable issue) (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Bugfix: randbytes should seed when needed (non reachable issue)
Sep 19 2019, 00:41
deadalnix committed rSTAGING8d19410b648e: Make addrman use its local RNG exclusively (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Make addrman use its local RNG exclusively
Sep 19 2019, 00:40