Page MenuHomePhabricator
Feed Advanced Search

Nov 28 2019

deadalnix closed D4572: Various nits in net_processing.cpp.
Nov 28 2019, 13:26
deadalnix committed rABC96a51590b6c6: p2p: Clarify control flow in ProcessMessage() (authored by MarcoFalke <falke.marco@gmail.com>).
p2p: Clarify control flow in ProcessMessage()
Nov 28 2019, 13:25
deadalnix closed D4571: p2p: Clarify control flow in ProcessMessage().
Nov 28 2019, 13:25
deadalnix created D4572: Various nits in net_processing.cpp.
Nov 28 2019, 00:34

Nov 27 2019

deadalnix added a comment to D4570: Backport of Core PR14728: fix uninitialized read when stringifying an addrLocal.

Keep in mind to mention PR12354936 in the diff sum up so people can grep for it easily.

Nov 27 2019, 23:41
deadalnix updated the summary of D4570: Backport of Core PR14728: fix uninitialized read when stringifying an addrLocal.
Nov 27 2019, 23:40
deadalnix accepted D4570: Backport of Core PR14728: fix uninitialized read when stringifying an addrLocal.
Nov 27 2019, 23:39
deadalnix created D4571: p2p: Clarify control flow in ProcessMessage().
Nov 27 2019, 23:29
deadalnix accepted D4569: previous link was dead.

Thanks

Nov 27 2019, 23:15
deadalnix requested changes to D4566: Prevent null pointer dereference in addWallet.

If there is a race condition, then the proper solution is a lock or something lock free using atomics, not a null check that has no ordering constraint.

Nov 27 2019, 23:15
deadalnix requested changes to D4570: Backport of Core PR14728: fix uninitialized read when stringifying an addrLocal.
Nov 27 2019, 23:11
deadalnix accepted D4562: [tests] make pruning test faster.
Nov 27 2019, 17:04
deadalnix accepted D4563: [tests] fix block time in feature_pruning.py.
Nov 27 2019, 17:01
deadalnix accepted D4561: [tests] style fixes in feature_pruning.py.
Nov 27 2019, 17:00
deadalnix accepted D4560: [test] Rename rpc_timewait to rpc_timeout.
Nov 27 2019, 16:58
deadalnix accepted D4559: Minor improvements to add_nodes.
Nov 27 2019, 16:57
deadalnix accepted D4557: qa: Extract rpc_timewait as test param.
Nov 27 2019, 16:56
deadalnix accepted D4564: qa: fix deprecated log.warn in feature_dbcrash test.
Nov 27 2019, 16:49
deadalnix accepted D4565: test: Fix test failures.
Nov 27 2019, 16:47
deadalnix added a comment to D4300: Integrate gArgs and chainparams into the Seeder.

Note that you find yourself blocked because you made this depend on a test, however, the test doesn't seems to be testing any of that code.

Nov 27 2019, 16:45
deadalnix accepted D4300: Integrate gArgs and chainparams into the Seeder.
Nov 27 2019, 16:44
deadalnix accepted D4558: Fix copy in loop.
Nov 27 2019, 12:56

Nov 26 2019

deadalnix accepted D4516: Merge #12639: Reduce cs_main lock and avoid extra lookups of mapAddressBook in listunspent RPC.
Nov 26 2019, 23:13
deadalnix accepted D4519: [wallet] [rpc] Remove getlabeladdress RPC.
Nov 26 2019, 22:38
deadalnix added a comment to D4550: crypto: Remove unused AES-128 code.

I think we may want to keep this around for QUIC.

Nov 26 2019, 22:36
deadalnix accepted D4552: refactor: Add and use HaveTxsDownloaded() where appropriate.
Nov 26 2019, 22:35
deadalnix committed rABCf52021ab5cb3: Drop IsLimited in favor of IsReachable (authored by Ben Woosley <ben.woosley@gmail.com>).
Drop IsLimited in favor of IsReachable
Nov 26 2019, 14:42
deadalnix closed D4538: Drop IsLimited in favor of IsReachable.
Nov 26 2019, 14:42
deadalnix accepted D4549: Remove undue lock assertion in GuessVerificationProgess.
Nov 26 2019, 10:19
deadalnix accepted D4537: Revert use of size_t in ParseParameters.
Nov 26 2019, 00:27
deadalnix added a comment to D4544: simplified IsHexNumber function.

While the change isn't bad per se, this is actually not helping. This code is maintained today by the Core developers and taking ownership of it just increase our maintenance burden. Without a direct benefit, this is hard to justify.

Nov 26 2019, 00:26

Nov 25 2019

deadalnix accepted D4543: Fixes broken link to disclosure policy.
Nov 25 2019, 23:03
deadalnix accepted D4520: [tests] Remove 'account' API from wallet_basic.
Nov 25 2019, 22:22
deadalnix accepted D4523: [tests] Remove 'account' API from wallet_listsinceblock.
Nov 25 2019, 22:19
deadalnix committed rABC0e4c4e7e50a4: Move to clang format 8 (authored by deadalnix).
Move to clang format 8
Nov 25 2019, 22:18
deadalnix closed D4539: Move to clang format 8.
Nov 25 2019, 22:17
deadalnix requested changes to D4537: Revert use of size_t in ParseParameters.

Fix diff title/description.

Nov 25 2019, 22:17
deadalnix requested changes to D4542: Fix lock in getVerificationProgress.

As The GuessVerificationProgress doc says:

Nov 25 2019, 22:17
deadalnix created D4539: Move to clang format 8.
Nov 25 2019, 18:08
deadalnix committed rABC82df9cb4a4fc: [cmake] Add comments to express what tests do. (authored by deadalnix).
[cmake] Add comments to express what tests do.
Nov 25 2019, 17:58
deadalnix closed D4536: [cmake] Add comments to express what tests do..
Nov 25 2019, 17:58
deadalnix committed rABC3d40bbd963c3: [cmake] Remove useless copy of create_cache.py (authored by deadalnix).
[cmake] Remove useless copy of create_cache.py
Nov 25 2019, 17:58
deadalnix closed D4535: [cmake] Remove useless copy of create_cache.py.
Nov 25 2019, 17:57
deadalnix created D4538: Drop IsLimited in favor of IsReachable.
Nov 25 2019, 17:40
deadalnix requested changes to D4537: Revert use of size_t in ParseParameters.

Clearly, size_t was the wrong type.

Nov 25 2019, 17:39
deadalnix updated the diff for D4536: [cmake] Add comments to express what tests do..

rebase

Nov 25 2019, 17:25
deadalnix updated the diff for D4535: [cmake] Remove useless copy of create_cache.py.

Remove unecessary dependency

Nov 25 2019, 17:22
deadalnix committed rABCbb1e0b46815f: IsReachable is the inverse of IsLimited (DRY). Includes unit tests (authored by marcaiaf <mmachicao@m19r.de>).
IsReachable is the inverse of IsLimited (DRY). Includes unit tests
Nov 25 2019, 17:07
deadalnix closed D4533: IsReachable is the inverse of IsLimited (DRY). Includes unit tests.
Nov 25 2019, 17:07
deadalnix created D4536: [cmake] Add comments to express what tests do..
Nov 25 2019, 17:03
deadalnix updated the diff for D4535: [cmake] Remove useless copy of create_cache.py.

Rebase

Nov 25 2019, 16:56
deadalnix committed rABC0a88bbe58289: [cmake] Use terminal when runnign integration tests (authored by deadalnix).
[cmake] Use terminal when runnign integration tests
Nov 25 2019, 16:48
deadalnix closed D4534: [cmake] Use terminal when runnign integration tests.
Nov 25 2019, 16:47
deadalnix created D4535: [cmake] Remove useless copy of create_cache.py.
Nov 25 2019, 16:47
deadalnix created D4534: [cmake] Use terminal when runnign integration tests.
Nov 25 2019, 16:26
deadalnix updated the diff for D4533: IsReachable is the inverse of IsLimited (DRY). Includes unit tests.

Nits in the test

Nov 25 2019, 16:07
deadalnix created D4533: IsReachable is the inverse of IsLimited (DRY). Includes unit tests.
Nov 25 2019, 15:20
deadalnix accepted D4530: Bump version to 0.20.8.
Nov 25 2019, 14:52
deadalnix accepted D4532: Rename GetLogger() to LogInstance().
Nov 25 2019, 14:43
deadalnix accepted D4531: Add missing parts from PR12954.
Nov 25 2019, 13:39
deadalnix committed rABC4b204154096a: Use RdSeed when available, and reduce RdRand load (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Use RdSeed when available, and reduce RdRand load
Nov 25 2019, 13:27
deadalnix closed D4512: Use RdSeed when available, and reduce RdRand load.
Nov 25 2019, 13:27

Nov 24 2019

deadalnix updated the diff for D4512: Use RdSeed when available, and reduce RdRand load.

fix various style things

Nov 24 2019, 22:11
deadalnix committed rABCf24cbdaa0d0b: Improve formatting in rpcwallet.cpp (authored by deadalnix).
Improve formatting in rpcwallet.cpp
Nov 24 2019, 21:58
deadalnix closed D4527: Improve formatting in rpcwallet.cpp.
Nov 24 2019, 21:58
deadalnix committed rABC873f9b173367: Leftover from PR13423 (authored by deadalnix).
Leftover from PR13423
Nov 24 2019, 21:56
deadalnix closed D4529: Leftover from PR13423.
Nov 24 2019, 21:56

Nov 23 2019

deadalnix updated the test plan for D4529: Leftover from PR13423.
Nov 23 2019, 18:39
deadalnix created D4529: Leftover from PR13423.
Nov 23 2019, 18:39
deadalnix created D4527: Improve formatting in rpcwallet.cpp.
Nov 23 2019, 16:17
deadalnix committed rABCa7f6ea3d896b: Stop translating command line options (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Stop translating command line options
Nov 23 2019, 15:49
deadalnix closed D4515: Stop translating command line options.
Nov 23 2019, 15:48
deadalnix accepted D4415: [CI] Allow to pass addditional arguments to bitcoind.

I'm not sure why so much parameters are passed down as environment variables, that sounds fragile to me.

Nov 23 2019, 15:27
deadalnix requested changes to D4415: [CI] Allow to pass addditional arguments to bitcoind.
Nov 23 2019, 15:26
deadalnix added a comment to D4516: Merge #12639: Reduce cs_main lock and avoid extra lookups of mapAddressBook in listunspent RPC.

Where is the rest of it?

Nov 23 2019, 15:25
deadalnix requested changes to D4519: [wallet] [rpc] Remove getlabeladdress RPC.

Backport the doc with the behavior change. These are not separable.

Nov 23 2019, 15:21
deadalnix updated the summary of D4519: [wallet] [rpc] Remove getlabeladdress RPC.
Nov 23 2019, 15:19
deadalnix accepted D4514: Merge #13055: qt: Don't log to console by default.
Nov 23 2019, 15:14
deadalnix accepted D4511: Print to console by default when not run with -daemon.
Nov 23 2019, 15:13
deadalnix accepted D4518: [tests] Remove 'account' API from wallet_listreceivedby.
Nov 23 2019, 15:07
deadalnix requested changes to D4520: [tests] Remove 'account' API from wallet_basic.
Nov 23 2019, 15:06
deadalnix accepted D4521: [tests] Remove 'account' API from wallet_import_rescan.
Nov 23 2019, 15:04
deadalnix accepted D4522: [tests] Remove 'account' API from wallet_keypool_topup.
Nov 23 2019, 15:03
deadalnix requested changes to D4523: [tests] Remove 'account' API from wallet_listsinceblock.

Check the test suite.

Nov 23 2019, 15:03
deadalnix accepted D4524: [tests] Remove 'account' API from wallet_listtransactions.
Nov 23 2019, 15:02
deadalnix accepted D4525: [tests] Remove 'account' API from wallet_txn_clone.
Nov 23 2019, 15:01
deadalnix accepted D4526: [tests] Remove 'account' API from wallet_txn_doublespend.
Nov 23 2019, 15:00
deadalnix requested changes to D3894: Merge #12737: Remove unnecessary NONNEGATIVE_SIGNED.

What is this doing? Why is this necessary? Clearly, this isn't removing unnecessary NONNEGATIVE_SIGNED, because these never were there in the first place.

Nov 23 2019, 14:59
deadalnix requested changes to D4300: Integrate gArgs and chainparams into the Seeder.
Nov 23 2019, 01:42
deadalnix added a comment to D4503: Add test coverage for messages requesting invalid blocks.

The description give no real information as to what this is actually doing or testing.

Nov 23 2019, 01:34

Nov 22 2019

deadalnix created D4515: Stop translating command line options.
Nov 22 2019, 22:17
deadalnix created D4513: Change in transaction pull scheduling to prevent InvBlock-related attacks.
Nov 22 2019, 20:58
deadalnix created D4512: Use RdSeed when available, and reduce RdRand load.
Nov 22 2019, 20:56
deadalnix committed rABC30e956385c06: test: Make bloom tests deterministic (authored by MarcoFalke <falke.marco@gmail.com>).
test: Make bloom tests deterministic
Nov 22 2019, 13:36
deadalnix closed D4510: test: Make bloom tests deterministic.
Nov 22 2019, 13:36
deadalnix created D4510: test: Make bloom tests deterministic.
Nov 22 2019, 13:06
deadalnix accepted D4509: qa: Increase includeconf test coverage.
Nov 22 2019, 12:30
deadalnix accepted D4495: minor refactor to use ranged_for, auto and const-ness.
Nov 22 2019, 12:27
deadalnix committed rABCd89645b02fe2: Kill AddKeypathToMap (authored by deadalnix).
Kill AddKeypathToMap
Nov 22 2019, 01:37
deadalnix closed D4508: Kill AddKeypathToMap.
Nov 22 2019, 01:37