Page MenuHomePhabricator

andychen (Andy Chen)
User

Projects

User does not belong to any projects.

User Details

User Since
Jan 29 2018, 03:52 (326 w, 2 d)

Recent Activity

Sep 27 2018

andychen committed rSTAGINGfa4f944a8c3a: Make max tx input script sig size 1650 a constant. (authored by andychen).
Make max tx input script sig size 1650 a constant.
Sep 27 2018, 18:58
andychen committed rSTAGINGc21f4f32d8c6: code formatting for transaction.cpp (authored by andychen).
code formatting for transaction.cpp
Sep 27 2018, 18:57
andychen committed rSTAGING7e6d3e27bea9: vout parameter check in createrawtransaction is confused with missing &… (authored by andychen).
vout parameter check in createrawtransaction is confused with missing &…
Sep 27 2018, 18:55
andychen committed rSTAGING87d16fe61578: add rule for better reviewing, don't amend new changes after diff accepted, new… (authored by andychen).
add rule for better reviewing, don't amend new changes after diff accepted, new…
Sep 27 2018, 18:43
andychen committed rSTAGING6dd30ed0b3b2: Revert "rename Bitcoin to Bitcoin Cash for UI" (authored by andychen).
Revert "rename Bitcoin to Bitcoin Cash for UI"
Sep 27 2018, 18:42
andychen added a reverting change for rSTAGINGa8f5955c4915: rename Bitcoin to Bitcoin Cash for UI: rSTAGING6dd30ed0b3b2: Revert "rename Bitcoin to Bitcoin Cash for UI".
Sep 27 2018, 18:42
andychen committed rSTAGINGa8f5955c4915: rename Bitcoin to Bitcoin Cash for UI (authored by andychen).
rename Bitcoin to Bitcoin Cash for UI
Sep 27 2018, 18:42

Sep 21 2018

andychen abandoned D1239: ignore OSX make deploy generate files.
Sep 21 2018, 01:11

Aug 14 2018

andychen committed rABCfa4f944a8c3a: Make max tx input script sig size 1650 a constant. (authored by andychen).
Make max tx input script sig size 1650 a constant.
Aug 14 2018, 02:00
andychen closed D1648: Make max tx input script sig size 1650 a constant..
Aug 14 2018, 02:00

Aug 13 2018

Owners added a reviewer for D1648: Make max tx input script sig size 1650 a constant.: Restricted Owners Package.
Aug 13 2018, 12:15

Aug 7 2018

andychen committed rABCc21f4f32d8c6: code formatting for transaction.cpp (authored by andychen).
code formatting for transaction.cpp
Aug 7 2018, 15:34
andychen closed D1626: code formatting for transaction.cpp.
Aug 7 2018, 15:33
andychen updated the diff for D1626: code formatting for transaction.cpp.

C++11 loop style

Aug 7 2018, 04:50

Aug 6 2018

Owners added a reviewer for D1626: code formatting for transaction.cpp: Restricted Owners Package.
Aug 6 2018, 02:24

Jul 16 2018

andychen committed rABC7e6d3e27bea9: vout parameter check in createrawtransaction is confused with missing &… (authored by andychen).
vout parameter check in createrawtransaction is confused with missing &…
Jul 16 2018, 23:06
andychen closed D1556: vout parameter check in createrawtransaction is confused with missing & type_error..
Jul 16 2018, 23:06

Jul 14 2018

andychen added a comment to D1556: vout parameter check in createrawtransaction is confused with missing & type_error..

Seems like a good change. However, please fix the code style as per what I suggested. Just check for null first.

Jul 14 2018, 10:15

Jul 13 2018

andychen added a comment to D1556: vout parameter check in createrawtransaction is confused with missing & type_error..

sometimes bip68-sequence.py test will fail which I think is irrelevant with this commit.

Jul 13 2018, 03:43
andychen added a comment to D1556: vout parameter check in createrawtransaction is confused with missing & type_error..

Seems like a good change. However, please fix the code style as per what I suggested. Just check for null first.

Jul 13 2018, 02:22
andychen updated the diff for D1556: vout parameter check in createrawtransaction is confused with missing & type_error..

seperate two ifs

Jul 13 2018, 02:21
andychen added inline comments to D1556: vout parameter check in createrawtransaction is confused with missing & type_error..
Jul 13 2018, 01:30

Jul 12 2018

andychen added a comment to D1556: vout parameter check in createrawtransaction is confused with missing & type_error..

Regarding linting errors, check clang-format --version and make sure you're on 4.x instead of 5 or 6.

Jul 12 2018, 10:43
andychen updated the diff for D1556: vout parameter check in createrawtransaction is confused with missing & type_error..

fix string concat bug by use string directly.

Jul 12 2018, 09:53
andychen added a comment to D1556: vout parameter check in createrawtransaction is confused with missing & type_error..

Regarding linting errors, check clang-format --version and make sure you're on 4.x instead of 5 or 6.

Jul 12 2018, 03:14

Jul 11 2018

andychen updated the diff for D1556: vout parameter check in createrawtransaction is confused with missing & type_error..

update Test Plan & make rawtransaction test case better

Jul 11 2018, 16:50
andychen added inline comments to D1556: vout parameter check in createrawtransaction is confused with missing & type_error..
Jul 11 2018, 16:45
andychen added a comment to D1556: vout parameter check in createrawtransaction is confused with missing & type_error..

Amaury is saying you need to add this to the test plan, at a minimum:

/test/functional/test_runner.py rawtransactions.py

This ensures you test changes pass locally before publishing the diff. :)

Jul 11 2018, 16:41
andychen updated the diff for D1556: vout parameter check in createrawtransaction is confused with missing & type_error..

fix Code style violation

Jul 11 2018, 16:18
andychen added a comment to D1556: vout parameter check in createrawtransaction is confused with missing & type_error..

make check is not an appropriate test for this. This is changing behavior, and such behavior needs to be tested. Please update the test plan accordingly.

Except this, LGTM.

Jul 11 2018, 14:59
andychen updated the diff for D1556: vout parameter check in createrawtransaction is confused with missing & type_error..

fix some code formatting auto-done by editor.

Jul 11 2018, 02:57
Owners added a reviewer for D1556: vout parameter check in createrawtransaction is confused with missing & type_error.: Restricted Owners Package.
Jul 11 2018, 02:48

Apr 11 2018

andychen abandoned D1269: Rename Bitcoin to Bitcoin Cash in GUI & translation files.
Apr 11 2018, 15:26
andychen added a comment to D1269: Rename Bitcoin to Bitcoin Cash in GUI & translation files.

There was a diff that was accepted with a set of changes. If you want to do more, do other diffs.

Apr 11 2018, 03:02

Apr 10 2018

andychen added inline comments to D1269: Rename Bitcoin to Bitcoin Cash in GUI & translation files.
Apr 10 2018, 02:00
andychen updated the diff for D1269: Rename Bitcoin to Bitcoin Cash in GUI & translation files.

fix translation in 'Warning: Invalid Bitcoin Cash address'

Apr 10 2018, 01:59
andychen added inline comments to D1269: Rename Bitcoin to Bitcoin Cash in GUI & translation files.
Apr 10 2018, 01:53
andychen added a comment to D1269: Rename Bitcoin to Bitcoin Cash in GUI & translation files.

more translation found:

Apr 10 2018, 01:33
andychen updated the diff for D1269: Rename Bitcoin to Bitcoin Cash in GUI & translation files.

rename Bitcoin to Bitcoin Cash in cpp files work with translation

Apr 10 2018, 01:31
andychen updated the diff for D1269: Rename Bitcoin to Bitcoin Cash in GUI & translation files.

modify 'These are your Bitcoin Cash addresses'

Apr 10 2018, 01:16
andychen updated the diff for D1269: Rename Bitcoin to Bitcoin Cash in GUI & translation files.

some of the Bitcoin should be replaced to Bitcoin Cash in gui cpp files.

Apr 10 2018, 01:08
andychen added a comment to D1269: Rename Bitcoin to Bitcoin Cash in GUI & translation files.

"Enter a Bitcoin address" this translation is broken, trying to find more.

Apr 10 2018, 00:17
andychen added a comment to D1269: Rename Bitcoin to Bitcoin Cash in GUI & translation files.

This wasn't the code that was accepted, and for good reason (this breaks various translations).

Apr 10 2018, 00:11
andychen committed rABC87d16fe61578: add rule for better reviewing, don't amend new changes after diff accepted, new… (authored by andychen).
add rule for better reviewing, don't amend new changes after diff accepted, new…
Apr 10 2018, 00:07
andychen closed D1270: add rule for better reviewing, don't amend new changes after diff accepted, new a diff for that..
Apr 10 2018, 00:07

Apr 9 2018

Herald added 1 blocking reviewer(s) for D1270: add rule for better reviewing, don't amend new changes after diff accepted, new a diff for that.: Restricted Project.
Apr 9 2018, 15:28
Herald added 1 blocking reviewer(s) for D1269: Rename Bitcoin to Bitcoin Cash in GUI & translation files: Restricted Project.
Apr 9 2018, 15:14
andychen abandoned D1265: rename Bitcoin to Bitcoin Cash for UI and translation files.
Apr 9 2018, 15:06
andychen abandoned D1264: fix mis-replace Bitcoin words..
Apr 9 2018, 15:06
andychen committed rABC6dd30ed0b3b2: Revert "rename Bitcoin to Bitcoin Cash for UI" (authored by andychen).
Revert "rename Bitcoin to Bitcoin Cash for UI"
Apr 9 2018, 14:46
andychen added a reverting change for rABCa8f5955c4915: rename Bitcoin to Bitcoin Cash for UI: rABC6dd30ed0b3b2: Revert "rename Bitcoin to Bitcoin Cash for UI".
Apr 9 2018, 14:46
andychen closed D1266: Revert "rename Bitcoin to Bitcoin Cash for UI".
Apr 9 2018, 14:39
Herald added 1 blocking reviewer(s) for D1266: Revert "rename Bitcoin to Bitcoin Cash for UI": Restricted Project.
Apr 9 2018, 14:17
andychen added a reverting change for rABCa8f5955c4915: rename Bitcoin to Bitcoin Cash for UI: D1266: Revert "rename Bitcoin to Bitcoin Cash for UI".
Apr 9 2018, 14:17
Herald added 1 blocking reviewer(s) for D1265: rename Bitcoin to Bitcoin Cash for UI and translation files: Restricted Project.
Apr 9 2018, 13:55
Herald added 1 blocking reviewer(s) for D1264: fix mis-replace Bitcoin words.: Restricted Project.
Apr 9 2018, 11:49
andychen added a comment to D1254: rename Bitcoin to Bitcoin Cash for UI.

got, some of the Bitcoin should not be replaced to Bitcoin Cash. e.g. Bitcoin ABC

Apr 9 2018, 04:18
andychen added a comment to D1254: rename Bitcoin to Bitcoin Cash for UI.

This is way beyoond the scope of the orginal diff. Please revert and make a new diff for the other changes.

Apr 9 2018, 03:57
andychen committed rABCa8f5955c4915: rename Bitcoin to Bitcoin Cash for UI (authored by andychen).
rename Bitcoin to Bitcoin Cash for UI
Apr 9 2018, 01:09
andychen closed D1254: rename Bitcoin to Bitcoin Cash for UI.
Apr 9 2018, 01:09
andychen updated the diff for D1254: rename Bitcoin to Bitcoin Cash for UI.

some of the Bitcoin is not replaced to Bicoin Cash in locale files, fix it

Apr 9 2018, 00:04

Apr 8 2018

Herald added 1 blocking reviewer(s) for D1254: rename Bitcoin to Bitcoin Cash for UI: Restricted Project.
Apr 8 2018, 00:50

Apr 5 2018

andychen added inline comments to D1239: ignore OSX make deploy generate files.
Apr 5 2018, 04:51

Apr 3 2018

Herald added 1 blocking reviewer(s) for D1239: ignore OSX make deploy generate files: Restricted Project.
Apr 3 2018, 12:20

Mar 1 2018

andychen committed rSTAGINGc7ebb3be323a: Summary: make check will generate wallet.backup file on OSX, ignore it. (authored by andychen).
Summary: make check will generate wallet.backup file on OSX, ignore it.
Mar 1 2018, 23:47

Feb 1 2018

andychen added a comment to D1054: Summary: make check will generate wallet.backup file on OSX, ignore it..

done, I checked the contribution.md before coding, if anything I missed, remind me please, thanks :)

Feb 1 2018, 03:40
andychen committed rABCc7ebb3be323a: Summary: make check will generate wallet.backup file on OSX, ignore it. (authored by andychen).
Summary: make check will generate wallet.backup file on OSX, ignore it.
Feb 1 2018, 03:38
andychen closed D1054: Summary: make check will generate wallet.backup file on OSX, ignore it..
Feb 1 2018, 03:38

Jan 31 2018

Herald added a reviewer for D1054: Summary: make check will generate wallet.backup file on OSX, ignore it.: Restricted Project.
Jan 31 2018, 04:49