Page MenuHomePhabricator
Feed Advanced Search

Jan 29 2019

jasonbcox requested changes to D2341: Enforce NULLDUMMY.
Jan 29 2019, 23:28
jasonbcox requested changes to D2431: [tests] Activate 'great wall' in the past.

Agree with Fabien. This is how we identified issues with the previous hardfork activation, but it was never landed on master.

Jan 29 2019, 23:22
jasonbcox added a comment to D2437: qa: Temporarily disable test that reads the default datadir location.

Why does setting greatwallactivationtime uncover this config issue? Seems like there's another underlying problem. I noticed the Core PR didn't give much info about its discovery either. Is this a spurious/flaky failure or is it triggered by some specific action?

Jan 29 2019, 23:21
jasonbcox updated the summary of D2437: qa: Temporarily disable test that reads the default datadir location.
Jan 29 2019, 23:15
jasonbcox accepted D2430: add SCRIPT_ENABLE_SCHNORR flag.
Jan 29 2019, 23:13
jasonbcox added a comment to D2430: add SCRIPT_ENABLE_SCHNORR flag.

Regarding the warning: https://github.com/bitcoin/bitcoin/issues/10030 Looks like Core didn't care about the issue much either.

Jan 29 2019, 23:07
jasonbcox accepted D2433: ArgsManager: drop m_negated_args.
Jan 29 2019, 23:04
jasonbcox added a comment to D2432: ArgsManager: keep command line and config file arguments separate.

Will green once release notes are in a reviewable state.

Jan 29 2019, 23:04
jasonbcox added a comment to D2421: Add Fabien to the keys for gitian signing.

Still unable to recv it on SKS or MIT keyservers.

Jan 29 2019, 23:00
jasonbcox accepted D2436: ArgsManager: special handling for -regtest and -testnet.
Jan 29 2019, 19:35
jasonbcox updated the summary of D2436: ArgsManager: special handling for -regtest and -testnet.
Jan 29 2019, 19:32
jasonbcox accepted D2435: Limit some options to only apply on mainnet when in default section.
Jan 29 2019, 19:29
jasonbcox accepted D2434: ArgsManager: support config file sections.
Jan 29 2019, 19:13
jasonbcox requested changes to D2433: ArgsManager: drop m_negated_args.

Some items in the summary need to be called out in release notes.

Jan 29 2019, 19:05
jasonbcox added a comment to D2432: ArgsManager: keep command line and config file arguments separate.

Not only the new features, but also the behavior changes. The behavior changes are actually more important, IMO, as some people have complex configurations that could mysteriously break.

Jan 29 2019, 19:05
jasonbcox accepted D2433: ArgsManager: drop m_negated_args.
Jan 29 2019, 19:00
jasonbcox updated the summary of D2433: ArgsManager: drop m_negated_args.
Jan 29 2019, 18:54
jasonbcox requested changes to D2432: ArgsManager: keep command line and config file arguments separate.

I see the last commit in that PR has release notes: https://github.com/bitcoin/bitcoin/pull/11862/commits/c25321ff96737bdba80d626d2425ef02c7a4c181 Since you're breaking these changes up, do you think updating the release notes to match the current state makes sense, or are you going to just tack c25321ff onto the end once you're done?

Jan 29 2019, 18:26

Jan 28 2019

jasonbcox added a comment to D2007: [Part 1 of 3] Split signrawtransaction into wallet and non-wallet.

Please rebase and then bug me if I don't get to reviewing this again in the next few days.

Jan 28 2019, 23:58
jasonbcox requested changes to D2341: Enforce NULLDUMMY.
Jan 28 2019, 23:52
Herald added a reviewer for D2429: Merge #10231: [Qt] Reduce a significant cs_main lock freeze: Restricted Project.
Jan 28 2019, 23:19
jasonbcox committed rABCde86c70c2d6b: Don't use pass by reference to const for cheaply-copied types (bool, char, etc. (authored by practicalswift <practicalswift@users.noreply.github.com>).
Don't use pass by reference to const for cheaply-copied types (bool, char, etc.
Jan 28 2019, 22:19
jasonbcox closed T508: Backport Core PR 10839 as Resolved.
Jan 28 2019, 22:19 · Backport
jasonbcox closed T508: Backport Core PR 10839, a subtask of T417: Backport PR10244 from core, as Resolved.
Jan 28 2019, 22:19 · Backport
jasonbcox closed D2427: Don't use pass by reference to const for cheaply-copied types (bool, char, etc.)..
Jan 28 2019, 22:19
jasonbcox added inline comments to D2428: [Tests] Add Qt GUI tests to Overview and ReceiveCoin Page.
Jan 28 2019, 22:18
Herald added a reviewer for D2428: [Tests] Add Qt GUI tests to Overview and ReceiveCoin Page: Restricted Project.
Jan 28 2019, 22:16
Herald added a reviewer for D2427: Don't use pass by reference to const for cheaply-copied types (bool, char, etc.).: Restricted Project.
Jan 28 2019, 20:09
jasonbcox accepted D2420: Remove explicit server from the check-keys.sh script.

We talked more offline and it's clear that using this keyserver by default doesn't not work well on all configurations. It just happens to work well on my machines.

Jan 28 2019, 19:27
jasonbcox accepted D2424: Fix braces in logging.cpp.
Jan 28 2019, 18:33
jasonbcox accepted D2425: Format timestamps using ISO 8601 formatting.
Jan 28 2019, 18:32
jasonbcox accepted D2423: [logging] log system time and mock time.
Jan 28 2019, 18:26
jasonbcox accepted D2422: Fix several potential issues found by sanitizers.
Jan 28 2019, 18:25
jasonbcox accepted D2426: Add tests for HexStr corner cases.
Jan 28 2019, 18:23
jasonbcox requested changes to D2421: Add Fabien to the keys for gitian signing.

Tried recv-keys on this fingerprint and I get nothing. Please double check that it's available on a few keyservers.

Jan 28 2019, 18:16
jasonbcox added a comment to D2421: Add Fabien to the keys for gitian signing.

I support this, but I'll wait for @deadalnix to sign off

Jan 28 2019, 18:15
jasonbcox requested changes to D2420: Remove explicit server from the check-keys.sh script.

I'm against this because the default configuration for Ubuntu tends to pick a server like pgp.mit.edu which has very poor uptime. You are free to use whatever keyserver you see fit, but it makes sense to pick one that works at least 99% of the time.

Jan 28 2019, 18:13

Jan 27 2019

jasonbcox updated the task description for T417: Backport PR10244 from core.
Jan 27 2019, 21:27 · Backport
jasonbcox closed T522: Backport Core PR 10390, a subtask of T521: Backport Core PR 10706, as Resolved.
Jan 27 2019, 21:26 · Backport
jasonbcox closed T522: Backport Core PR 10390 as Resolved.
Jan 27 2019, 21:26 · Backport
jasonbcox committed rABC7b1fba8cb016: remove minimum total fee option (authored by Gregory Sanders <gsanders87@gmail.com>).
remove minimum total fee option
Jan 27 2019, 21:26
jasonbcox closed D2322: remove minimum total fee option.
Jan 27 2019, 21:26
jasonbcox updated the diff for D2322: remove minimum total fee option.

Rebase

Jan 27 2019, 20:36
jasonbcox committed rABC4454f3a596c3: Bump version number to 0.18.8 (authored by jasonbcox).
Bump version number to 0.18.8
Jan 27 2019, 20:00
jasonbcox closed D2419: Bump version number to 0.18.8.
Jan 27 2019, 19:59
jasonbcox added a comment to D2419: Bump version number to 0.18.8.

Yes, 0.19.0 will probably come after this release since the hardfork upgrade code cutoff is after when 0.18.8 would release.

Jan 27 2019, 19:58

Jan 26 2019

Herald added a reviewer for D2419: Bump version number to 0.18.8: Restricted Project.
Jan 26 2019, 17:32

Jan 25 2019

jasonbcox accepted D2417: Import scripts from importwallet RPC.
Jan 25 2019, 23:25
jasonbcox accepted D2416: Add scripts to dumpwallet RPC.
Jan 25 2019, 23:22
jasonbcox accepted D2415: Split up key and script metadata for better type safety.
Jan 25 2019, 22:44
jasonbcox accepted D2350: [RCU] Add new features to RCUPtr.

Dunno how I missed it.

Jan 25 2019, 22:35
jasonbcox closed T516: Backport Core PR 10295 as Resolved.
Jan 25 2019, 22:34 · Backport
jasonbcox closed T516: Backport Core PR 10295, a subtask of T515: Backport Core PR 10449, as Resolved.
Jan 25 2019, 22:34 · Backport
jasonbcox closed T516: Backport Core PR 10295, a subtask of T521: Backport Core PR 10706, as Resolved.
Jan 25 2019, 22:34 · Backport
jasonbcox committed rABC8e43c6385504: Merge #10295: [qt] Move some WalletModel functions into CWallet (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #10295: [qt] Move some WalletModel functions into CWallet
Jan 25 2019, 22:33
jasonbcox closed D2401: Merge #10295: [qt] Move some WalletModel functions into CWallet.
Jan 25 2019, 22:33
jasonbcox committed rABC0d515756271f: Update contrib/teamcity documentation with how to build a teamcity agent VM (authored by jasonbcox).
Update contrib/teamcity documentation with how to build a teamcity agent VM
Jan 25 2019, 20:43
jasonbcox closed D2418: Update contrib/teamcity documentation with how to build a teamcity agent VM.
Jan 25 2019, 20:43
Herald added a reviewer for D2418: Update contrib/teamcity documentation with how to build a teamcity agent VM: Restricted Project.
Jan 25 2019, 19:04
jasonbcox committed rABC1da1ddd10d3a: tests: Fix test_runner return value in case of skipped test (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
tests: Fix test_runner return value in case of skipped test
Jan 25 2019, 00:51
jasonbcox closed D2414: tests: Fix test_runner return value in case of skipped test.
Jan 25 2019, 00:51
jasonbcox updated the summary of D2414: tests: Fix test_runner return value in case of skipped test.
Jan 25 2019, 00:38
Herald added a reviewer for D2414: tests: Fix test_runner return value in case of skipped test: Restricted Project.
Jan 25 2019, 00:38

Jan 24 2019

jasonbcox committed rABCc2cde2bdf4dc: Add remaining items to release notes (authored by jasonbcox).
Add remaining items to release notes
Jan 24 2019, 20:55
jasonbcox closed D2412: Add remaining items to release notes.
Jan 24 2019, 20:54
jasonbcox requested changes to D2350: [RCU] Add new features to RCUPtr.
Jan 24 2019, 20:53
jasonbcox committed rABC085b1a684138: Update chainparams for 0.18.7 (authored by jasonbcox).
Update chainparams for 0.18.7
Jan 24 2019, 20:41
jasonbcox closed D2413: Update chainparams for 0.18.7.
Jan 24 2019, 20:41
jasonbcox accepted D2351: [RCU] Implement equality check for RCUPtr.
Jan 24 2019, 20:39
jasonbcox updated the diff for D2412: Add remaining items to release notes.

Fixed note regarding bitcoin-qt fix

Jan 24 2019, 20:33
jasonbcox updated the diff for D2401: Merge #10295: [qt] Move some WalletModel functions into CWallet.

Rebase + fixed comment

Jan 24 2019, 20:32
Herald added a reviewer for D2413: Update chainparams for 0.18.7: Restricted Project.
Jan 24 2019, 19:57
jasonbcox committed rABC0f4cf482a122: [Qt] replace fee slider with a Dropdown, extend conf. targets (authored by Jonas Schnelli <dev@jonasschnelli.ch>).
[Qt] replace fee slider with a Dropdown, extend conf. targets
Jan 24 2019, 19:52
jasonbcox closed T509: Backport Core PR 10769 as Resolved.
Jan 24 2019, 19:51 · Backport
jasonbcox closed T509: Backport Core PR 10769, a subtask of T508: Backport Core PR 10839, as Resolved.
Jan 24 2019, 19:51 · Backport
jasonbcox closed D2406: [Qt] replace fee slider with a Dropdown, extend conf. targets.
Jan 24 2019, 19:51
Herald added a reviewer for D2412: Add remaining items to release notes: Restricted Project.
Jan 24 2019, 19:49
jasonbcox accepted D2411: Update man pages for v0.18.7.
Jan 24 2019, 18:46
jasonbcox updated the diff for D2406: [Qt] replace fee slider with a Dropdown, extend conf. targets.

Fix version comment

Jan 24 2019, 18:36
Herald added a reviewer for D2406: [Qt] replace fee slider with a Dropdown, extend conf. targets: Restricted Project.
Jan 24 2019, 03:24
jasonbcox added a comment to D2385: [Radix] Have the radix tree cleanup after itself.

nvm I see this diff actually has a dependency on D2336

Jan 24 2019, 00:41
jasonbcox accepted D2336: Implement delete function for the RadixTree.
Jan 24 2019, 00:39
jasonbcox accepted D2385: [Radix] Have the radix tree cleanup after itself.

Looks like same build failure as before. Not sure why this change would re-introduce it though.

Jan 24 2019, 00:38
jasonbcox updated the diff for D2322: remove minimum total fee option.

I checked again and I see the radio button on master.

Jan 24 2019, 00:32
jasonbcox committed rABCe12aac40c353: Fix typo in radix.h (authored by jasonbcox).
Fix typo in radix.h
Jan 24 2019, 00:23
jasonbcox closed D2404: Fix typo in radix.h.
Jan 24 2019, 00:23
jasonbcox committed rABC0a6fc0cad443: Fix compilation error in radix.h for older compilers (authored by jasonbcox).
Fix compilation error in radix.h for older compilers
Jan 24 2019, 00:22
jasonbcox closed D2403: Fix compilation error in radix.h for older compilers.
Jan 24 2019, 00:22
Herald added a reviewer for D2404: Fix typo in radix.h: Restricted Project.
Jan 24 2019, 00:04

Jan 23 2019

jasonbcox updated the summary of D2403: Fix compilation error in radix.h for older compilers.
Jan 23 2019, 23:56
jasonbcox updated the summary of D2403: Fix compilation error in radix.h for older compilers.
Jan 23 2019, 23:56
Herald added a reviewer for D2403: Fix compilation error in radix.h for older compilers: Restricted Project.
Jan 23 2019, 23:55
jasonbcox updated the test plan for D2401: Merge #10295: [qt] Move some WalletModel functions into CWallet.
Jan 23 2019, 19:52
jasonbcox updated the test plan for D2401: Merge #10295: [qt] Move some WalletModel functions into CWallet.
Jan 23 2019, 19:21
Herald added a reviewer for D2401: Merge #10295: [qt] Move some WalletModel functions into CWallet: Restricted Project.
Jan 23 2019, 19:19
jasonbcox accepted D2389: [QA] fix mininode CAddress ser/deser.
Jan 23 2019, 17:16
jasonbcox updated the summary of D2389: [QA] fix mininode CAddress ser/deser.
Jan 23 2019, 17:12
jasonbcox accepted D2388: [QA] Allow addrman loopback tests (add debug option -addrmantest).
Jan 23 2019, 17:11
jasonbcox accepted D2394: Add `-debuglogfile` option.
Jan 23 2019, 17:10
jasonbcox accepted D2393: Fix shutdown in case of errors during initialization.
Jan 23 2019, 16:45