Page MenuHomePhabricator
Feed All Stories

Feb 15 2019

deadalnix accepted D2556: Reset default -g -O2 flags when enable debug.
Feb 15 2019, 15:40
Fabien accepted D2556: Reset default -g -O2 flags when enable debug.
Feb 15 2019, 15:35
teamcity added a comment to D2556: Reset default -g -O2 flags when enable debug.

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

Feb 15 2019, 15:32
Fabien accepted D2555: Update timing.json.
Feb 15 2019, 15:29
teamcity added a comment to D2556: Reset default -g -O2 flags when enable debug.

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

Feb 15 2019, 15:18
sickpig created D2556: Reset default -g -O2 flags when enable debug.
Feb 15 2019, 15:17
teamcity added a comment to D2555: Update timing.json.

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

Feb 15 2019, 14:05
teamcity added a comment to D2555: Update timing.json.

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

Feb 15 2019, 13:51
Herald added a reviewer for D2555: Update timing.json: Restricted Project.
Feb 15 2019, 13:51
teamcity added a comment to D2341: Enforce NULLDUMMY.

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

Feb 15 2019, 13:29
teamcity added a comment to D2341: Enforce NULLDUMMY.

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

Feb 15 2019, 13:15
dagurval updated the diff for D2341: Enforce NULLDUMMY.

New approach. Instead of modifing the existing nulldummy test, create a new test following deadalnix's test plan above.

Feb 15 2019, 13:14
markblundeberg closed T527: Add Schnorr support to OP_CHECKSIG and OP_CHECKDATASIG, a subtask of T526: Schnorr-ifying, as Resolved.
Feb 15 2019, 03:48
markblundeberg closed T527: Add Schnorr support to OP_CHECKSIG and OP_CHECKDATASIG as Resolved.
Feb 15 2019, 03:48
Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com> committed rABC6bb69585f326: Schnorr signature activation (authored by Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com>).
Schnorr signature activation
Feb 15 2019, 03:20
Diffusion closed D2483: Schnorr signature activation.
Feb 15 2019, 03:19
teamcity added a comment to D2483: Schnorr signature activation.

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

Feb 15 2019, 03:16
deadalnix accepted D2483: Schnorr signature activation.
Feb 15 2019, 03:06
teamcity added a comment to D2483: Schnorr signature activation.

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

Feb 15 2019, 03:02
markblundeberg updated the diff for D2483: Schnorr signature activation.
  • add extra node for doing actual ban-checking (whitelist was stopping this)
  • include positive ban tests (for schnorr multisig)
  • get rid of update_block
Feb 15 2019, 03:01

Feb 14 2019

deadalnix requested changes to D2483: Schnorr signature activation.

Ok the general flow of the code and test looks good. However I'm not convinced that the check for banning actually checks anything. Can you remove the whitelist and then make sure to test manually that the node gets banned when sending a transaction that is actually invalid, for instance a schnorr multisig transaction?

Feb 14 2019, 22:58
deadalnix committed rABC0d4393e4b638: BIP32 extra test vector (authored by Pieter Wuille <pieter.wuille@gmail.com>).
BIP32 extra test vector
Feb 14 2019, 22:45
deadalnix closed D2553: BIP32 extra test vector.
Feb 14 2019, 22:45
deadalnix committed rABC80b07ff83b68: Format BIP32 test cases manually (authored by deadalnix).
Format BIP32 test cases manually
Feb 14 2019, 22:43
deadalnix closed D2542: Format BIP32 test cases manually.
Feb 14 2019, 22:43
Fabien accepted D2553: BIP32 extra test vector.
Feb 14 2019, 20:29
Fabien accepted D2483: Schnorr signature activation.
Feb 14 2019, 20:26
Mengerian accepted D2554: CONTRIBUTING.md : recommend ccache.

Macro lgtm:

Feb 14 2019, 18:23
teamcity added a comment to D2554: CONTRIBUTING.md : recommend ccache.

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

Feb 14 2019, 17:45
markblundeberg accepted D2542: Format BIP32 test cases manually.

Yeah that was hideous before ... linters aren't always right. :-D

Feb 14 2019, 17:34
markblundeberg added a comment to D2554: CONTRIBUTING.md : recommend ccache.

Not 100% sure about the placement of this, but I think it does deserve to go *somewhere*.

Feb 14 2019, 17:31
teamcity added a comment to D2554: CONTRIBUTING.md : recommend ccache.

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

Feb 14 2019, 17:31
Herald added a reviewer for D2554: CONTRIBUTING.md : recommend ccache: deadalnix.
Feb 14 2019, 17:30
teamcity added a comment to D2553: BIP32 extra test vector.

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

Feb 14 2019, 17:21
teamcity added a comment to D2542: Format BIP32 test cases manually.

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

Feb 14 2019, 17:14
teamcity added a comment to D2542: Format BIP32 test cases manually.

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

Feb 14 2019, 17:10
teamcity added a comment to D2553: BIP32 extra test vector.

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

Feb 14 2019, 17:08
Herald added a reviewer for D2553: BIP32 extra test vector: Restricted Project.
Feb 14 2019, 17:07
teamcity added a comment to D2542: Format BIP32 test cases manually.

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

Feb 14 2019, 17:00
deadalnix updated the diff for D2542: Format BIP32 test cases manually.

Remove test cases added by mistake

Feb 14 2019, 16:59
teamcity added a comment to D2542: Format BIP32 test cases manually.

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

Feb 14 2019, 16:56
deadalnix updated the diff for D2542: Format BIP32 test cases manually.

rebase

Feb 14 2019, 16:55
deadalnix committed rABCdaec76faa3e7: Check that key length is correct when deserializing CExtKey (authored by deadalnix).
Check that key length is correct when deserializing CExtKey
Feb 14 2019, 16:50
deadalnix closed D2552: Check that key length is correct when deserializing CExtKey.
Feb 14 2019, 16:50
deadalnix committed rABC20f49d7d0bf1: Various nit in pubkey.h (authored by deadalnix).
Various nit in pubkey.h
Feb 14 2019, 16:45
deadalnix closed D2550: Various nit in pubkey.h.
Feb 14 2019, 16:45
deadalnix committed rABC8a09e705ccb3: Various nits in key.{h|cpp} (authored by deadalnix).
Various nits in key.{h|cpp}
Feb 14 2019, 16:45
deadalnix closed D2551: Various nits in key.{h|cpp}.
Feb 14 2019, 16:45
jasonbcox committed rABC4a2ad75ca9c4: qt: Poll ShutdownTimer after init is done (authored by MarcoFalke <falke.marco@gmail.com>).
qt: Poll ShutdownTimer after init is done
Feb 14 2019, 15:38
jasonbcox closed D2545: qt: Poll ShutdownTimer after init is done.
Feb 14 2019, 15:38
jasonbcox accepted D2552: Check that key length is correct when deserializing CExtKey.
Feb 14 2019, 15:31
Fabien accepted D2551: Various nits in key.{h|cpp}.
Feb 14 2019, 15:28
Fabien accepted D2550: Various nit in pubkey.h.
Feb 14 2019, 15:26
jasonbcox accepted D2550: Various nit in pubkey.h.
Feb 14 2019, 15:26
teamcity added a comment to D2552: Check that key length is correct when deserializing CExtKey.

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

Feb 14 2019, 14:59
teamcity added a comment to D2551: Various nits in key.{h|cpp}.

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

Feb 14 2019, 14:55
teamcity added a comment to D2552: Check that key length is correct when deserializing CExtKey.

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

Feb 14 2019, 14:45
Herald added a reviewer for D2552: Check that key length is correct when deserializing CExtKey: Restricted Project.
Feb 14 2019, 14:45
teamcity added a comment to D2551: Various nits in key.{h|cpp}.

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

Feb 14 2019, 14:42
Herald added a reviewer for D2551: Various nits in key.{h|cpp}: Restricted Project.
Feb 14 2019, 14:41
teamcity added a comment to D2550: Various nit in pubkey.h.

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

Feb 14 2019, 14:14
teamcity added a comment to D2550: Various nit in pubkey.h.

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

Feb 14 2019, 14:01
deadalnix updated the diff for D2550: Various nit in pubkey.h.

More braces

Feb 14 2019, 13:59
teamcity added a comment to D2550: Various nit in pubkey.h.

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

Feb 14 2019, 13:49
teamcity added a comment to D2550: Various nit in pubkey.h.

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

Feb 14 2019, 13:35
Herald added a reviewer for D2550: Various nit in pubkey.h: Restricted Project.
Feb 14 2019, 13:33
sickpig committed rABC721e17485bde: Use the correct icon name in bitcoin-qt.desktop (authored by sickpig).
Use the correct icon name in bitcoin-qt.desktop
Feb 14 2019, 12:38
sickpig closed D2549: Use the correct icon name in bitcoin-qt.desktop.
Feb 14 2019, 12:38
deadalnix added inline comments to D2534: [schnorr] Add features to combine public keys in order to do musig..
Feb 14 2019, 12:01
Fabien accepted D2549: Use the correct icon name in bitcoin-qt.desktop.
Feb 14 2019, 11:40
teamcity added a comment to D2549: Use the correct icon name in bitcoin-qt.desktop.

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

Feb 14 2019, 10:32
teamcity added a comment to D2549: Use the correct icon name in bitcoin-qt.desktop.

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

Feb 14 2019, 10:18
sickpig created D2549: Use the correct icon name in bitcoin-qt.desktop.
Feb 14 2019, 10:16
markblundeberg accepted D2547: Merge #12366: http: Join worker threads before deleting work queue.

A nice simplification and improvement. Presumably there is no chance that StopHTTPServer will be called during StartHTTPServer execution, as they are only ever called from a particular thread?

Feb 14 2019, 06:08
Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com> committed rABC011e6fe43a59: fix abc-parkedchain timeouts (authored by Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com>).
fix abc-parkedchain timeouts
Feb 14 2019, 05:54
Diffusion closed D2548: fix abc-parkedchain timeouts.
Feb 14 2019, 05:54
teamcity added a comment to D2548: fix abc-parkedchain timeouts.

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

Feb 14 2019, 05:36
jasonbcox accepted D2548: fix abc-parkedchain timeouts.
Feb 14 2019, 05:34
markblundeberg accepted D2545: qt: Poll ShutdownTimer after init is done.
Feb 14 2019, 05:30
teamcity added a comment to D2548: fix abc-parkedchain timeouts.

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

Feb 14 2019, 05:22
markblundeberg updated the diff for D2548: fix abc-parkedchain timeouts.

use wait_for_tip instead of sync_blocks

Feb 14 2019, 05:21
jasonbcox requested changes to D2548: fix abc-parkedchain timeouts.
Feb 14 2019, 04:59
teamcity added a comment to D2548: fix abc-parkedchain timeouts.

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

Feb 14 2019, 04:29
markblundeberg updated the summary of D2548: fix abc-parkedchain timeouts.
Feb 14 2019, 04:25
markblundeberg added a comment to D2548: fix abc-parkedchain timeouts.

Check out the debug logs.

Feb 14 2019, 04:21
Mengerian accepted D2461: Drop support for OpenBSD.

Given that you have asked around, and no-one seems to indicate usage of Bitcoin ABC on OpenBSD, I think it's fine to drop support for it.

Feb 14 2019, 04:15
teamcity added a comment to D2548: fix abc-parkedchain timeouts.

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

Feb 14 2019, 04:15
Herald added a reviewer for D2548: fix abc-parkedchain timeouts: deadalnix.
Feb 14 2019, 04:14
teamcity added a comment to D2483: Schnorr signature activation.

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

Feb 14 2019, 02:27
markblundeberg updated the test plan for D2483: Schnorr signature activation.
Feb 14 2019, 02:15
teamcity added a comment to D2483: Schnorr signature activation.

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

Feb 14 2019, 02:14
markblundeberg updated the diff for D2483: Schnorr signature activation.

various:

  • rebase on now-landed D2479 (+ address conflicts in overlap)
  • now fully mock-timed
  • added actual mininode testing of non-banning (borrowed from D2479)
  • added a reorg test at end, for good measure
  • nits
Feb 14 2019, 02:13
teamcity added a comment to D2547: Merge #12366: http: Join worker threads before deleting work queue.

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

Feb 14 2019, 01:26
jasonbcox committed rABC2ba3ac5b795d: Fix regression in getrawtransaction (authored by jasonbcox).
Fix regression in getrawtransaction
Feb 14 2019, 01:14
jasonbcox closed D2546: Fix regression in getrawtransaction.
Feb 14 2019, 01:14
jasonbcox added a comment to D2499: refactor TxToJSON() and ScriptPubKeyToJSON().

For posterity, this backport was fubar'd. See D2546 for details.

Feb 14 2019, 01:14
teamcity added a comment to D2547: Merge #12366: http: Join worker threads before deleting work queue.

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

Feb 14 2019, 01:12
Herald added a reviewer for D2547: Merge #12366: http: Join worker threads before deleting work queue: Restricted Project.
Feb 14 2019, 01:11
deadalnix accepted D2546: Fix regression in getrawtransaction.

You may want to report that the backport was fubared, so there is no need to do excavation to figure out what happened.

Feb 14 2019, 00:59
jasonbcox added a comment to D2544: Improve shutdown process.

@dagurval points out, maybe we want to go straight for https://github.com/bitcoin/bitcoin/pull/14670 ... sounds like this exits uncleanly in some cases?

Feb 14 2019, 00:41