Page MenuHomePhabricator

BootcampGoal
ActivePublic

Members

  • This project does not have any members.
  • View All

Recent Activity

Apr 20 2022

run3donlineaz added a comment to T238: Make CTransaction construction from CMutableTransaction explicit.
Apr 20 2022, 07:33 · Bootcamp
run3donlineaz added a comment to T316: Split TxID and TxHash and use them properly across the codebase.
Apr 20 2022, 07:32 · Bootcamp

Mar 30 2022

boardgamesaz added a comment to T384: Use the build folder for functional test temporary files rather than /tmp.
Mar 30 2022, 09:53 · Bootcamp
boardgamesaz added a comment to T433: fundrawtransaction fails for dust transactions (backport discardfee from Core).
Mar 30 2022, 09:53 · Restricted Project, Bootcamp

Mar 2 2022

cookieclickeraz added a comment to T238: Make CTransaction construction from CMutableTransaction explicit.
Mar 2 2022, 02:30 · Bootcamp
cookieclickeraz added a comment to T316: Split TxID and TxHash and use them properly across the codebase.
Mar 2 2022, 02:29 · Bootcamp

Jan 20 2022

JordanWolf added a comment to T351: Create an abandon-diff bot.
Jan 20 2022, 08:11 · Restricted Project, Bootcamp

Mar 15 2021

Unknown Object (User) added a comment to T316: Split TxID and TxHash and use them properly across the codebase.
Mar 15 2021, 19:28 · Bootcamp

Mar 12 2021

Unknown Object (User) added a comment to T238: Make CTransaction construction from CMutableTransaction explicit.
Mar 12 2021, 09:45 · Bootcamp
Unknown Object (User) added a comment to T271: Better config/command line parameter handling.
Mar 12 2021, 09:43 · Bootcamp

Mar 9 2021

Unknown Object (User) added a comment to T316: Split TxID and TxHash and use them properly across the codebase.
Mar 9 2021, 08:11 · Bootcamp

Mar 4 2021

Unknown Object (User) added a comment to T316: Split TxID and TxHash and use them properly across the codebase.
Mar 4 2021, 21:00 · Bootcamp
Unknown Object (User) added a comment to T165: Build scripts for other compilers/cross compiles.
Mar 4 2021, 02:55 · Bootcamp

Feb 23 2021

majcosta closed T640: Backport Core PR 9856 as Resolved.
Feb 23 2021, 09:58 · Bootcamp, Restricted Project

Jan 24 2021

Unknown Object (User) added a comment to T205: Create constructor for SigHashType(BaseSigHashType).
Jan 24 2021, 14:54 · Bootcamp

Nov 21 2020

Unknown Object (User) added a comment to T316: Split TxID and TxHash and use them properly across the codebase.
Nov 21 2020, 12:04 · Bootcamp

Oct 20 2020

jasonbcox closed T614: Backport Core PR 11640 as Resolved.
Oct 20 2020, 00:36 · Bootcamp, Restricted Project
jasonbcox closed T613: Backport Core PR 10587 as Resolved.
Oct 20 2020, 00:36 · Bootcamp, Restricted Project
jasonbcox closed T612: Backport Core PR 10408, a subtask of T613: Backport Core PR 10587, as Resolved.
Oct 20 2020, 00:36 · Bootcamp, Restricted Project
jasonbcox closed T612: Backport Core PR 10408 as Resolved.
Oct 20 2020, 00:36 · Bootcamp, Restricted Project
jasonbcox closed T558: Backport Core PR 12830 as Resolved.
Oct 20 2020, 00:35 · Bootcamp, Restricted Project
jasonbcox closed T246: Testing scripts should run all tests as Resolved.
Oct 20 2020, 00:34 · Bootcamp
jasonbcox closed T189: Ensure documentation for new developers is easy to understand as Resolved.

Resolving this since the docs are constantly improving and this task is too open-ended. Patches to improve the docs further are always welcome.

Oct 20 2020, 00:33 · Bootcamp
jasonbcox closed T191: Fix missing-braces warnings. as Resolved.
Oct 20 2020, 00:29 · Bootcamp
jasonbcox closed T321: Create test to check node banning behavior as Resolved.
Oct 20 2020, 00:28 · Bootcamp

Oct 6 2020

jasonbcox closed T269: Create a `contrib/teamcity/build-cmake.sh` as Resolved.
Oct 6 2020, 17:57 · Bootcamp

Jul 8 2020

Unknown Object (User) added a comment to T165: Build scripts for other compilers/cross compiles.
Jul 8 2020, 15:13 · Bootcamp

Jun 29 2020

Unknown Object (User) added a comment to T77: Consider removing prevector and switching back to good 'ol vector (with possible .reserve calls).
Jun 29 2020, 07:18 · Bootcamp, Restricted Project

May 23 2020

ripyqy added a comment to T189: Ensure documentation for new developers is easy to understand.
May 23 2020, 13:18 · Bootcamp

May 18 2020

jasonbcox closed T574: Backport Core PR 14708: unrecognized section names in the config should supply warnings in the logs as Resolved.
May 18 2020, 15:26 · Restricted Project, Bootcamp
jasonbcox closed T590: Backport Core 14555: Move util files to new directory, a subtask of T574: Backport Core PR 14708: unrecognized section names in the config should supply warnings in the logs, as Resolved.
May 18 2020, 15:25 · Restricted Project, Bootcamp
jasonbcox closed T583: Backport Core PR 13190, a subtask of T582: Backport Core PR 13341, as Resolved.
May 18 2020, 15:25 · Backport, Bootcamp, Restricted Project
jasonbcox closed T583: Backport Core PR 13190 as Resolved.
May 18 2020, 15:25 · Backport, Bootcamp, Restricted Project
jasonbcox closed T575: Backport Core PR 14532: reduce attack surface of RPC server as Resolved.
May 18 2020, 15:23 · Bootcamp, Restricted Project

May 17 2020

bvk added a comment to T384: Use the build folder for functional test temporary files rather than /tmp.

Running functional tests is already creating a temporary directory inside build.

May 17 2020, 16:40 · Bootcamp

Mar 11 2020

jasonbcox closed T73: Consider switching over to pre-increment rather than post-increment operator++ operator-- as Wontfix.
Mar 11 2020, 22:11 · Bootcamp

Mar 3 2020

nakihito closed T581: Backport Core PR 14206 as Resolved.
Mar 3 2020, 22:45 · Backport, Bootcamp, Restricted Project

Jan 17 2020

CCulianu added a comment to T285: daemon is deprecated on MAC OSX.

FWIW -- my two cents here is that I sort of doubt they will actually remove this... since it's been a BSD function for ~30 years. They just don't want people using daemon() or anything that forks because their Apple libs break when you fork. :/

Jan 17 2020, 21:45 · Bootcamp

Dec 16 2019

nakihito closed T582: Backport Core PR 13341, a subtask of T575: Backport Core PR 14532: reduce attack surface of RPC server, as Resolved.
Dec 16 2019, 22:35 · Bootcamp, Restricted Project
nakihito closed T582: Backport Core PR 13341, a subtask of T581: Backport Core PR 14206, as Resolved.
Dec 16 2019, 22:35 · Backport, Bootcamp, Restricted Project
nakihito closed T582: Backport Core PR 13341 as Resolved.

See D4515.

Dec 16 2019, 22:35 · Backport, Bootcamp, Restricted Project

Dec 4 2019

ProtocolCash added a comment to T575: Backport Core PR 14532: reduce attack surface of RPC server.

Working on this.

Dec 4 2019, 19:31 · Bootcamp, Restricted Project

Jul 22 2019

jasonbcox closed T579: Backport Core PR 13016 as Resolved.
Jul 22 2019, 18:41 · Bootcamp, Restricted Project
jasonbcox closed T572: Backport Core PR 10279, a subtask of T579: Backport Core PR 13016, as Resolved.
Jul 22 2019, 16:24 · Bootcamp, Restricted Project

Jun 27 2019

jasonbcox closed T456: Backport Core PR11531, a subtask of T579: Backport Core PR 13016, as Resolved.
Jun 27 2019, 16:13 · Bootcamp, Restricted Project

May 9 2019

jasonbcox added a parent task for T351: Create an abandon-diff bot: T647: [Epic] Development Automation Base Infra.
May 9 2019, 22:48 · Restricted Project, Bootcamp

May 7 2019

jasonbcox triaged T640: Backport Core PR 9856 as Normal priority.
May 7 2019, 03:28 · Bootcamp, Restricted Project

May 6 2019

nakihito added a parent task for T583: Backport Core PR 13190: T637: Backport Core PR 14168: Remove ENABLE_WALLET from libbitcoin_server.a.
May 6 2019, 16:06 · Backport, Bootcamp, Restricted Project
jasonbcox closed T417: Backport PR10244 from core, a subtask of T558: Backport Core PR 12830, as Resolved.
May 6 2019, 15:45 · Bootcamp, Restricted Project
jasonbcox closed T417: Backport PR10244 from core, a subtask of T583: Backport Core PR 13190, as Resolved.
May 6 2019, 15:45 · Backport, Bootcamp, Restricted Project