Page MenuHomePhabricator
Feed All Stories

Dec 3 2019

markblundeberg updated the diff for D3880: Add wallet acceptance / mempool acceptance tests for non-standard variants.

rebase to master and tweak a few comments

Dec 3 2019, 01:20
Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com> committed rABC22a1d33378fb: fix undefined behaviour in seeder (select() aliasing) (authored by Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com>).
fix undefined behaviour in seeder (select() aliasing)
Dec 3 2019, 01:16
Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com> closed D4618: fix undefined behaviour in seeder (select() aliasing).
Dec 3 2019, 01:16
markblundeberg added inline comments to D3880: Add wallet acceptance / mempool acceptance tests for non-standard variants.
Dec 3 2019, 01:13
teamcity added a comment to D3880: Add wallet acceptance / mempool acceptance tests for non-standard variants.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 3 2019, 01:11
markblundeberg updated the diff for D3880: Add wallet acceptance / mempool acceptance tests for non-standard variants.

a number of updates

  • added a couple of behaviours that are nonstandard to fund but the wallet will pick up, and will spend successfully.
  • rename test, the general idea is to make sure wallet is not DoSable.
Dec 3 2019, 01:11
teamcity added a comment to D4300: Integrate gArgs and chainparams into the Seeder.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Dec 3 2019, 01:06
nakihito added inline comments to D4300: Integrate gArgs and chainparams into the Seeder.
Dec 3 2019, 00:55
teamcity added a comment to D4300: Integrate gArgs and chainparams into the Seeder.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 3 2019, 00:55
nakihito updated the diff for D4300: Integrate gArgs and chainparams into the Seeder.

seeder-net -> seeder-netprocessing.

Dec 3 2019, 00:55
nakihito accepted D4618: fix undefined behaviour in seeder (select() aliasing).
Dec 3 2019, 00:42
nakihito accepted D3689: Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage.
Dec 3 2019, 00:41
teamcity added a comment to D4619: Merge #14451: Allow building GUI without BIP70 support.

Build Bitcoin-ABC / Diffs (Resource Intensive) / Bitcoin-ABC Gitian Diff Testing passed.

Dec 3 2019, 00:27
jasonbcox abandoned D4566: Prevent null pointer dereference in addWallet.
Dec 3 2019, 00:24
jasonbcox abandoned D4554: test commit please ignore.
Dec 3 2019, 00:24
jasonbcox accepted D3689: Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage.

I still do not agree that it makes any sense to consolidate the constructors. It makes the code quality worse. But hey, we don't own that code do we? Oh wait...

Dec 3 2019, 00:22
teamcity added a comment to D4620: Merge #15101: gui: Add WalletController.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Dec 3 2019, 00:14
teamcity added a comment to D4619: Merge #14451: Allow building GUI without BIP70 support.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Dec 3 2019, 00:14
teamcity added a comment to D4619: Merge #14451: Allow building GUI without BIP70 support.

Build Bitcoin-ABC / Diffs (Resource Intensive) / Bitcoin-ABC Gitian Diff Testing started.

Dec 3 2019, 00:14
teamcity added a comment to D4619: Merge #14451: Allow building GUI without BIP70 support.

Build Bitcoin-ABC / Diffs (Resource Intensive) / Bitcoin-ABC Gitian Diff Testing passed.

Dec 3 2019, 00:14
teamcity added a comment to D4619: Merge #14451: Allow building GUI without BIP70 support.

Build Bitcoin-ABC / Diffs (Resource Intensive) / Bitcoin-ABC Gitian Diff Testing started.

Dec 3 2019, 00:10
teamcity added a comment to D4619: Merge #14451: Allow building GUI without BIP70 support.

Build Bitcoin-ABC / Diffs (Resource Intensive) / Bitcoin-ABC Gitian Diff Testing passed.

Dec 3 2019, 00:06
jasonbcox committed rABC254497ff6835: Update the github issue template to include disclosure policy (authored by jasonbcox).
Update the github issue template to include disclosure policy
Dec 3 2019, 00:04
jasonbcox closed D3694: Update the github issue template to include disclosure policy.
Dec 3 2019, 00:04
teamcity added a comment to D4620: Merge #15101: gui: Add WalletController.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 3 2019, 00:02
jasonbcox planned changes to D4620: Merge #15101: gui: Add WalletController.
Dec 3 2019, 00:02
jasonbcox created D4620: Merge #15101: gui: Add WalletController.
Dec 3 2019, 00:02

Dec 2 2019

teamcity added a comment to D3689: Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Dec 2 2019, 23:59
teamcity added a comment to D4619: Merge #14451: Allow building GUI without BIP70 support.

Build Bitcoin-ABC / Diffs (Resource Intensive) / Bitcoin-ABC Gitian Diff Testing started.

Dec 2 2019, 23:58
teamcity added a comment to D4619: Merge #14451: Allow building GUI without BIP70 support.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 2 2019, 23:58
jasonbcox planned changes to D4619: Merge #14451: Allow building GUI without BIP70 support.
Dec 2 2019, 23:57
jasonbcox created D4619: Merge #14451: Allow building GUI without BIP70 support.
Dec 2 2019, 23:57
markblundeberg updated the summary of D3689: Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage.
Dec 2 2019, 23:46
deadalnix accepted D3694: Update the github issue template to include disclosure policy.
Dec 2 2019, 23:44
teamcity added a comment to D3689: Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 2 2019, 23:43
markblundeberg updated the diff for D3689: Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage.

update ctor

Dec 2 2019, 23:43
deadalnix requested changes to D4300: Integrate gArgs and chainparams into the Seeder.
Dec 2 2019, 23:42
markblundeberg commandeered D3689: Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage.
Dec 2 2019, 23:39
deadalnix accepted D4618: fix undefined behaviour in seeder (select() aliasing).
Dec 2 2019, 23:32
deadalnix requested changes to D4617: add a flag that restricts sigChecks per-input.

The general direction is good, but there are a few problem with this patch.

Dec 2 2019, 22:01
markblundeberg planned changes to D4617: add a flag that restricts sigChecks per-input.
Dec 2 2019, 21:54
nakihito requested review of D4418: Add simple unit tests for parse_name().
Dec 2 2019, 21:45
nakihito requested review of D4300: Integrate gArgs and chainparams into the Seeder.
Dec 2 2019, 21:38
markblundeberg added a comment to D4618: fix undefined behaviour in seeder (select() aliasing).

Ah OK it is documented here at least https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/select.h.html

Dec 2 2019, 21:16
teamcity added a comment to D4618: fix undefined behaviour in seeder (select() aliasing).

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Dec 2 2019, 20:04
teamcity added a comment to D4300: Integrate gArgs and chainparams into the Seeder.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Dec 2 2019, 19:52
teamcity added a comment to D4617: add a flag that restricts sigChecks per-input.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Dec 2 2019, 19:46
teamcity added a comment to D4618: fix undefined behaviour in seeder (select() aliasing).

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 2 2019, 19:43
markblundeberg created D4618: fix undefined behaviour in seeder (select() aliasing).
Dec 2 2019, 19:43
nakihito retitled D4417: Add a separate executable for seeder tests from Add a separate executible for seeder tests to Add a separate executable for seeder tests.
Dec 2 2019, 19:41
nakihito updated the summary of D4300: Integrate gArgs and chainparams into the Seeder.
Dec 2 2019, 19:40
teamcity added a comment to D4300: Integrate gArgs and chainparams into the Seeder.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 2 2019, 19:40
nakihito updated the diff for D4300: Integrate gArgs and chainparams into the Seeder.

Removed dependency.

Dec 2 2019, 19:40
markblundeberg added inline comments to D4617: add a flag that restricts sigChecks per-input.
Dec 2 2019, 19:28
markblundeberg added a task to D4617: add a flag that restricts sigChecks per-input: T704: sigChecks implementation.
Dec 2 2019, 19:26
markblundeberg added a revision to T704: sigChecks implementation: D4617: add a flag that restricts sigChecks per-input.
Dec 2 2019, 19:26
teamcity added a comment to D4617: add a flag that restricts sigChecks per-input.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 2 2019, 19:26
markblundeberg created D4617: add a flag that restricts sigChecks per-input.
Dec 2 2019, 19:26
Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com> committed rABC5e4ac9377001: remove NULLDUMMY (authored by Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com>).
remove NULLDUMMY
Dec 2 2019, 19:12
Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com> closed D4577: remove NULLDUMMY.
Dec 2 2019, 19:12
markblundeberg added a comment to D4453: [CI] Remove functional tests with graviton activation.

I think it would be better to replace this with the next upgrade, even if it does nothing for now. Otherwise, we have to re-implement this later.

Dec 2 2019, 18:53
teamcity added a comment to D4615: test: Build fuzz targets into seperate executables.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Dec 2 2019, 18:39
teamcity added a comment to D4615: test: Build fuzz targets into seperate executables.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 2 2019, 18:21
fpelliccioni committed rABCba82bd9f9256: refactor: Add and use HaveTxsDownloaded() where appropriate (authored by MarcoFalke <falke.marco@gmail.com>).
refactor: Add and use HaveTxsDownloaded() where appropriate
Dec 2 2019, 18:03
fpelliccioni closed D4552: refactor: Add and use HaveTxsDownloaded() where appropriate.
Dec 2 2019, 18:03
Harbormaster failed remote builds in B8373: Diff 14572 for D4615: test: Build fuzz targets into seperate executables!
Dec 2 2019, 17:56
teamcity added a comment to D4615: test: Build fuzz targets into seperate executables.

Build Bitcoin-ABC / Diffs / Diff Testing failed.

Dec 2 2019, 17:56
teamcity added a comment to D4552: refactor: Add and use HaveTxsDownloaded() where appropriate.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Dec 2 2019, 17:56
teamcity added a comment to D4614: docs: Spelling error fix on fuzzing.md.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Dec 2 2019, 17:52
jasonbcox committed rABC3c947e7b52d8: Added autopatch script for patching and rebasing phabricator diffs (authored by jasonbcox).
Added autopatch script for patching and rebasing phabricator diffs
Dec 2 2019, 17:41
jasonbcox closed D4279: Added autopatch script for patching and rebasing phabricator diffs.
Dec 2 2019, 17:41
teamcity added a comment to D4552: refactor: Add and use HaveTxsDownloaded() where appropriate.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 2 2019, 17:35
teamcity added a comment to D4615: test: Build fuzz targets into seperate executables.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 2 2019, 17:34
teamcity added a comment to D4614: docs: Spelling error fix on fuzzing.md.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 2 2019, 17:29
deadalnix accepted D4612: tests: Use MakeUnique to construct objects owned by unique_ptrs.
Dec 2 2019, 17:26
deadalnix accepted D4614: docs: Spelling error fix on fuzzing.md.
Dec 2 2019, 17:25
fpelliccioni updated the diff for D4552: refactor: Add and use HaveTxsDownloaded() where appropriate.

rebase from master

Dec 2 2019, 17:19
teamcity added a comment to D4613: build: Allow to configure --with-sanitizers=fuzzer.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Dec 2 2019, 16:40
Fabien created D4615: test: Build fuzz targets into seperate executables.
Dec 2 2019, 16:39
Fabien created D4614: docs: Spelling error fix on fuzzing.md.
Dec 2 2019, 16:38
teamcity added a comment to D4613: build: Allow to configure --with-sanitizers=fuzzer.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Dec 2 2019, 16:19
Fabien updated the test plan for D4611: Bugfix: Include <memory> for std::unique_ptr.
Dec 2 2019, 15:04
deadalnix abandoned D4604: [univalue] Define dependency properly for generate_univalue_escapes_h.
Dec 2 2019, 14:56
deadalnix committed rABC14d47c56608e: Make TxIndex::FindTx use BlockHash (authored by deadalnix).
Make TxIndex::FindTx use BlockHash
Dec 2 2019, 14:54
deadalnix closed D4610: Make TxIndex::FindTx use BlockHash.
Dec 2 2019, 14:54
deadalnix committed rABCfbfbc19b56f4: Update GetTransaction's parameters (authored by deadalnix).
Update GetTransaction's parameters
Dec 2 2019, 14:51
deadalnix closed D4609: Update GetTransaction's parameters.
Dec 2 2019, 14:51
deadalnix committed rABCe37a511fd797: Update mempool and compact block logic to use TxHash (authored by deadalnix).
Update mempool and compact block logic to use TxHash
Dec 2 2019, 14:47
deadalnix closed D4600: Update mempool and compact block logic to use TxHash.
Dec 2 2019, 14:47
deadalnix committed rABCe635d1c6c5cd: tx pool: Use class methods to hide raw map iterator impl details (authored by MarcoFalke <falke.marco@gmail.com>).
tx pool: Use class methods to hide raw map iterator impl details
Dec 2 2019, 14:41
deadalnix closed D4601: tx pool: Use class methods to hide raw map iterator impl details.
Dec 2 2019, 14:41
Fabien added inline comments to D4613: build: Allow to configure --with-sanitizers=fuzzer.
Dec 2 2019, 14:40
deadalnix retitled D4600: Update mempool and compact block logic to use TxHash from Update mempool and compact block logic to use TxHash . to Update mempool and compact block logic to use TxHash.
Dec 2 2019, 14:39
deadalnix added inline comments to D4613: build: Allow to configure --with-sanitizers=fuzzer.
Dec 2 2019, 14:37
Fabien created D4613: build: Allow to configure --with-sanitizers=fuzzer.
Dec 2 2019, 14:34
deadalnix committed rABC04a26c5bcd54: Update mempool's mapDelta to use TxId (authored by deadalnix).
Update mempool's mapDelta to use TxId
Dec 2 2019, 14:33
deadalnix closed D4599: Update mempool's mapDelta to use TxId.
Dec 2 2019, 14:33
deadalnix committed rABC8a300d51d9c3: Update mempool's mapTx to index from TxId. (authored by deadalnix).
Update mempool's mapTx to index from TxId.
Dec 2 2019, 14:28
deadalnix closed D4598: Update mempool's mapTx to index from TxId..
Dec 2 2019, 14:28
deadalnix accepted D4611: Bugfix: Include <memory> for std::unique_ptr.

Verify cross compile build to make sure you did not fibared something, but LGTM

Dec 2 2019, 14:27