Page MenuHomePhabricator
Feed Advanced Search

Jan 15 2019

jasonbcox raised the priority of T516: Backport Core PR 10295 from High to Unbreak Now!.
Jan 15 2019, 23:31 · Backport
jasonbcox added a subtask for T521: Backport Core PR 10706: T516: Backport Core PR 10295.
Jan 15 2019, 23:31 · Backport
jasonbcox added a parent task for T516: Backport Core PR 10295: T521: Backport Core PR 10706.
Jan 15 2019, 23:31 · Backport
jasonbcox triaged T522: Backport Core PR 10390 as High priority.
Jan 15 2019, 23:23 · Backport
jasonbcox triaged T521: Backport Core PR 10706 as High priority.
Jan 15 2019, 22:55 · Backport
Herald added a reviewer for D2321: Document assumptions that are being made to avoid NULL pointer dereferences: Restricted Project.
Jan 15 2019, 22:43
Herald added a reviewer for D2320: Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks.: Restricted Project.
Jan 15 2019, 22:37
jasonbcox triaged T520: Backport Core PR 10303 as Normal priority.
Jan 15 2019, 22:12 · Backport
jasonbcox triaged T519: Backport Core PR 11132 as Normal priority.
Jan 15 2019, 21:58 · Backport
jasonbcox updated the summary of D2319: [wallet] Remove duplicate mapWallet lookups.
Jan 15 2019, 21:51
Herald added a reviewer for D2319: [wallet] Remove duplicate mapWallet lookups: Restricted Project.
Jan 15 2019, 21:51
jasonbcox triaged T518: Backport Core PR 12276 as Normal priority.
Jan 15 2019, 21:42 · Backport
jasonbcox triaged T517: Backport Core PR 9680 as High priority.
Jan 15 2019, 21:41 · Backport
jasonbcox accepted D2275: Fix user agent sanitizer.
Jan 15 2019, 19:20
jasonbcox added inline comments to D2289: Ban nodes providing an invalid checksum in a message header.
Jan 15 2019, 18:58
jasonbcox added inline comments to D2311: Initial implementation of RadixTree.
Jan 15 2019, 18:57
jasonbcox added a comment to D2258: Bump cmake version 3.5 -> 3.10 to match lowest supported version for CMP0071.

Memory is getting fuzzy since this was a week or so ago... but Fabien and I were investigating bitcoin-qt not building with cmake 3.5. We found that an error was appearing that CMP0071 wasn't supported, so we tried various methods of disabling CMP0071 if the policy was not found. This resulting in a protobuf compilation failure that I'm not very familiar with. Instead of futzing with the protobuf dependency, we opted to bump the cmake version. This works with no other changes.

Jan 15 2019, 00:34
jasonbcox added inline comments to D2311: Initial implementation of RadixTree.
Jan 15 2019, 00:25
jasonbcox requested changes to D2311: Initial implementation of RadixTree.
Jan 15 2019, 00:10

Jan 14 2019

jasonbcox committed rABCfef011298d33: Update disclosure and gitian signing keys (authored by jasonbcox).
Update disclosure and gitian signing keys
Jan 14 2019, 23:35
jasonbcox closed D2310: Update disclosure and gitian signing keys.
Jan 14 2019, 23:34
jasonbcox updated the diff for D2289: Ban nodes providing an invalid checksum in a message header.

Fix zero'd checksum and simplified checksum index calculation

Jan 14 2019, 23:33
jasonbcox added inline comments to D2289: Ban nodes providing an invalid checksum in a message header.
Jan 14 2019, 23:31
jasonbcox added inline comments to D1894: Added RPCCommand base classes in preparation for RPC migration.
Jan 14 2019, 23:12
jasonbcox updated the diff for D1894: Added RPCCommand base classes in preparation for RPC migration.
  • Rebased
  • Fixed pointer ownership of RPCServer::commands
  • RPCCommand::GetName() is no longer unexpectedly virtual
  • Cleaned up the tests and comments
Jan 14 2019, 23:12
jasonbcox requested changes to D2275: Fix user agent sanitizer.
Jan 14 2019, 20:26
jasonbcox added inline comments to D2169: [secp256k1] Implement Schnorr signatures.
Jan 14 2019, 20:23
Herald added a reviewer for D2310: Update disclosure and gitian signing keys: Restricted Project.
Jan 14 2019, 20:20
jasonbcox updated the diff for D2289: Ban nodes providing an invalid checksum in a message header.

Rebase + changes according to feedback

Jan 14 2019, 20:16
jasonbcox committed rABCfea52a4e5327: Fix typo in 0.18.6 release notes (authored by jasonbcox).
Fix typo in 0.18.6 release notes
Jan 14 2019, 19:32
jasonbcox closed D2309: Fix typo in 0.18.6 release notes.
Jan 14 2019, 19:31
Herald added a reviewer for D2309: Fix typo in 0.18.6 release notes: Restricted Project.
Jan 14 2019, 17:47

Jan 13 2019

jasonbcox accepted D2300: Various nits in the RCU mechanism.
Jan 13 2019, 21:00
jasonbcox retitled D2300: Various nits in the RCU mechanism from Various nits in the RUC mechanism to Various nits in the RCU mechanism.
Jan 13 2019, 21:00

Jan 11 2019

jasonbcox accepted D2297: Upgrade clang-format to 7.0.
Jan 11 2019, 23:08
jasonbcox retitled D2297: Upgrade clang-format to 7.0 from Upgrade clanf-format to 7.0 to Upgrade clang-format to 7.0.
Jan 11 2019, 22:46
jasonbcox committed rABC6b1219302b6f: 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 11 2019, 21:26
jasonbcox closed D2285: Add commands to copy the manifest files as part of the gitian building process, as they're generated in a separate location.
Jan 11 2019, 21:25
jasonbcox updated the test plan for D2289: Ban nodes providing an invalid checksum in a message header.
Jan 11 2019, 21:19
jasonbcox updated the diff for D2289: Ban nodes providing an invalid checksum in a message header.

Rewrote the test to include:

  • valid message
  • invalid message derived from an invalid one

Rewrote the changes I introduced in mininode.py to be more elegant

Jan 11 2019, 21:18
jasonbcox updated the diff for D2285: Add commands to copy the manifest files as part of the gitian building process, as they're generated in a separate location.

Rebase + don't be dumb and actually give the commands to complete the task without having to think about it

Jan 11 2019, 18:58
jasonbcox retitled D2285: Add commands to copy the manifest files as part of the gitian building process, as they're generated in a separate location from Add reminder to copy the manifest files as part of the gitian building process, as they're generated in a separate location to Add commands to copy the manifest files as part of the gitian building process, as they're generated in a separate location.
Jan 11 2019, 18:53
jasonbcox accepted D2294: Clarify release-process.md regarding distro package builders.
Jan 11 2019, 18:51
jasonbcox updated the diff for D2289: Ban nodes providing an invalid checksum in a message header.

Update because Phab wants me to

Jan 11 2019, 01:00
Herald added a reviewer for D2289: Ban nodes providing an invalid checksum in a message header: Restricted Project.
Jan 11 2019, 00:43

Jan 10 2019

jasonbcox updated the diff for D2285: Add commands to copy the manifest files as part of the gitian building process, as they're generated in a separate location.

Updated according to feedback, including command from the old comment

Jan 10 2019, 19:11
jasonbcox accepted D2287: Update version to 0.18.7.
Jan 10 2019, 19:06
jasonbcox accepted D2276: [tests] Add uacomment tests.
Jan 10 2019, 19:04
jasonbcox requested changes to D2286: Add a script to update the version number.

Please update doc/release-process.md so that it's clear to use this script instead of manually.

Jan 10 2019, 16:11
Herald added a reviewer for D2285: Add commands to copy the manifest files as part of the gitian building process, as they're generated in a separate location: Restricted Project.
Jan 10 2019, 04:39
jasonbcox abandoned D2283: Updated manpages for 0.18.6 release.

D2279

Jan 10 2019, 00:21
jasonbcox accepted D2279: Update manpages for 0.18.6.
Jan 10 2019, 00:20

Jan 9 2019

Herald added a reviewer for D2283: Updated manpages for 0.18.6 release: Restricted Project.
Jan 9 2019, 23:41
jasonbcox accepted D2282: Update seeds.
Jan 9 2019, 23:13
jasonbcox requested changes to D2279: Update manpages for 0.18.6.

Missing bitcoin-qt updates? Did you make sure to build latest master? (it has a bug fix that causes bitcoin-qt to crash while generating manpages)

Jan 9 2019, 20:34
jasonbcox accepted D2278: Add const to methods that don't modify the object for which it is called.
Jan 9 2019, 18:20
jasonbcox requested changes to D2276: [tests] Add uacomment tests.
Jan 9 2019, 17:26
jasonbcox requested changes to D2275: Fix user agent sanitizer.
Jan 9 2019, 17:23
jasonbcox accepted D2277: Test datadir in conf file exists.
Jan 9 2019, 16:54
jasonbcox accepted D2273: wallet: Make WalletInitInterface and DummyWalletInit private.
Jan 9 2019, 07:31
jasonbcox triaged T516: Backport Core PR 10295 as High priority.
Jan 9 2019, 00:45 · Backport
jasonbcox closed T514: Backport Core PR 9424 as Invalid.

Already completed by f16d66e52

Jan 9 2019, 00:38 · Backport
jasonbcox closed T514: Backport Core PR 9424, a subtask of T417: Backport PR10244 from core, as Invalid.
Jan 9 2019, 00:38 · Backport
jasonbcox committed rABC10866362b7d4: Move SEND_CONFIRM_DELAY to sendcoinsdialog.h (authored by jasonbcox).
Move SEND_CONFIRM_DELAY to sendcoinsdialog.h
Jan 9 2019, 00:25
jasonbcox closed D2272: Move SEND_CONFIRM_DELAY to sendcoinsdialog.h.
Jan 9 2019, 00:25
jasonbcox committed rABC13ffe9a92f88: Update chainparams for 0.18.6 release (authored by jasonbcox).
Update chainparams for 0.18.6 release
Jan 9 2019, 00:25
jasonbcox closed D2270: Update chainparams for 0.18.6 release.
Jan 9 2019, 00:24

Jan 8 2019

jasonbcox accepted D2274: wallet: Refactor to WalletInitInterface* const g_wallet_init_interface.
Jan 8 2019, 23:48
jasonbcox requested changes to D2273: wallet: Make WalletInitInterface and DummyWalletInit private.
Jan 8 2019, 23:45
jasonbcox added a subtask for T508: Backport Core PR 10839: T509: Backport Core PR 10769.
Jan 8 2019, 23:27 · Backport
jasonbcox added a parent task for T509: Backport Core PR 10769: T508: Backport Core PR 10839.
Jan 8 2019, 23:27 · Backport
jasonbcox removed a subtask for T509: Backport Core PR 10769: T508: Backport Core PR 10839.
Jan 8 2019, 23:26 · Backport
jasonbcox removed a parent task for T508: Backport Core PR 10839: T509: Backport Core PR 10769.
Jan 8 2019, 23:26 · Backport
jasonbcox edited subtasks for T417: Backport PR10244 from core, added: T508: Backport Core PR 10839; removed: T509: Backport Core PR 10769.
Jan 8 2019, 23:26 · Backport
jasonbcox added a parent task for T508: Backport Core PR 10839: T417: Backport PR10244 from core.
Jan 8 2019, 23:26 · Backport
jasonbcox removed a parent task for T509: Backport Core PR 10769: T417: Backport PR10244 from core.
Jan 8 2019, 23:26 · Backport
Herald added a reviewer for D2272: Move SEND_CONFIRM_DELAY to sendcoinsdialog.h: Restricted Project.
Jan 8 2019, 21:22
jasonbcox committed rABCa045556a6775: 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 8 2019, 20:50
jasonbcox closed D2271: contrib: Add support for out-of-tree builds in gen-manpages.sh.
Jan 8 2019, 20:50
jasonbcox accepted D2245: Implement RCU synchronization mechanism.
Jan 8 2019, 20:16
jasonbcox triaged T515: Backport Core PR 10449 as Normal priority.
Jan 8 2019, 20:03 · Backport
jasonbcox triaged T514: Backport Core PR 9424 as Low priority.
Jan 8 2019, 20:02 · Backport
jasonbcox triaged T513: Backport Core PR 11365 as High priority.
Jan 8 2019, 20:01 · Backport
jasonbcox triaged T512: Backport Core PR 10420 as Normal priority.
Jan 8 2019, 20:01 · Backport
jasonbcox lowered the priority of T511: Backport Core PR 10770 from Unbreak Now! to Normal.
Jan 8 2019, 19:44 · Backport
jasonbcox triaged T511: Backport Core PR 10770 as Unbreak Now! priority.
Jan 8 2019, 19:44 · Backport
jasonbcox triaged T510: Backport Core PR 10231 as High priority.
Jan 8 2019, 19:42 · Backport
jasonbcox removed a subtask for T417: Backport PR10244 from core: T508: Backport Core PR 10839.
Jan 8 2019, 19:28 · Backport
jasonbcox removed a parent task for T508: Backport Core PR 10839: T417: Backport PR10244 from core.
Jan 8 2019, 19:28 · Backport
jasonbcox added a subtask for T509: Backport Core PR 10769: T508: Backport Core PR 10839.
Jan 8 2019, 19:28 · Backport
jasonbcox added a parent task for T508: Backport Core PR 10839: T509: Backport Core PR 10769.
Jan 8 2019, 19:28 · Backport
jasonbcox triaged T509: Backport Core PR 10769 as High priority.
Jan 8 2019, 19:27 · Backport
jasonbcox triaged T508: Backport Core PR 10839 as Normal priority.
Jan 8 2019, 19:25 · Backport
jasonbcox closed T507: Backport Core PR 12266, a subtask of T417: Backport PR10244 from core, as Resolved.
Jan 8 2019, 19:19 · Backport
jasonbcox closed T507: Backport Core PR 12266 as Resolved.
Jan 8 2019, 19:19 · Backport
jasonbcox committed rABCa9d157640140: 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 8 2019, 19:19
jasonbcox closed D2260: Move scheduler/threadGroup into common-init instead of per-app.
Jan 8 2019, 19:19
Herald added a reviewer for D2271: contrib: Add support for out-of-tree builds in gen-manpages.sh: Restricted Project.
Jan 8 2019, 19:15
Herald added a reviewer for D2270: Update chainparams for 0.18.6 release: Restricted Project.
Jan 8 2019, 18:48
jasonbcox accepted D2263: Add a CValidationInterface::TransactionRemovedFromMempool.
Jan 8 2019, 01:46