Page MenuHomePhabricator
Feed Advanced Search

Jul 18 2019

deadalnix accepted D3693: scripted-diff: Rename CChainState::g_failed_blocks to m_failed_blocks.
Jul 18 2019, 21:18
deadalnix requested changes to D3694: Update the github issue template to include disclosure policy.

Reddit is not a good place for this kind of questions.

Jul 18 2019, 21:18
deadalnix requested changes to D3689: Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage.

cmake build

Jul 18 2019, 12:06
deadalnix accepted D3692: [test_runner] Fix unidash option for junit output to be one character.
Jul 18 2019, 02:24

Jul 17 2019

deadalnix accepted D3688: [gitian-build] Bump default memory setting.
Jul 17 2019, 23:30
deadalnix accepted D3686: [gitian-build] Fix repo directory to point at bitcoin-abc.
Jul 17 2019, 23:29
deadalnix accepted D3687: [gitian-build] Default the number of jobs to the number of CPUs.
Jul 17 2019, 23:29
deadalnix accepted D3690: [test_runner] Fix junitoutput typo.
Jul 17 2019, 23:28
deadalnix accepted D3691: Fix a bug where the TeamCity build only reports one of the test_runner runs.

ju is probably about the worse name possible.

Jul 17 2019, 23:27
deadalnix requested changes to D3679: Remove config as a class member of BlockAssembler.

This has not addressed the concern one bit.

Jul 17 2019, 16:57

Jul 16 2019

deadalnix requested changes to D3679: Remove config as a class member of BlockAssembler.

It doesn't looks like this is creating a self consistent API. In fact, you are importing assumption about the whole program (namely, that there is one config) into BlockAssembler, which a very clear and very bad regression.

Jul 16 2019, 23:47
deadalnix created D3678: Nits in Qt test.
Jul 16 2019, 13:21
deadalnix requested review of D3670: [tests] [qt] Add tests for address book manipulation via EditAddressDialog.
Jul 16 2019, 13:13
deadalnix committed rABC20dfcce78ef2: [qt] Display more helpful message when adding a send address has failed (authored by James O'Beirne <james.obeirne@gmail.com>).
[qt] Display more helpful message when adding a send address has failed
Jul 16 2019, 13:09
deadalnix closed D3669: [qt] Display more helpful message when adding a send address has failed.
Jul 16 2019, 13:08
deadalnix committed rABCf06e9f7b610b: Add purpose arg to Wallet::getAddress (authored by James O'Beirne <james.obeirne@gmail.com>).
Add purpose arg to Wallet::getAddress
Jul 16 2019, 13:05
deadalnix closed D3668: Add purpose arg to Wallet::getAddress.
Jul 16 2019, 13:05
deadalnix committed rABCaf857482f5aa: [tests] [qt] Introduce qt/test/util with a generalized ConfirmMessage (authored by James O'Beirne <james.obeirne@gmail.com>).
[tests] [qt] Introduce qt/test/util with a generalized ConfirmMessage
Jul 16 2019, 13:01
deadalnix closed D3666: [tests] [qt] Introduce qt/test/util with a generalized ConfirmMessage.
Jul 16 2019, 13:01
deadalnix committed rABCd09a95d5f43d: Merge #9544: [trivial] Add end of namespace comments. Improve consistency. (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Jul 16 2019, 12:59
deadalnix closed D3619: Merge #9544: [trivial] Add end of namespace comments. Improve consistency..
Jul 16 2019, 12:59

Jul 15 2019

deadalnix accepted D3656: Merge #10793: Changing &var[0] to var.data().
Jul 15 2019, 22:54
deadalnix committed rABC9a3a34b08c19: Add virtual transaction size to the transaction description in Qt (authored by deadalnix).
Add virtual transaction size to the transaction description in Qt
Jul 15 2019, 22:48
deadalnix closed D3655: Add virtual transaction size to the transaction description in Qt.
Jul 15 2019, 22:48
deadalnix committed rABC4ee17c4e7bd9: wallet: Change output type globals to members (authored by MarcoFalke <falke.marco@gmail.com>).
wallet: Change output type globals to members
Jul 15 2019, 22:41
deadalnix closed D3665: wallet: Change output type globals to members.
Jul 15 2019, 22:41
deadalnix committed rABC7cead03ca992: [wallet] Add change type to CCoinControl (authored by João Barbosa <joao.paulo.barbosa@gmail.com>).
[wallet] Add change type to CCoinControl
Jul 15 2019, 19:25
deadalnix closed D3662: [wallet] Add change type to CCoinControl.
Jul 15 2019, 19:24
deadalnix committed rABC79fdaf1e1e25: [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH (authored by Sjors Provoost <sjors@sprovoost.nl>).
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
Jul 15 2019, 19:20
deadalnix closed D3661: [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH.
Jul 15 2019, 19:20
deadalnix committed rABC58bcb91efc72: [qt] receive tab: bech32 address opt-in checkbox (authored by Sjors Provoost <sjors@sprovoost.nl>).
[qt] receive tab: bech32 address opt-in checkbox
Jul 15 2019, 19:17
deadalnix closed D3664: [qt] receive tab: bech32 address opt-in checkbox.
Jul 15 2019, 19:17
deadalnix committed rABC9a7c92d30b2c: Bech32 addresses in dumpwallet (authored by fivepiece <fivepiece@users.noreply.github.com>).
Bech32 addresses in dumpwallet
Jul 15 2019, 17:57
deadalnix closed D3663: Bech32 addresses in dumpwallet.
Jul 15 2019, 17:57
deadalnix accepted D3675: [refactor multisig] remove redundant counters.
Jul 15 2019, 16:20

Jul 14 2019

deadalnix updated the diff for D3619: Merge #9544: [trivial] Add end of namespace comments. Improve consistency..

Update cland-format to enforce the new style

Jul 14 2019, 17:53
deadalnix commandeered D3619: Merge #9544: [trivial] Add end of namespace comments. Improve consistency..
Jul 14 2019, 17:49
deadalnix accepted D3586: [2 of 5] validation: Extract basic block file logic into FlatFileSeq class..
Jul 14 2019, 17:12
deadalnix accepted D3626: [refactor multisig] separate nullfail from stack cleanup.
Jul 14 2019, 17:06
deadalnix accepted D3673: [refactor multisig] move nulldummy check to front.
Jul 14 2019, 17:04
deadalnix accepted D3674: remove ComparisonTestFramework dependency from segwit recovery test.
Jul 14 2019, 16:56

Jul 13 2019

deadalnix committed rABC655416f9d8cd: Use size_t for stack index in OP_MULTISIG (authored by deadalnix).
Use size_t for stack index in OP_MULTISIG
Jul 13 2019, 10:50
deadalnix closed D3648: Use size_t for stack index in OP_MULTISIG.
Jul 13 2019, 10:50
deadalnix accepted D3625: [refactor multisig] make const values up front.
Jul 13 2019, 10:49
deadalnix accepted D3672: CONTRIBUTING.md - update instructions on linting dependencies.
Jul 13 2019, 10:47

Jul 12 2019

deadalnix accepted D3581: Merge #10657: Utils: Improvements to ECDSA key-handling code.
Jul 12 2019, 23:57
deadalnix created D3670: [tests] [qt] Add tests for address book manipulation via EditAddressDialog.
Jul 12 2019, 18:24
deadalnix created D3669: [qt] Display more helpful message when adding a send address has failed.
Jul 12 2019, 18:12
deadalnix created D3668: Add purpose arg to Wallet::getAddress.
Jul 12 2019, 18:01
deadalnix created D3666: [tests] [qt] Introduce qt/test/util with a generalized ConfirmMessage.
Jul 12 2019, 17:48
deadalnix created D3665: wallet: Change output type globals to members.
Jul 12 2019, 17:15
deadalnix created D3664: [qt] receive tab: bech32 address opt-in checkbox.
Jul 12 2019, 16:52
deadalnix created D3663: Bech32 addresses in dumpwallet.
Jul 12 2019, 15:39
deadalnix created D3662: [wallet] Add change type to CCoinControl.
Jul 12 2019, 15:15
deadalnix created D3661: [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH.
Jul 12 2019, 13:37
deadalnix committed rABC059cdb971905: Enforce the use of TxId when constructing COutPoint (authored by deadalnix).
Enforce the use of TxId when constructing COutPoint
Jul 12 2019, 12:26
deadalnix closed D3647: Enforce the use of TxId when constructing COutPoint.
Jul 12 2019, 12:26
deadalnix accepted D3657: Merge #12298: Refactor HaveKeys to early return on false result.
Jul 12 2019, 12:23

Jul 11 2019

deadalnix committed rABC3293912dff81: Update rpcwallet.cpp to use TxId (authored by deadalnix).
Update rpcwallet.cpp to use TxId
Jul 11 2019, 20:33
deadalnix closed D3645: Update rpcwallet.cpp to use TxId.
Jul 11 2019, 20:33
deadalnix committed rABC6a813cdb8da7: Factor out outpoint generation in transaction_tests.cpp (authored by deadalnix).
Factor out outpoint generation in transaction_tests.cpp
Jul 11 2019, 20:32
deadalnix closed D3643: Factor out outpoint generation in transaction_tests.cpp.
Jul 11 2019, 20:31
deadalnix committed rABCaf06e6c3fb21: Use TxId in miner_tests.cpp (authored by deadalnix).
Use TxId in miner_tests.cpp
Jul 11 2019, 20:26
deadalnix closed D3644: Use TxId in miner_tests.cpp.
Jul 11 2019, 20:26
deadalnix created D3655: Add virtual transaction size to the transaction description in Qt.
Jul 11 2019, 19:57
deadalnix closed D3646: Use txid in bloom tests.
Jul 11 2019, 19:35
deadalnix committed rABCf3192ddd04cd: Use txid in bloom tests (authored by deadalnix).
Use txid in bloom tests
Jul 11 2019, 19:35
deadalnix accepted D3653: Update chainparams.
Jul 11 2019, 19:34
deadalnix committed rABCec39915f5d74: Wrap generation of randomized outpoint in tests (authored by deadalnix).
Wrap generation of randomized outpoint in tests
Jul 11 2019, 17:25
deadalnix closed D3641: Wrap generation of randomized outpoint in tests.
Jul 11 2019, 17:24
deadalnix requested changes to D3650: Fix null pointer dereference in SendCoinsEntry.

That's not good either. Removing the tooltip doesn't fix the problem.

Jul 11 2019, 17:23
deadalnix accepted D3649: Avoid std::locale/imbue in DateTimeStrFormat.
Jul 11 2019, 11:32
deadalnix requested changes to D3649: Avoid std::locale/imbue in DateTimeStrFormat.

THis fix for MSVC is not backported.

Jul 11 2019, 11:19
deadalnix requested changes to D3650: Fix null pointer dereference in SendCoinsEntry.

This is reintroducing global state, so no.

Jul 11 2019, 11:13
deadalnix committed rABC9c0570bf057e: outpt => output (authored by deadalnix).
outpt => output
Jul 11 2019, 11:12
deadalnix closed D3642: outpt => output.
Jul 11 2019, 11:12
deadalnix added inline comments to D3648: Use size_t for stack index in OP_MULTISIG.
Jul 11 2019, 09:43
deadalnix accepted D3630: [wallet] setup wallet background flushing in WalletInit directly.
Jul 11 2019, 01:49
deadalnix created D3648: Use size_t for stack index in OP_MULTISIG.
Jul 11 2019, 01:26
deadalnix requested changes to D3502: Added a script to generate chainparams constants header files.

This is looking more like something, but:
1/ Naming is terrible, not even descriptive of anything.
2/ It seems strange to me that you need to rely on bitcoin-cli, when both bitcoin-cli and the test framework - this last one being in python, there may even be code that is reusable - manage to fetch the infos directly. Calling into the shell brings a ton fo baggage, especially since, presumably, this will be called from a shell to begin with.
3/ This require a fulling synced node for mainnet and testnet on the same machine running the script.
4/ It doesn't look like there is a way to only update mainnet or testnet.

Jul 11 2019, 00:46

Jul 10 2019

deadalnix accepted D3638: Merge #12988: Hold cs_main while calling UpdatedBlockTip() signal.
Jul 10 2019, 23:59
deadalnix accepted D3639: Remove criptolayer.net from seeder lists.
Jul 10 2019, 23:57
deadalnix requested changes to D3619: Merge #9544: [trivial] Add end of namespace comments. Improve consistency..

There is a tool that can do this automatically and exaustively. Use it.

Jul 10 2019, 23:56
deadalnix requested changes to D3640: Merge #10481: Decodehextx scripts sanity check.

I'll just pretend that never saw this.

Jul 10 2019, 23:52
deadalnix created D3647: Enforce the use of TxId when constructing COutPoint.
Jul 10 2019, 23:49
deadalnix created D3646: Use txid in bloom tests.
Jul 10 2019, 23:46
deadalnix created D3645: Update rpcwallet.cpp to use TxId.
Jul 10 2019, 23:41
deadalnix created D3644: Use TxId in miner_tests.cpp.
Jul 10 2019, 23:36
deadalnix created D3643: Factor out outpoint generation in transaction_tests.cpp.
Jul 10 2019, 23:26
deadalnix created D3642: outpt => output.
Jul 10 2019, 23:18
deadalnix created D3641: Wrap generation of randomized outpoint in tests.
Jul 10 2019, 22:41
deadalnix committed rABC2be0a84fdf49: use TxId properly in coincontroldialog (authored by deadalnix).
use TxId properly in coincontroldialog
Jul 10 2019, 21:28
deadalnix closed D3637: use TxId properly in coincontroldialog.
Jul 10 2019, 21:28
deadalnix committed rABC7efaaeb4c10c: Rename wallet database classes (authored by Russell Yanofsky <russ@yanofsky.org>).
Rename wallet database classes
Jul 10 2019, 18:11
deadalnix closed D3618: Rename wallet database classes.
Jul 10 2019, 18:11
deadalnix committed rABC94d4e0a15975: wallet: Initialize m_last_block_processed to nullptr. Initialize fields where… (authored by practicalswift <practicalswift@users.noreply.github.com>).
wallet: Initialize m_last_block_processed to nullptr. Initialize fields where…
Jul 10 2019, 18:10
deadalnix closed D3634: wallet: Initialize m_last_block_processed to nullptr. Initialize fields where defined..
Jul 10 2019, 18:09
deadalnix updated the diff for D3634: wallet: Initialize m_last_block_processed to nullptr. Initialize fields where defined..

Remove mapRequestCount

Jul 10 2019, 18:03
deadalnix added inline comments to D3634: wallet: Initialize m_last_block_processed to nullptr. Initialize fields where defined..
Jul 10 2019, 18:00
deadalnix created D3637: use TxId properly in coincontroldialog.
Jul 10 2019, 17:31