Page MenuHomePhabricator
Feed Advanced Search

Jan 23 2019

jasonbcox closed T523: Backport Core PR10165 as Resolved.
Jan 23 2019, 00:13 · Backport
jasonbcox closed T523: Backport Core PR10165, a subtask of T516: Backport Core PR 10295, as Resolved.
Jan 23 2019, 00:13 · Backport
jasonbcox accepted D2311: Initial implementation of RadixTree.
Jan 23 2019, 00:07

Jan 22 2019

jasonbcox accepted D2375: Add function 'IsGreatWallEnabled'.
Jan 22 2019, 23:44
jasonbcox accepted D2386: Fix the assumevalid test failure.
Jan 22 2019, 21:32
jasonbcox accepted D2384: [tests] Fix network threading in functional tests.
Jan 22 2019, 18:25
jasonbcox accepted D2363: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling only*.
Jan 22 2019, 18:17
jasonbcox accepted D2383: [tests] Add network_thread_ functions and use them in tests.
Jan 22 2019, 18:16
jasonbcox accepted D2381: [tests] Rename misc functional tests.
Jan 22 2019, 18:04
jasonbcox requested changes to D2363: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling only*.
Jan 22 2019, 18:00
jasonbcox accepted D2374: [tests] Fix tx padding.
Jan 22 2019, 01:02
jasonbcox requested changes to D2372: sighashtype: clarify subtle logic of isDefined().
Jan 22 2019, 01:01
jasonbcox requested changes to D2375: Add function 'IsGreatWallEnabled'.
Jan 22 2019, 00:51

Jan 20 2019

jasonbcox committed rSTAGINGb30292f93786: Update max supported dependency versions in symbol-check.py (authored by jasonbcox).
Update max supported dependency versions in symbol-check.py
Jan 20 2019, 23:56
jasonbcox committed rSTAGING53a858a4808e: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair (authored by NicolasDorier <nicolas.dorier@gmail.com>).
Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair
Jan 20 2019, 23:56
jasonbcox committed rSTAGING678d6237bb16: Document assumptions that are being made to avoid NULL pointer dereferences (authored by practicalswift <practicalswift@users.noreply.github.com>).
Document assumptions that are being made to avoid NULL pointer dereferences
Jan 20 2019, 23:56
jasonbcox committed rSTAGINGa801f7806bd0: Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks. (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks.
Jan 20 2019, 23:56
jasonbcox committed rSTAGING33e101d845ef: [wallet] Remove duplicate mapWallet lookups (authored by João Barbosa <joao.paulo.barbosa@gmail.com>).
[wallet] Remove duplicate mapWallet lookups
Jan 20 2019, 23:56
jasonbcox committed rSTAGINGfef011298d33: Update disclosure and gitian signing keys (authored by jasonbcox).
Update disclosure and gitian signing keys
Jan 20 2019, 23:56
jasonbcox committed rSTAGINGfea52a4e5327: Fix typo in 0.18.6 release notes (authored by jasonbcox).
Fix typo in 0.18.6 release notes
Jan 20 2019, 23:56
jasonbcox committed rSTAGING6b1219302b6f: Add commands to copy the manifest files as part of the gitian building process… (authored by jasonbcox).
Add commands to copy the manifest files as part of the gitian building process…
Jan 20 2019, 23:56
jasonbcox committed rSTAGING10866362b7d4: Move SEND_CONFIRM_DELAY to sendcoinsdialog.h (authored by jasonbcox).
Move SEND_CONFIRM_DELAY to sendcoinsdialog.h
Jan 20 2019, 23:55
jasonbcox committed rSTAGINGa045556a6775: contrib: Add support for out-of-tree builds in gen-manpages.sh (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
contrib: Add support for out-of-tree builds in gen-manpages.sh
Jan 20 2019, 23:55
jasonbcox committed rSTAGINGa9d157640140: Move scheduler/threadGroup into common-init instead of per-app (authored by Matt Corallo <git@bluematt.me>).
Move scheduler/threadGroup into common-init instead of per-app
Jan 20 2019, 23:55
jasonbcox committed rSTAGING13ffe9a92f88: Update chainparams for 0.18.6 release (authored by jasonbcox).
Update chainparams for 0.18.6 release
Jan 20 2019, 23:55
jasonbcox committed rSTAGINGf957f5b34ce8: [qt] Multiwallet support for GUI (Core PR12610) (authored by Jonas Schnelli <dev@jonasschnelli.ch>).
[qt] Multiwallet support for GUI (Core PR12610)
Jan 20 2019, 23:55
jasonbcox committed rSTAGING1b979d882ffa: Accept unrequested blocks with work equal to our tip (authored by Matt Corallo <git@bluematt.me>).
Accept unrequested blocks with work equal to our tip
Jan 20 2019, 23:54
jasonbcox committed rSTAGING9bc3e8965f82: Revert "Stop always storing blocks from whitelisted peers" (authored by jasonbcox).
Revert "Stop always storing blocks from whitelisted peers"
Jan 20 2019, 23:54
jasonbcox added a reverting change for rSTAGINGc3f4936b0453: Stop always storing blocks from whitelisted peers: rSTAGING9bc3e8965f82: Revert "Stop always storing blocks from whitelisted peers".
Jan 20 2019, 23:54
jasonbcox committed rSTAGINGc3f4936b0453: Stop always storing blocks from whitelisted peers (authored by Matt Corallo <git@bluematt.me>).
Stop always storing blocks from whitelisted peers
Jan 20 2019, 23:54
jasonbcox committed rSTAGING570a09320a31: Remove redundant connect_nodes call in abc-parkedchain.py (authored by jasonbcox).
Remove redundant connect_nodes call in abc-parkedchain.py
Jan 20 2019, 23:53
jasonbcox committed rSTAGINGe724cfe160dd: Added abc-sync-chain test to ensure node doesn't seize while syncing many blocks (authored by jasonbcox).
Added abc-sync-chain test to ensure node doesn't seize while syncing many blocks
Jan 20 2019, 23:53
jasonbcox committed rSTAGINGb36d97b25971: Merge #11638: [tests] Dead mininode code (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #11638: [tests] Dead mininode code
Jan 20 2019, 23:53
jasonbcox committed rSTAGINGe55fb9e61eee: [Part 1] Core PR 11531: p2p-acceptblock improvements (authored by Matt Corallo <git@bluematt.me>).
[Part 1] Core PR 11531: p2p-acceptblock improvements
Jan 20 2019, 23:52
jasonbcox committed rSTAGINGc854fd7e71c6: Use the variable name _ for unused return values (authored by practicalswift <practicalswift@users.noreply.github.com>).
Use the variable name _ for unused return values
Jan 20 2019, 23:52
jasonbcox committed rSTAGINGebd95f0c7ddd: Remove unused variables and/or function calls (authored by practicalswift <practicalswift@users.noreply.github.com>).
Remove unused variables and/or function calls
Jan 20 2019, 23:52
jasonbcox committed rSTAGINGe5662f0b544a: Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs (authored by practicalswift <practicalswift@users.noreply.github.com>).
Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs
Jan 20 2019, 23:52
jasonbcox committed rSTAGINGee5265a43985: Datadir option in linearize scripts (authored by Andrew Chow <achow101-github@achow101.com>).
Datadir option in linearize scripts
Jan 20 2019, 23:52
jasonbcox committed rSTAGINGc97320473fa4: Fix broken boost mirror for BSD and fix http -> https in some links (authored by rex4539).
Fix broken boost mirror for BSD and fix http -> https in some links
Jan 20 2019, 23:52

Jan 18 2019

jasonbcox committed rABC53a858a4808e: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair (authored by NicolasDorier <nicolas.dorier@gmail.com>).
Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair
Jan 18 2019, 19:01
jasonbcox closed D2335: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair.
Jan 18 2019, 19:01
jasonbcox updated the test plan for D2335: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair.
Jan 18 2019, 18:40
jasonbcox committed rABCb30292f93786: Update max supported dependency versions in symbol-check.py (authored by jasonbcox).
Update max supported dependency versions in symbol-check.py
Jan 18 2019, 17:57
jasonbcox closed D2331: Update max supported dependency versions in symbol-check.py.
Jan 18 2019, 17:56
jasonbcox requested changes to D2336: Implement delete function for the RadixTree.
Jan 18 2019, 01:09
jasonbcox triaged T524: Improve IBD script to support arbitrary params as High priority.
Jan 18 2019, 00:44 · Bootcamp, Restricted Project

Jan 17 2019

jasonbcox accepted D2330: [Part 4] [tests] Add P2P interface to TestNode.
Jan 17 2019, 23:35
jasonbcox updated the summary of D2335: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair.
Jan 17 2019, 21:41
jasonbcox added inline comments to D2335: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair.
Jan 17 2019, 21:40
jasonbcox updated the summary of D2335: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair.
Jan 17 2019, 21:25
jasonbcox updated the diff for D2335: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair.

Complete backport rather than partial

Jan 17 2019, 21:25
jasonbcox retitled D2335: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair from [Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin to Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair.
Jan 17 2019, 21:24
jasonbcox planned changes to D2335: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair.
Jan 17 2019, 21:17
jasonbcox requested review of D2335: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair.
Jan 17 2019, 19:50
jasonbcox planned changes to D2335: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair.
Jan 17 2019, 19:21
Herald added a reviewer for D2335: Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair: Restricted Project.
Jan 17 2019, 19:17
jasonbcox triaged T523: Backport Core PR10165 as High priority.
Jan 17 2019, 18:37 · Backport
jasonbcox closed T389: Replace Hungarian notation for classes that are/were in Chain.h as Wontfix.

In the interest of facilitating backports, we will either not do this or put it off for a long time. Closing this ticket for now.

Jan 17 2019, 17:47 · Bootcamp, Restricted Project
jasonbcox closed T406: net.h/cpp: Move CNodeStats to its own header/source files as Wontfix.

In the interest of facilitating backports, we will either not do this or put it off for a long time. Closing this ticket for now.

Jan 17 2019, 17:46 · Restricted Project, Bootcamp
jasonbcox closed T408: protocol.h/cpp: Move CInv to its own header/source files as Wontfix.

In the interest of facilitating backports, we will either not do this or put it off for a long time. Closing this ticket for now.

Jan 17 2019, 17:46 · Restricted Project, Bootcamp
jasonbcox closed T380: Chop up chain.h as Wontfix.

In the interest of facilitating backports, we will either not do this or put it off for a long time. Closing this ticket for now.

Jan 17 2019, 17:46 · Restricted Project, Bootcamp
jasonbcox closed T404: net.h/cpp: Move CNode to its own header/source files as Wontfix.

In the interest of facilitating backports, we will either not do this or put it off for a long time. Closing this ticket for now.

Jan 17 2019, 17:46 · Restricted Project, Bootcamp
jasonbcox closed T405: net.h/cpp: Move CNetMessage to its own header/source files as Wontfix.

In the interest of facilitating backports, we will either not do this or put it off for a long time. Closing this ticket for now.

Jan 17 2019, 17:45 · Restricted Project, Bootcamp
jasonbcox closed T519: Backport Core PR 11132 as Resolved.
Jan 17 2019, 17:41 · Backport
jasonbcox closed T519: Backport Core PR 11132, a subtask of T517: Backport Core PR 9680, as Resolved.
Jan 17 2019, 17:41 · Backport
jasonbcox closed T520: Backport Core PR 10303 as Resolved.
Jan 17 2019, 17:40 · Backport
jasonbcox closed T520: Backport Core PR 10303, a subtask of T519: Backport Core PR 11132, as Resolved.
Jan 17 2019, 17:40 · Backport
jasonbcox closed T518: Backport Core PR 12276 as Resolved.
Jan 17 2019, 17:40 · Backport
jasonbcox closed T518: Backport Core PR 12276, a subtask of T517: Backport Core PR 9680, as Resolved.
Jan 17 2019, 17:40 · Backport
jasonbcox updated the diff for D2331: Update max supported dependency versions in symbol-check.py.

Rebase + fix Ubuntu links

Jan 17 2019, 17:37
jasonbcox committed rABC678d6237bb16: Document assumptions that are being made to avoid NULL pointer dereferences (authored by practicalswift <practicalswift@users.noreply.github.com>).
Document assumptions that are being made to avoid NULL pointer dereferences
Jan 17 2019, 17:17
jasonbcox closed D2321: Document assumptions that are being made to avoid NULL pointer dereferences.
Jan 17 2019, 17:17
jasonbcox committed rABCa801f7806bd0: Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks. (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks.
Jan 17 2019, 17:16
jasonbcox closed D2320: Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks..
Jan 17 2019, 17:16
jasonbcox committed rABC33e101d845ef: [wallet] Remove duplicate mapWallet lookups (authored by João Barbosa <joao.paulo.barbosa@gmail.com>).
[wallet] Remove duplicate mapWallet lookups
Jan 17 2019, 17:15
jasonbcox closed D2319: [wallet] Remove duplicate mapWallet lookups.
Jan 17 2019, 17:15
jasonbcox requested changes to D2330: [Part 4] [tests] Add P2P interface to TestNode.

Please make sure to apply these same changes to the abc-* integration tests. I'm certain a number of them will require the new add_p2p_connection() and friends.

Jan 17 2019, 00:49
jasonbcox accepted D2329: [Part 3] [tests] Add P2P interface to TestNode.
Jan 17 2019, 00:45
jasonbcox requested review of D2321: Document assumptions that are being made to avoid NULL pointer dereferences.
Jan 17 2019, 00:42
jasonbcox updated the test plan for D2321: Document assumptions that are being made to avoid NULL pointer dereferences.
Jan 17 2019, 00:42
jasonbcox accepted D2328: [Part 2] [tests] Add P2P interface to TestNode.
Jan 17 2019, 00:41
jasonbcox accepted D2327: [Part 1] [tests] Add P2P interface to TestNode.
Jan 17 2019, 00:34
jasonbcox accepted D2326: [tests] Add p2p connection to TestNode.
Jan 17 2019, 00:20
jasonbcox requested review of D2331: Update max supported dependency versions in symbol-check.py.
Jan 17 2019, 00:06
jasonbcox updated the summary of D2331: Update max supported dependency versions in symbol-check.py.
Jan 17 2019, 00:06
jasonbcox updated the summary of D2331: Update max supported dependency versions in symbol-check.py.
Jan 17 2019, 00:05
jasonbcox updated the test plan for D2331: Update max supported dependency versions in symbol-check.py.
Jan 17 2019, 00:02

Jan 16 2019

jasonbcox requested review of D2322: remove minimum total fee option.
Jan 16 2019, 19:53
jasonbcox updated the test plan for D2322: remove minimum total fee option.
Jan 16 2019, 19:53
jasonbcox planned changes to D2331: Update max supported dependency versions in symbol-check.py.
Jan 16 2019, 19:51
jasonbcox updated the summary of D2331: Update max supported dependency versions in symbol-check.py.
Jan 16 2019, 19:51
Herald added a reviewer for D2331: Update max supported dependency versions in symbol-check.py: deadalnix.
Jan 16 2019, 19:50
jasonbcox updated the summary of D2321: Document assumptions that are being made to avoid NULL pointer dereferences.
Jan 16 2019, 01:15
jasonbcox requested review of D2320: Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks..
Jan 16 2019, 01:15
jasonbcox updated the summary of D2320: Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks..
Jan 16 2019, 01:15

Jan 15 2019

jasonbcox requested changes to D2311: Initial implementation of RadixTree.

Fix build failure

Jan 15 2019, 23:54
jasonbcox accepted D2311: Initial implementation of RadixTree.
Jan 15 2019, 23:54
jasonbcox planned changes to D2322: remove minimum total fee option.
Jan 15 2019, 23:52
jasonbcox updated the summary of D2322: remove minimum total fee option.
Jan 15 2019, 23:52
Herald added a reviewer for D2322: remove minimum total fee option: Restricted Project.
Jan 15 2019, 23:52