Page MenuHomePhabricator
Feed Advanced Search

May 30 2020

jasonbcox committed rABC7df5863a2333: Merge #15345: net: Correct comparison of addr count (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #15345: net: Correct comparison of addr count
May 30 2020, 00:43
jasonbcox closed D6301: Merge #15345: net: Correct comparison of addr count.
May 30 2020, 00:43
jasonbcox retitled D6265: Add land bot dependencies to base image setup script from Add base image setup script for the land bot to Add land bot dependencies to base image setup script.
May 30 2020, 00:41
jasonbcox updated the diff for D6265: Add land bot dependencies to base image setup script.

Update same base image used for CI builds rather than introducing a new one.

May 30 2020, 00:39

May 29 2020

jasonbcox requested review of D6301: Merge #15345: net: Correct comparison of addr count.
May 29 2020, 22:31
jasonbcox added a comment to D6291: [SECP256K1] Fix -Wmaybe-uninitialized in tests.

I would rather avoid taking ownership of this. The part of libsecp256k1 we have ownership over are very well delimited and separated from the rest of the codebase. IMO this is a feature.

I would suggest you go about this by either:

  • Disable this warning for libsecp256k1 and report the problem upstream.
  • Submit a patch upstream.
May 29 2020, 21:53
jasonbcox planned changes to D6265: Add land bot dependencies to base image setup script.
May 29 2020, 21:52
jasonbcox accepted D6268: [wallet] abort when attempting to fund a transaction above maxtxfee.
May 29 2020, 21:51
jasonbcox added inline comments to D6290: Remove CBlockIndex::SetNull.
May 29 2020, 21:51
jasonbcox requested changes to D6268: [wallet] abort when attempting to fund a transaction above maxtxfee.
May 29 2020, 21:33
jasonbcox added a comment to D6265: Add land bot dependencies to base image setup script.

Why would we want the land bot to use different dependencies that CI builds?

May 29 2020, 20:58
jasonbcox requested changes to D6294: [backport#14599] Use functions guaranteed to be locale independent.

Are the missed changes in LocaleDependenceLinter due to missing backports? If so, why not do those first?

May 29 2020, 20:26
jasonbcox committed rABCd5188dc324c4: Bump version to 0.21.9 (authored by jasonbcox).
Bump version to 0.21.9
May 29 2020, 20:21
jasonbcox closed D6298: Bump version to 0.21.9.
May 29 2020, 20:20
jasonbcox added a comment to D6298: Bump version to 0.21.9.

Should probably start including checking the seeder version?

May 29 2020, 20:19
jasonbcox accepted D6299: Fix WSL file locking by using flock instead of fcntl.
May 29 2020, 20:19
jasonbcox requested review of D6298: Bump version to 0.21.9.
May 29 2020, 19:20
jasonbcox updated the diff for D6289: Generate assumed blockchain and chainstate disk sizes when updating chainparams.

Fixed output ordering issue + tests

May 29 2020, 18:46
jasonbcox added inline comments to D6289: Generate assumed blockchain and chainstate disk sizes when updating chainparams.
May 29 2020, 01:13
jasonbcox requested review of D6289: Generate assumed blockchain and chainstate disk sizes when updating chainparams.
May 29 2020, 01:12
jasonbcox committed rABCd00c0ae750cd: Fixup release notes (authored by jasonbcox).
Fixup release notes
May 29 2020, 00:38
jasonbcox closed D6280: Fixup release notes.
May 29 2020, 00:38

May 28 2020

jasonbcox requested review of D6280: Fixup release notes.
May 28 2020, 17:39

May 27 2020

jasonbcox requested changes to D6268: [wallet] abort when attempting to fund a transaction above maxtxfee.
May 27 2020, 16:21
jasonbcox accepted D6267: [wallet] Move maxTxFee to wallet.
May 27 2020, 16:14
jasonbcox accepted D6266: rpc: Uncouple non-wallet rpcs from maxTxFee global.
May 27 2020, 16:01
jasonbcox requested review of D6265: Add land bot dependencies to base image setup script.
May 27 2020, 00:33

May 26 2020

jasonbcox updated the summary of D6264: Add arcanist land bot workflow.
May 26 2020, 23:00
jasonbcox requested review of D6264: Add arcanist land bot workflow.
May 26 2020, 22:57

May 22 2020

jasonbcox planned changes to D6234: WIP arcanist land bot workflow.
May 22 2020, 21:53
jasonbcox requested review of D6234: WIP arcanist land bot workflow.
May 22 2020, 21:53

May 21 2020

jasonbcox accepted D6203: [CI] Disable unsupported qemu feature by bypassing the configuration.
May 21 2020, 19:54
jasonbcox committed rABCa382f87da683: Merge #17469: test: Remove fragile assert_memory_usage_stable (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #17469: test: Remove fragile assert_memory_usage_stable
May 21 2020, 19:06
jasonbcox closed D6202: Merge #17469: test: Remove fragile assert_memory_usage_stable.
May 21 2020, 19:06
jasonbcox added inline comments to D6202: Merge #17469: test: Remove fragile assert_memory_usage_stable.
May 21 2020, 18:26
jasonbcox requested review of D6202: Merge #17469: test: Remove fragile assert_memory_usage_stable.
May 21 2020, 17:53
jasonbcox added inline comments to D6202: Merge #17469: test: Remove fragile assert_memory_usage_stable.
May 21 2020, 17:53
jasonbcox planned changes to D6202: Merge #17469: test: Remove fragile assert_memory_usage_stable.
May 21 2020, 17:50
jasonbcox requested review of D6202: Merge #17469: test: Remove fragile assert_memory_usage_stable.
May 21 2020, 17:49
jasonbcox committed rABCc6a0647adabe: Merge #14522: tests: add invalid P2P message tests (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #14522: tests: add invalid P2P message tests
May 21 2020, 16:40
jasonbcox closed D6178: Merge #14522: tests: add invalid P2P message tests.
May 21 2020, 16:40
jasonbcox committed rABCcfb493b7a1a7: [land-bot] Improve error reporting when fetching revision status fails (authored by jasonbcox).
[land-bot] Improve error reporting when fetching revision status fails
May 21 2020, 16:35
jasonbcox closed D6143: [land-bot] Improve error reporting when fetching revision status fails.
May 21 2020, 16:34
jasonbcox updated the diff for D6178: Merge #14522: tests: add invalid P2P message tests.

Fix nits

May 21 2020, 16:26
jasonbcox updated the diff for D6016: Test patch; please do NOT review.

Rebase

May 21 2020, 00:29
jasonbcox planned changes to D6016: Test patch; please do NOT review.
May 21 2020, 00:29

May 20 2020

jasonbcox abandoned D5123: [Review ONLY] Migrate abcbot codebase into the ABC repo.
May 20 2020, 23:04
jasonbcox accepted D6175: [backport#16106] refactor: Rename getWallets to getOpenWallets in WalletController.
May 20 2020, 22:52
jasonbcox accepted D6183: [backport#16348] qt: Assert QMetaObject::invokeMethod result.
May 20 2020, 22:51
jasonbcox accepted D6181: [backport#16348] gui: Fix missing qRegisterMetaType(WalletModel*).

Talked offline to clear up when splitting up backports is reasonable. Since there's a large stack we'll let it slide for now.

May 20 2020, 22:46
jasonbcox accepted D6180: [backport#15091] Qt: Fix update headers-count.
May 20 2020, 22:45
jasonbcox accepted D6179: [backport#15091] Qt: update header count regardless of update delay.
May 20 2020, 22:44
jasonbcox accepted D6177: [backport#15462] gui: Fix async open wallet call order.
May 20 2020, 22:38
jasonbcox requested changes to D6181: [backport#16348] gui: Fix missing qRegisterMetaType(WalletModel*).

Any reason to not do the whole backport?

May 20 2020, 22:37
jasonbcox accepted D6172: [backport#16231] gui: Fix open wallet menu initialization order.
May 20 2020, 21:45
jasonbcox accepted D6174: [backport#16106] gui: Sort wallets in open wallet menu.
May 20 2020, 21:43
jasonbcox accepted D6173: Removed activation logic for OP_REVERSEBYTES to pretend it was always enabled.

Thanks for cleaning this up :)

May 20 2020, 21:26
jasonbcox requested changes to D6127: Add options to seeder to determine initial seed list at start up.

My original feedback still hasn't been entirely incorporated. Look at the name (-connect) and the description you've given it (essentially: "do some things related to seed lists but say absolutely nothing about connecting"). This is incredibly confusing for a user that has no idea how a seeder works. They know nothing about any default seeds.

May 20 2020, 21:15
jasonbcox added a comment to D6178: Merge #14522: tests: add invalid P2P message tests.

abc-invalid-message will eventually be replaced by p2p_invalid_messages once we've backported all of the test cases. But as of this patch, it still provides test coverage that p2p_invalid_messages does not.

May 20 2020, 21:11
jasonbcox requested review of D6178: Merge #14522: tests: add invalid P2P message tests.
May 20 2020, 21:09
jasonbcox requested changes to D6127: Add options to seeder to determine initial seed list at start up.
May 20 2020, 17:35
jasonbcox accepted D6164: [backport#16995] net: Fail instead of truncate command name in CMessageHeader.
May 20 2020, 17:30
jasonbcox accepted D6160: Seed randomness with process id / thread id / various clocks.
May 20 2020, 17:23

May 19 2020

jasonbcox accepted D6144: Release notes for PR14477.
May 19 2020, 17:45
jasonbcox requested review of D6143: [land-bot] Improve error reporting when fetching revision status fails.
May 19 2020, 16:54
jasonbcox accepted D6141: [wallet] Refactor ProcessImport().
May 19 2020, 16:18
jasonbcox accepted D6115: [backport#15153] gui: Add Open Wallet menu.
May 19 2020, 16:01

May 18 2020

jasonbcox closed T896: Build Bitcoin ABC Diffs / Bitcoin-ABC Land Bot is broken. as Invalid.
May 18 2020, 20:36
jasonbcox accepted D6117: Fix Flake8 E741 errors.
May 18 2020, 18:56
jasonbcox planned changes to D5808: [land-bot] Bail early if there's nothing to land.
May 18 2020, 16:56
jasonbcox requested changes to D6115: [backport#15153] gui: Add Open Wallet menu.

Test plan doesn't test the GUI

May 18 2020, 16:55
jasonbcox accepted D6118: Lint everything.
May 18 2020, 16:53
jasonbcox accepted D6117: Fix Flake8 E741 errors.
May 18 2020, 16:51
jasonbcox accepted D6116: Fix dbcrash spurious failures.

Macro likestamp:

May 18 2020, 16:48
jasonbcox closed T858: Build Automated Deployments / Bitcoin ABC Automated Commits / Bitcoin-ABC Update Chainparams is broken. as Resolved.
May 18 2020, 15:42
jasonbcox closed T860: Build Automated Deployments / Bitcoin ABC Automated Commits / Bitcoin-ABC Update timings.json is broken. as Resolved.
May 18 2020, 15:41
jasonbcox closed T596: Backport Core PR 14350: Add WalletLocation class, a subtask of T595: Backport Core PR15639: bitcoin-wallet tool: Drop libbitcoin_server.a dependency, as Resolved.
May 18 2020, 15:27 · Restricted Project, Backport
jasonbcox closed T596: Backport Core PR 14350: Add WalletLocation class, a subtask of T600: Backport Core PR 14711: Refactor: Start to separate wallet from node, as Resolved.
May 18 2020, 15:27 · Restricted Project, Backport
jasonbcox closed T596: Backport Core PR 14350: Add WalletLocation class as Resolved.
May 18 2020, 15:27 · Restricted Project, Backport
jasonbcox closed T592: Backport Core PR 14437: Refactor: Start to separate wallet from node, a subtask of T596: Backport Core PR 14350: Add WalletLocation class, as Resolved.
May 18 2020, 15:27 · Restricted Project, Backport
jasonbcox closed T592: Backport Core PR 14437: Refactor: Start to separate wallet from node as Resolved.
May 18 2020, 15:26 · Backport, Restricted Project
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 T629: Backport Core PR 11372: Address encoding cleanup, a subtask of T590: Backport Core 14555: Move util files to new directory, as Resolved.
May 18 2020, 15:25 · Backport, Restricted Project
jasonbcox closed T629: Backport Core PR 11372: Address encoding cleanup as Resolved.
May 18 2020, 15:25 · Backport, Restricted Project
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 T590: Backport Core 14555: Move util files to new directory, a subtask of T591: Backport Core 14494: Error if # is used in rpcpassword in conf, as Resolved.
May 18 2020, 15:25 · Backport, Restricted Project
jasonbcox closed T590: Backport Core 14555: Move util files to new directory as Resolved.
May 18 2020, 15:25 · Backport, Restricted Project
jasonbcox closed T590: Backport Core 14555: Move util files to new directory, a subtask of T592: Backport Core PR 14437: Refactor: Start to separate wallet from node, as Resolved.
May 18 2020, 15:25 · Backport, Restricted Project
jasonbcox committed rSTAGING90ee2a3fef5b: Cleanup useless dependency in setup-debian-buster.sh (authored by jasonbcox).
Cleanup useless dependency in setup-debian-buster.sh
May 18 2020, 15:25
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, a subtask of T637: Backport Core PR 14168: Remove ENABLE_WALLET from libbitcoin_server.a, as Resolved.
May 18 2020, 15:25 · Backport, 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
jasonbcox committed rABC90ee2a3fef5b: Cleanup useless dependency in setup-debian-buster.sh (authored by jasonbcox).
Cleanup useless dependency in setup-debian-buster.sh
May 18 2020, 15:21
jasonbcox closed D6057: Cleanup useless dependency in setup-debian-buster.sh.
May 18 2020, 15:21
jasonbcox committed rSTAGING549166a5c7eb: Check for IBD completion based on existing log message instead of 100% progress (authored by jasonbcox).
Check for IBD completion based on existing log message instead of 100% progress
May 18 2020, 15:20
jasonbcox committed rABC549166a5c7eb: Check for IBD completion based on existing log message instead of 100% progress (authored by jasonbcox).
Check for IBD completion based on existing log message instead of 100% progress
May 18 2020, 15:20
jasonbcox closed D6100: Check for IBD completion based on existing log message instead of 100% progress.
May 18 2020, 15:20

May 16 2020

jasonbcox committed rSTAGING36804f1672e3: Fix typo related to ZMQ in build docs (authored by jasonbcox).
Fix typo related to ZMQ in build docs
May 16 2020, 00:30
jasonbcox committed rABC36804f1672e3: Fix typo related to ZMQ in build docs (authored by jasonbcox).
Fix typo related to ZMQ in build docs
May 16 2020, 00:27