Page MenuHomePhabricator
Feed All Stories

Feb 19 2019

Fabien added inline comments to D2561: Make --enable-debug to pick better options.
Feb 19 2019, 08:38

Feb 18 2019

deadalnix added inline comments to D2561: Make --enable-debug to pick better options.
Feb 18 2019, 22:22
teamcity added a comment to D2557: Add a linter to detect python % format and convert them to use .format().

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 18 2019, 21:20
teamcity added a comment to D2557: Add a linter to detect python % format and convert them to use .format().

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 18 2019, 21:07
Fabien updated the summary of D2557: Add a linter to detect python % format and convert them to use .format().
Feb 18 2019, 21:06
Fabien updated the diff for D2557: Add a linter to detect python % format and convert them to use .format().

More special cases handling:

  • Allow nested formatting in functions, lists or dictionaries
  • Allow multiple formatting on a single line
  • Handle special cases for %i (no longer exist), %s (more strict behavior), %d, %r and %-
  • Replace %% with %
Feb 18 2019, 21:06
jasonbcox committed rABCd252e8987d66: Added missing release notes for 0.19 (authored by jasonbcox).
Added missing release notes for 0.19
Feb 18 2019, 19:47
jasonbcox closed D2563: Added missing release notes for 0.19.
Feb 18 2019, 19:47
jasonbcox committed rABC15445e3a4ab2: Update manpages for 0.19 (authored by jasonbcox).
Update manpages for 0.19
Feb 18 2019, 19:46
jasonbcox closed D2565: Update manpages for 0.19.
Feb 18 2019, 19:45
jasonbcox committed rABCc148a1582e7b: Update chainparams for 0.19 (authored by jasonbcox).
Update chainparams for 0.19
Feb 18 2019, 19:45
jasonbcox closed D2564: Update chainparams for 0.19.
Feb 18 2019, 19:45
deadalnix accepted D2563: Added missing release notes for 0.19.
Feb 18 2019, 19:28
deadalnix accepted D2564: Update chainparams for 0.19.
Feb 18 2019, 19:28
deadalnix accepted D2565: Update manpages for 0.19.
Feb 18 2019, 19:27
teamcity added a comment to D2565: Update manpages for 0.19.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 18 2019, 19:27
markblundeberg accepted D2563: Added missing release notes for 0.19.
Feb 18 2019, 19:25
Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com> committed rABC65fd352a34b9: un-mention segwit in addnode help text (authored by Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com>).
un-mention segwit in addnode help text
Feb 18 2019, 19:19
Diffusion closed D2562: un-mention segwit in addnode help text.
Feb 18 2019, 19:19
jasonbcox added inline comments to D2565: Update manpages for 0.19.
Feb 18 2019, 19:16
teamcity added a comment to D2565: Update manpages for 0.19.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 18 2019, 19:13
Herald added a reviewer for D2565: Update manpages for 0.19: Restricted Project.
Feb 18 2019, 19:13
jasonbcox triaged T542: Give proper error message when DISPLAY is not set (rather than crash) as Low priority.
Feb 18 2019, 19:08 ยท Bootcamp, Restricted Project
teamcity added a comment to D2564: Update chainparams for 0.19.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 18 2019, 18:55
teamcity added a comment to D2563: Added missing release notes for 0.19.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 18 2019, 18:47
teamcity added a comment to D2564: Update chainparams for 0.19.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 18 2019, 18:41
Herald added a reviewer for D2564: Update chainparams for 0.19: Restricted Project.
Feb 18 2019, 18:40
teamcity added a comment to D2563: Added missing release notes for 0.19.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 18 2019, 18:33
Herald added a reviewer for D2563: Added missing release notes for 0.19: Restricted Project.
Feb 18 2019, 18:32
jasonbcox accepted D2562: un-mention segwit in addnode help text.
Feb 18 2019, 17:27
teamcity added a comment to D2562: un-mention segwit in addnode help text.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 18 2019, 16:01
Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com> committed rABCdde1e30c72ff: CONTRIBUTING.md : recommend ccache (authored by Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com>).
CONTRIBUTING.md : recommend ccache
Feb 18 2019, 15:48
Diffusion closed D2554: CONTRIBUTING.md : recommend ccache.
Feb 18 2019, 15:47
teamcity added a comment to D2562: un-mention segwit in addnode help text.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 18 2019, 15:47
Herald added a reviewer for D2562: un-mention segwit in addnode help text: deadalnix.
Feb 18 2019, 15:45
Fabien planned changes to D2557: Add a linter to detect python % format and convert them to use .format().

The second limitation is an important part of the use case. It needs to be handled correctly.

Feb 18 2019, 11:53
teamcity added a comment to D2558: Integrates the python format linter with arcanist.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 18 2019, 11:17
teamcity added a comment to D2557: Add a linter to detect python % format and convert them to use .format().

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 18 2019, 11:09
teamcity added a comment to D2558: Integrates the python format linter with arcanist.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 18 2019, 11:03
Fabien updated the diff for D2558: Integrates the python format linter with arcanist.

Rtrim the original content in arcanist message.
Under some circumstance arcanist would also replace the line break,
resulting in 2 lines being merged.

Feb 18 2019, 11:02
teamcity added a comment to D2557: Add a linter to detect python % format and convert them to use .format().

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 18 2019, 10:55
Fabien updated the diff for D2557: Add a linter to detect python % format and convert them to use .format().

Found another limitation, add a commented test case in the txt file to reflect it

Feb 18 2019, 10:54
Fabien updated the summary of D2557: Add a linter to detect python % format and convert them to use .format().
Feb 18 2019, 10:45
Fabien updated the summary of D2557: Add a linter to detect python % format and convert them to use .format().
Feb 18 2019, 10:45
teamcity added a comment to D2557: Add a linter to detect python % format and convert them to use .format().

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 18 2019, 10:09
teamcity added a comment to D2557: Add a linter to detect python % format and convert them to use .format().

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 18 2019, 09:55
Fabien updated the diff for D2557: Add a linter to detect python % format and convert them to use .format().

Add a missing case when line ends with % and is not followed by \

Feb 18 2019, 09:54

Feb 17 2019

Mengerian added a comment to D2341: Enforce NULLDUMMY.

Hey @dagurval It seems this is now too late to include for "Great Wall" activation.

Feb 17 2019, 22:04
markblundeberg added inline comments to D2457: [schnorr] Refactor the signature process in reusable component.
Feb 17 2019, 01:16

Feb 16 2019

teamcity added a comment to D2561: Make --enable-debug to pick better options.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 16 2019, 15:51
teamcity added a comment to D2561: Make --enable-debug to pick better options.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 16 2019, 15:37
Herald added a reviewer for D2561: Make --enable-debug to pick better options: deadalnix.
Feb 16 2019, 15:36
teamcity added a comment to D2560: Add a test for signrawtransaction with various sighashes parameters.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 16 2019, 14:24
teamcity added a comment to D2560: Add a test for signrawtransaction with various sighashes parameters.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 16 2019, 14:10
Herald added a reviewer for D2560: Add a test for signrawtransaction with various sighashes parameters: deadalnix.
Feb 16 2019, 14:09
deadalnix accepted D2558: Integrates the python format linter with arcanist.
Feb 16 2019, 13:35
teamcity added a comment to D2558: Integrates the python format linter with arcanist.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 16 2019, 08:24
teamcity added a comment to D2558: Integrates the python format linter with arcanist.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 16 2019, 08:10
Fabien updated the diff for D2558: Integrates the python format linter with arcanist.

Remove php closing tag and fix linter exclusion filter in .arclint

Feb 16 2019, 08:09
Fabien planned changes to D2558: Integrates the python format linter with arcanist.
Feb 16 2019, 08:08
teamcity added a comment to D2559: fix Qt crash.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 16 2019, 03:55
teamcity added a comment to D2559: fix Qt crash.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 16 2019, 03:51
Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com> committed rABCeafa2b46d818: fix Qt crash (authored by Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com>).
fix Qt crash
Feb 16 2019, 03:41
teamcity added a comment to D2559: fix Qt crash.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 16 2019, 03:41
Diffusion closed D2559: fix Qt crash.
Feb 16 2019, 03:41
markblundeberg updated the diff for D2559: fix Qt crash.

s/Qt/bitcoin-qt

Feb 16 2019, 03:40
teamcity added a comment to D2559: fix Qt crash.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 16 2019, 03:36
markblundeberg updated the diff for D2559: fix Qt crash.

add release note

Feb 16 2019, 03:35
jasonbcox accepted D2559: fix Qt crash.
Feb 16 2019, 03:22
teamcity added a comment to D2559: fix Qt crash.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 16 2019, 03:18
teamcity added a comment to D2559: fix Qt crash.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 16 2019, 03:04
Herald added a reviewer for D2559: fix Qt crash: deadalnix.
Feb 16 2019, 03:02
markblundeberg added a comment to D2322: remove minimum total fee option.

Need fix: https://github.com/bitcoin/bitcoin/pull/11332

Feb 16 2019, 02:41
markblundeberg added inline comments to D2322: remove minimum total fee option.
Feb 16 2019, 02:22
deadalnix requested changes to D2558: Integrates the python format linter with arcanist.
Feb 16 2019, 00:55
deadalnix added inline comments to D2558: Integrates the python format linter with arcanist.
Feb 16 2019, 00:55
deadalnix accepted D2557: Add a linter to detect python % format and convert them to use .format().

I trust that you know what you are doing. It comes with tests and all, and worst case scenario, we can fix it.

Feb 16 2019, 00:51

Feb 15 2019

teamcity added a comment to D2558: Integrates the python format linter with arcanist.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 15 2019, 21:22
teamcity added a comment to D2557: Add a linter to detect python % format and convert them to use .format().

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 15 2019, 21:21
teamcity added a comment to D2558: Integrates the python format linter with arcanist.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 15 2019, 21:08
teamcity added a comment to D2557: Add a linter to detect python % format and convert them to use .format().

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 15 2019, 21:07
Fabien updated the diff for D2558: Integrates the python format linter with arcanist.

Rebase

Feb 15 2019, 21:06
Fabien updated the diff for D2557: Add a linter to detect python % format and convert them to use .format().

Rebase

Feb 15 2019, 21:06
teamcity added a comment to D2557: Add a linter to detect python % format and convert them to use .format().

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 15 2019, 20:59
teamcity added a comment to D2558: Integrates the python format linter with arcanist.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing passed.

Feb 15 2019, 20:51
teamcity added a comment to D2557: Add a linter to detect python % format and convert them to use .format().

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 15 2019, 20:46
Harbormaster failed remote builds in B4999: Diff 7361 for D2557: Add a linter to detect python % format and convert them to use .format()!
Feb 15 2019, 20:40
teamcity added a comment to D2557: Add a linter to detect python % format and convert them to use .format().

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing failed.

Feb 15 2019, 20:40
teamcity added a comment to D2558: Integrates the python format linter with arcanist.

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 15 2019, 20:38
Herald added a reviewer for D2558: Integrates the python format linter with arcanist: deadalnix.
Feb 15 2019, 20:37
teamcity added a comment to D2557: Add a linter to detect python % format and convert them to use .format().

Build Bitcoin-ABC / Diffs / Bitcoin-ABC Diff Testing started.

Feb 15 2019, 20:26
Herald added a reviewer for D2557: Add a linter to detect python % format and convert them to use .format(): deadalnix.
Feb 15 2019, 20:25
markblundeberg removed a task from D2349: fix confusingly named function parameter 'scriptSig': T527: Add Schnorr support to OP_CHECKSIG and OP_CHECKDATASIG.
Feb 15 2019, 17:08
markblundeberg removed a revision from T527: Add Schnorr support to OP_CHECKSIG and OP_CHECKDATASIG: D2349: fix confusingly named function parameter 'scriptSig'.
Feb 15 2019, 17:08
sickpig committed rABC74fdb9ee4424: Reset default -g -O2 flags when enable debug (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Reset default -g -O2 flags when enable debug
Feb 15 2019, 16:29
sickpig closed D2556: Reset default -g -O2 flags when enable debug.
Feb 15 2019, 16:29
deadalnix committed rABC392fbd574861: Update timing.json (authored by deadalnix).
Update timing.json
Feb 15 2019, 16:08
deadalnix closed D2555: Update timing.json.
Feb 15 2019, 16:08
Fabien requested changes to D2543: Remove unused param from txmempool::estimateFee and estimatefee RPC.
Feb 15 2019, 16:06
deadalnix requested changes to D2543: Remove unused param from txmempool::estimateFee and estimatefee RPC.
Feb 15 2019, 15:56