Page MenuHomePhabricator
Feed Advanced Search

Jan 15 2018

dagurval accepted D947: [qt] Stop treating coinbase outputs differently: show them at 1conf.
Jan 15 2018, 10:57
dagurval accepted D945: Fix importwallet edge case rescan bug.
Jan 15 2018, 10:51
dagurval accepted D948: Remove redundant parameter params of EncodeDestination.
Jan 15 2018, 10:43

Jan 7 2018

dagurval accepted D903: test: Report InitBlockIndex result.
Jan 7 2018, 22:25

Dec 19 2017

dagurval accepted D801: Use user configured encoding in receive request.
Dec 19 2017, 18:31

Dec 15 2017

dagurval updated the diff for D583: Support parsing cashaddr from command line.

Don't use pair

Dec 15 2017, 20:02
dagurval committed rABCa38bff37c337: Introduce bitcoinUriScheme (authored by dagurval).
Introduce bitcoinUriScheme
Dec 15 2017, 19:37
dagurval closed D797: Introduce bitcoinUriScheme.
Dec 15 2017, 19:37
dagurval updated the diff for D583: Support parsing cashaddr from command line.

Added a warning if two (or more) addresses from incompatible networks are parsed.

Dec 15 2017, 13:26
dagurval updated the diff for D583: Support parsing cashaddr from command line.

Moved network selection to bitcoin.cpp

Dec 15 2017, 13:13
dagurval requested review of D801: Use user configured encoding in receive request.
Dec 15 2017, 12:14
dagurval updated the diff for D797: Introduce bitcoinUriScheme.

removed dummy object, cfg -> config

Dec 15 2017, 12:07

Dec 14 2017

dagurval added inline comments to D797: Introduce bitcoinUriScheme.
Dec 14 2017, 07:27

Dec 13 2017

dagurval committed rABCe52fa6d72dd2: Add missing include in receiverequestdialog (authored by dagurval).
Add missing include in receiverequestdialog
Dec 13 2017, 19:38
dagurval closed D806: Add missing include in receiverequestdialog.
Dec 13 2017, 19:38
dagurval closed T130: Revision D802 broke builds as Resolved by committing rABCe52fa6d72dd2: Add missing include in receiverequestdialog.
Dec 13 2017, 19:38
dagurval created D806: Add missing include in receiverequestdialog.
Dec 13 2017, 19:33
dagurval added a revision to T130: Revision D802 broke builds: D806: Add missing include in receiverequestdialog.
Dec 13 2017, 19:33
dagurval committed rABC87b604444cc5: Modify QR code to fit cashaddr (authored by dagurval).
Modify QR code to fit cashaddr
Dec 13 2017, 18:41
dagurval closed D802: Modify QR code to fit cashaddr.
Dec 13 2017, 18:41
dagurval added inline comments to D797: Introduce bitcoinUriScheme.
Dec 13 2017, 16:28
dagurval requested review of D797: Introduce bitcoinUriScheme.
Dec 13 2017, 16:27
dagurval added a reviewer for D802: Modify QR code to fit cashaddr: Restricted Project.
Dec 13 2017, 13:40
dagurval added a reviewer for D801: Use user configured encoding in receive request: Restricted Project.
Dec 13 2017, 13:39
dagurval added a comment to D802: Modify QR code to fit cashaddr.

Screenshot from 2017-12-13 13-27-41.png (627×487 px, 47 KB)

Dec 13 2017, 12:44
dagurval created D802: Modify QR code to fit cashaddr.
Dec 13 2017, 12:44
dagurval created D801: Use user configured encoding in receive request.
Dec 13 2017, 11:48
dagurval added inline comments to D797: Introduce bitcoinUriScheme.
Dec 13 2017, 08:26

Dec 12 2017

dagurval updated the test plan for D583: Support parsing cashaddr from command line.
Dec 12 2017, 12:14
dagurval updated the diff for D583: Support parsing cashaddr from command line.

Parts of this were split out into D797 and D769. Rebased on top.

Dec 12 2017, 12:13
dagurval created D797: Introduce bitcoinUriScheme.
Dec 12 2017, 11:05

Dec 8 2017

dagurval committed rABCa492b58df9f5: Accept multiple schemes in parseBitcoinURI (authored by dagurval).
Accept multiple schemes in parseBitcoinURI
Dec 8 2017, 11:06
dagurval closed D769: Accept multiple schemes in parseBitcoinURI.
Dec 8 2017, 11:06
dagurval added a comment to D761: Encode cashaddr size properly in version bit..

Looks good. You need a test to ensure PackCashAddrContent throws when it should.

Dec 8 2017, 10:18
Herald added a reviewer for D769: Accept multiple schemes in parseBitcoinURI: Restricted Project.
Dec 8 2017, 09:41
dagurval committed rABC68daecd4edba: Encode destination using Base58 in WalletDB (authored by dagurval).
Encode destination using Base58 in WalletDB
Dec 8 2017, 08:21
dagurval closed D745: Encode destination using Base58 in WalletDB.
Dec 8 2017, 08:21

Dec 7 2017

dagurval updated the diff for D745: Encode destination using Base58 in WalletDB.

back to first proposal, with some nits

Dec 7 2017, 23:49
dagurval updated the diff for D745: Encode destination using Base58 in WalletDB.

No code repitition

Dec 7 2017, 12:48
dagurval added inline comments to D745: Encode destination using Base58 in WalletDB.
Dec 7 2017, 12:08

Dec 6 2017

dagurval accepted D764: Remove needless import.
Dec 6 2017, 22:03
dagurval committed rABC9350110492c6: Support cashaddr in parse/format URI (authored by dagurval).
Support cashaddr in parse/format URI
Dec 6 2017, 21:59
dagurval closed D709: Support cashaddr in parse/format URI.
Dec 6 2017, 21:58
dagurval committed rABCa4afdad25f8f: Make Config more available in Qt (authored by dagurval).
Make Config more available in Qt
Dec 6 2017, 21:29
dagurval closed D708: Make Config more available in Qt.
Dec 6 2017, 21:29
dagurval added a comment to D745: Encode destination using Base58 in WalletDB.

I introduced WriteDstPair and EraseDstPair to avoid code repetition between WritePurpose and WriteName. Unfortunately WriteDestData creates its key in different way and cannot be generalized the same way.

Dec 6 2017, 13:13
dagurval updated the diff for D745: Encode destination using Base58 in WalletDB.

remove unrelated change

Dec 6 2017, 13:11
dagurval updated the diff for D745: Encode destination using Base58 in WalletDB.

Add Write/EraseDstPair

Dec 6 2017, 13:09

Dec 5 2017

dagurval updated the diff for D708: Make Config more available in Qt.

use pointers

Dec 5 2017, 22:31
dagurval added a comment to D583: Support parsing cashaddr from command line.

Test plan is not adequate. Manual is not something I can reproduce if I wanted/needed to.

Dec 5 2017, 20:43
dagurval accepted D755: Start differenciating txid and txhash.
Dec 5 2017, 20:19
dagurval accepted D754: A pack of nits.
Dec 5 2017, 20:10
dagurval accepted D753: Make CMutableTransaction a class.
Dec 5 2017, 20:04
dagurval accepted D752: Remove a workaround for old version of boost..
Dec 5 2017, 20:04

Dec 3 2017

dagurval added inline comments to D745: Encode destination using Base58 in WalletDB.
Dec 3 2017, 19:49

Dec 2 2017

Herald added a reviewer for D745: Encode destination using Base58 in WalletDB: Restricted Project.
Dec 2 2017, 21:19

Dec 1 2017

dagurval committed rABC11a84a2d0ece: Support cashaddr in Qt input validation (authored by dagurval).
Support cashaddr in Qt input validation
Dec 1 2017, 08:16
dagurval closed D552: Support cashaddr in Qt input validation.
Dec 1 2017, 08:16

Nov 27 2017

dagurval updated the diff for D583: Support parsing cashaddr from command line.

fix rebase issue in tests

Nov 27 2017, 14:21
dagurval updated the test plan for D583: Support parsing cashaddr from command line.
Nov 27 2017, 13:31
dagurval updated the diff for D583: Support parsing cashaddr from command line.

Rebased on top of D709

Nov 27 2017, 13:28
dagurval accepted D731: Revert "Get rid of namespace imports & backporting univalue".
Nov 27 2017, 11:31
dagurval added a comment to D709: Support cashaddr in parse/format URI.

This should be able to detect which kind of addresses we are looking at rather than blindly trusting the config.

Nov 27 2017, 08:28
dagurval updated the diff for D709: Support cashaddr in parse/format URI.

Check if URI is cashaddr encoded instead of relying on user config

Nov 27 2017, 08:27
dagurval requested review of D708: Make Config more available in Qt.
Nov 27 2017, 08:06
dagurval abandoned D706: Use GetConfig instead of GlobalConfig.

Bundled into D552

Nov 27 2017, 07:40
dagurval updated the diff for D552: Support cashaddr in Qt input validation.

GetConfig()

Nov 27 2017, 07:38

Nov 26 2017

dagurval added a comment to D712: Move mapBlockIndex to chain.h.

Did you forget to move the definition of mapBlockIndex from validation.cpp, or is this on purpose? You only moved the declaration in the header file. May also want to add a comment about it being protected by cs_main

Nov 26 2017, 23:08

Nov 23 2017

dagurval committed rABC08d76a6b7421: Use bch prefix in cashaddr (authored by dagurval).
Use bch prefix in cashaddr
Nov 23 2017, 22:39
dagurval closed D682: Use bch prefix in cashaddr.
Nov 23 2017, 22:39
dagurval added inline comments to D708: Make Config more available in Qt.
Nov 23 2017, 15:07
dagurval updated the summary of D709: Support cashaddr in parse/format URI.
Nov 23 2017, 14:59
Herald added a reviewer for D709: Support cashaddr in parse/format URI: Restricted Project.
Nov 23 2017, 14:58
Herald added a reviewer for D708: Make Config more available in Qt: Restricted Project.
Nov 23 2017, 14:11

Nov 16 2017

dagurval added a comment to D706: Use GetConfig instead of GlobalConfig.

You want me to un-land the bogus patch and fix it?

Nov 16 2017, 22:08
dagurval accepted D668: Do not connect to peers that do not use the cash magic anymore..
Nov 16 2017, 12:46
Herald added a reviewer for D706: Use GetConfig instead of GlobalConfig: Restricted Project.
Nov 16 2017, 12:43
dagurval added a comment to D552: Support cashaddr in Qt input validation.

Currently requires full address, including prefix.

Nov 16 2017, 12:22
dagurval updated the summary of D552: Support cashaddr in Qt input validation.
Nov 16 2017, 12:21
dagurval updated the diff for D552: Support cashaddr in Qt input validation.

rebased

Nov 16 2017, 12:17
dagurval committed rABC39aafe4f317b: Make DummyAddress support cashaddr (authored by dagurval).
Make DummyAddress support cashaddr
Nov 16 2017, 07:28
dagurval closed D553: Make DummyAddress support cashaddr.
Nov 16 2017, 07:28
dagurval committed rABC4a8255d86124: Add flag to enable dst encoding using cashaddr (authored by dagurval).
Add flag to enable dst encoding using cashaddr
Nov 16 2017, 07:08
dagurval closed D695: Add flag to enable dst encoding using cashaddr.
Nov 16 2017, 07:08

Nov 15 2017

dagurval abandoned D683: Add flag to enable dst encoding using cashaddr.

after rebase, arcanist made a new diff instead of updating this one D695

Nov 15 2017, 20:57
Herald added a reviewer for D695: Add flag to enable dst encoding using cashaddr: Restricted Project.
Nov 15 2017, 20:54
dagurval committed rABC67861095ee64: Added DummyConfig (authored by dagurval).
Added DummyConfig
Nov 15 2017, 20:28
dagurval closed D685: Added DummyConfig.
Nov 15 2017, 20:28
dagurval updated the test plan for D553: Make DummyAddress support cashaddr.
Nov 15 2017, 11:25
dagurval updated the diff for D553: Make DummyAddress support cashaddr.

Type of address generated depends on config now. Added test.

Nov 15 2017, 11:23
Herald added a reviewer for D685: Added DummyConfig: Restricted Project.
Nov 15 2017, 10:00

Nov 14 2017

dagurval updated the diff for D683: Add flag to enable dst encoding using cashaddr.

Move -usecashaddr outside of any group.
Added a comment.
Moved help string.

Nov 14 2017, 21:44
dagurval added inline comments to D683: Add flag to enable dst encoding using cashaddr.
Nov 14 2017, 21:43
Herald added a reviewer for D683: Add flag to enable dst encoding using cashaddr: Restricted Project.
Nov 14 2017, 14:41
dagurval committed rABC1a3a9d7cbe9e: Enable decoding and optional encoding of cashaddr (authored by dagurval).
Enable decoding and optional encoding of cashaddr
Nov 14 2017, 14:15
dagurval closed D660: Enable decoding and optional encoding of cashaddr.
Nov 14 2017, 14:15
dagurval updated the summary of D660: Enable decoding and optional encoding of cashaddr.
Nov 14 2017, 13:06
dagurval updated the diff for D660: Enable decoding and optional encoding of cashaddr.

remove -use-cashaddr flag

Nov 14 2017, 12:40
dagurval committed rABCeb096c1f0a11: Implement {Encode,Decode}Destination without CBitcoinAddress (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Implement {Encode,Decode}Destination without CBitcoinAddress
Nov 14 2017, 08:18
dagurval closed D624: Implement {Encode,Decode}Destination without CBitcoinAddress.
Nov 14 2017, 08:18