Page MenuHomePhabricator
Feed All Stories

Sep 28 2023

PiRK published D14550: [electrum] use a WaitingDialog to resolve aliases for review.
Sep 28 2023, 07:31
Fabien added a comment to D14547: [electrum] support eCash aliases in the "Pay To" field.

(no "pay too many")

You can't pay to many, but still can pay too much with aliases !

Sep 28 2023, 07:01
Fabien accepted D14552: [explorer] Patch error failures on slp v2 txs.
Sep 28 2023, 07:00
PiRK updated the diff for D14547: [electrum] support eCash aliases in the "Pay To" field.

use constant for server url

Sep 28 2023, 07:00
PiRK updated the diff for D14544: [electrum] implement adding eCash alias to contacts.

improve error message and store server url as a constant

Sep 28 2023, 06:55

Sep 27 2023

bytesofman accepted D14548: [avalanche] Add coverage for the cooldown feature.
Sep 27 2023, 21:47
bytesofman updated the diff for D14527: [Cashtab] Commence refactor of transaction building.

bump to latest published ecash-coinselect

Sep 27 2023, 20:43
bytesofman requested review of D14552: [explorer] Patch error failures on slp v2 txs.
Sep 27 2023, 20:10
bytesofman abandoned D14551: [explorer] Patch issue where slp v2 txs crash explorer.

Issue has already been patched in explorer.be.cash, in the future should check this first ... though good exercise and all to find where the issue is arising here

Sep 27 2023, 20:07
bytesofman requested changes to D14544: [electrum] implement adding eCash alias to contacts.
Sep 27 2023, 19:10
bytesofman planned changes to D14551: [explorer] Patch issue where slp v2 txs crash explorer.
Sep 27 2023, 18:45
bytesofman updated the diff for D14551: [explorer] Patch issue where slp v2 txs crash explorer.

remove debug test change

Sep 27 2023, 18:45
bytesofman planned changes to D14551: [explorer] Patch issue where slp v2 txs crash explorer.
Sep 27 2023, 18:44
bytesofman requested review of D14551: [explorer] Patch issue where slp v2 txs crash explorer.
Sep 27 2023, 18:44
PiRK accepted D14549: [avalanche] Move the last poll time out of the node state.
Sep 27 2023, 16:08
PiRK accepted D14548: [avalanche] Add coverage for the cooldown feature.

tested with for i in {1..100} ; do ./test/functional/test_runner.py abc_p2p_avalanche_cooldown ; done
It seems to be reliable.

Sep 27 2023, 16:05
Fabien updated the summary of D14549: [avalanche] Move the last poll time out of the node state.
Sep 27 2023, 15:33
Fabien updated the diff for D14549: [avalanche] Move the last poll time out of the node state.

std::chrono::timepoint is not trivially copyable with all versions of the lib, so let'd drop the atomic. This variable is only accessed from the net thread anyway.

Sep 27 2023, 15:33
teamcity added a comment to D14549: [avalanche] Move the last poll time out of the node state.
Sep 27 2023, 15:21
Fabien planned changes to D14549: [avalanche] Move the last poll time out of the node state.
Sep 27 2023, 15:21
teamcity added a comment to D14549: [avalanche] Move the last poll time out of the node state.
Sep 27 2023, 15:20
teamcity added a comment to D14549: [avalanche] Move the last poll time out of the node state.
Sep 27 2023, 15:19
Fabien updated the diff for D14549: [avalanche] Move the last poll time out of the node state.

Attempt to fix the warning that I can't reproduce locally

Sep 27 2023, 15:18
Fabien planned changes to D14549: [avalanche] Move the last poll time out of the node state.
Sep 27 2023, 15:08
teamcity added a comment to D14549: [avalanche] Move the last poll time out of the node state.
Sep 27 2023, 14:59
teamcity added a comment to D14549: [avalanche] Move the last poll time out of the node state.
Sep 27 2023, 14:58
teamcity added a comment to D14549: [avalanche] Move the last poll time out of the node state.
Sep 27 2023, 14:58
Fabien requested review of D14549: [avalanche] Move the last poll time out of the node state.
Sep 27 2023, 14:55
Fabien requested review of D14548: [avalanche] Add coverage for the cooldown feature.
Sep 27 2023, 14:19
PiRK requested review of D14547: [electrum] support eCash aliases in the "Pay To" field.
Sep 27 2023, 13:11
bytesofman requested review of D14546: [Cashtab] Better UI for param sends.
Sep 27 2023, 13:03
bytesofman closed D14526: [ecash-coinselect] Simplify to match functionality of coinselect library.
Sep 27 2023, 12:58
bytesofman committed rABCb287134f633e: [ecash-coinselect] Simplify to match functionality of coinselect library (authored by bytesofman).
[ecash-coinselect] Simplify to match functionality of coinselect library
Sep 27 2023, 12:58
PiRK updated the diff for D14544: [electrum] implement adding eCash alias to contacts.

gate the feature behind an activation flag, add the action also to the Wallet > Contacts menu

Sep 27 2023, 11:24
Fabien requested changes to D14546: [Cashtab] Better UI for param sends.
Sep 27 2023, 08:50
Fabien accepted D14545: Bump replay protection to May 15th 2024.
Sep 27 2023, 08:46
Fabien requested changes to D14544: [electrum] implement adding eCash alias to contacts.

Please gate this feature behind a dev flag for now as aliases are not production ready yet.

Sep 27 2023, 08:43
Fabien accepted D14526: [ecash-coinselect] Simplify to match functionality of coinselect library.
Sep 27 2023, 08:39
PiRK added a comment to D14544: [electrum] implement adding eCash alias to contacts.

Screenshot from 2023-09-27 10-01-45.png (270×677 px, 30 KB)

Sep 27 2023, 08:02
PiRK published D14544: [electrum] implement adding eCash alias to contacts for review.
Sep 27 2023, 07:57
emack abandoned D14376: [Cashtab][Alias] Pending Aliases.
Sep 27 2023, 00:24

Sep 26 2023

bytesofman requested changes to D14376: [Cashtab][Alias] Pending Aliases.

some significant improvements available by getting rid of redundant state variables. Might want to think about how you want to implement this. We are getting into a complex review here.

Sep 26 2023, 21:35
bytesofman added inline comments to D14526: [ecash-coinselect] Simplify to match functionality of coinselect library.
Sep 26 2023, 20:43
bytesofman updated the diff for D14526: [ecash-coinselect] Simplify to match functionality of coinselect library.

remove line break, use determined variable in sumValues

Sep 26 2023, 20:43
bytesofman updated the diff for D14526: [ecash-coinselect] Simplify to match functionality of coinselect library.

assert check in sumValues, use native js array type checking with unit tested buffer support

Sep 26 2023, 20:40
bytesofman requested review of D14546: [Cashtab] Better UI for param sends.
Sep 26 2023, 19:12
teamcity awarded D14545: Bump replay protection to May 15th 2024 a Haypence token.
Sep 26 2023, 18:51
Mengerian added a comment to D14545: Bump replay protection to May 15th 2024.

@bot build-ibd

Sep 26 2023, 18:51
Mengerian added a comment to D14545: Bump replay protection to May 15th 2024.

Will not land this until all the upgrade items are completed

Sep 26 2023, 18:49
Mengerian requested review of D14545: Bump replay protection to May 15th 2024.
Sep 26 2023, 18:48
bytesofman accepted D14543: [avalanche] Make the network more resilient to temporary network slow downs.

typo nits

Sep 26 2023, 16:05
PiRK closed D14542: [electrum] add a new type of contact for ecash aliases.
Sep 26 2023, 15:44
PiRK closed D14541: [lint] exclude icons.py from more linters.
Sep 26 2023, 15:44
PiRK committed rABCd3cab7ae6e46: [electrum] add a new type of contact for ecash aliases (authored by PiRK).
[electrum] add a new type of contact for ecash aliases
Sep 26 2023, 15:44
PiRK closed D14540: [electrum] remove unused do_update_signal signal.
Sep 26 2023, 15:44
PiRK committed rABC03c99fe4cc4a: [lint] exclude icons.py from more linters (authored by PiRK).
[lint] exclude icons.py from more linters
Sep 26 2023, 15:44
PiRK closed D14539: [electrum] finish removing main_window references in ContactList.
Sep 26 2023, 15:44
PiRK committed rABC5edd21f4b78d: [electrum] remove unused do_update_signal signal (authored by PiRK).
[electrum] remove unused do_update_signal signal
Sep 26 2023, 15:44
PiRK committed rABCdfdacd7ffdd8: [electrum] finish removing main_window references in ContactList (authored by PiRK).
[electrum] finish removing main_window references in ContactList
Sep 26 2023, 15:44
PiRK closed D14538: [electrum] move get*Filename wrappers out of MainWindow.
Sep 26 2023, 15:44
PiRK closed D14537: [electrum] move delete_contacts to ContactList.
Sep 26 2023, 15:44
PiRK committed rABCa72a2c909229: [electrum] move delete_contacts to ContactList (authored by PiRK).
[electrum] move delete_contacts to ContactList
Sep 26 2023, 15:44
PiRK committed rABC30e450064897: [electrum] move get*Filename wrappers out of MainWindow (authored by PiRK).
[electrum] move get*Filename wrappers out of MainWindow
Sep 26 2023, 15:44
PiRK closed D14536: [electrum] remove more uses of main_window in ContactList.
Sep 26 2023, 15:44
PiRK committed rABC9a543a82755e: [electrum] remove more uses of main_window in ContactList (authored by PiRK).
[electrum] remove more uses of main_window in ContactList
Sep 26 2023, 15:44
Fabien accepted D14542: [electrum] add a new type of contact for ecash aliases.
Sep 26 2023, 14:45
PiRK added a comment to D14542: [electrum] add a new type of contact for ecash aliases.

This does not add support for aliases, only add the type which is unused ?

Sep 26 2023, 14:44
emack added inline comments to D14376: [Cashtab][Alias] Pending Aliases.
Sep 26 2023, 14:35
emack updated the diff for D14376: [Cashtab][Alias] Pending Aliases.

Responding to feedback

Sep 26 2023, 14:35
Fabien added a comment to D14542: [electrum] add a new type of contact for ecash aliases.

This does not add support for aliases, only add the type which is unused ?

Sep 26 2023, 14:29
Fabien accepted D14541: [lint] exclude icons.py from more linters.
Sep 26 2023, 14:23
Fabien accepted D14540: [electrum] remove unused do_update_signal signal.
Sep 26 2023, 14:22
Fabien accepted D14539: [electrum] finish removing main_window references in ContactList.
Sep 26 2023, 14:21
Fabien accepted D14538: [electrum] move get*Filename wrappers out of MainWindow.
Sep 26 2023, 14:20
Fabien accepted D14537: [electrum] move delete_contacts to ContactList.
Sep 26 2023, 14:17
Fabien accepted D14536: [electrum] remove more uses of main_window in ContactList.
Sep 26 2023, 14:12
PiRK accepted D14543: [avalanche] Make the network more resilient to temporary network slow downs.
Sep 26 2023, 13:54
Fabien requested review of D14543: [avalanche] Make the network more resilient to temporary network slow downs.
Sep 26 2023, 13:29
PiRK updated the diff for D14542: [electrum] add a new type of contact for ecash aliases.

undo debugging patch

Sep 26 2023, 09:00
PiRK added a comment to D14542: [electrum] add a new type of contact for ecash aliases.

Screenshot from 2023-09-26 10-20-13.png (184×942 px, 50 KB)

Sep 26 2023, 08:53
PiRK requested review of D14542: [electrum] add a new type of contact for ecash aliases.
Sep 26 2023, 08:52
PiRK requested review of D14541: [lint] exclude icons.py from more linters.
Sep 26 2023, 08:49
PiRK updated the test plan for D14539: [electrum] finish removing main_window references in ContactList.
Sep 26 2023, 07:55
PiRK requested review of D14540: [electrum] remove unused do_update_signal signal.
Sep 26 2023, 07:49
PiRK requested review of D14539: [electrum] finish removing main_window references in ContactList.
Sep 26 2023, 07:43
PiRK requested review of D14538: [electrum] move get*Filename wrappers out of MainWindow.
Sep 26 2023, 07:41
Fabien requested changes to D14526: [ecash-coinselect] Simplify to match functionality of coinselect library.
Sep 26 2023, 07:37
PiRK requested review of D14537: [electrum] move delete_contacts to ContactList.
Sep 26 2023, 07:35
PiRK requested review of D14536: [electrum] remove more uses of main_window in ContactList.
Sep 26 2023, 07:33
PiRK closed D14535: [electrum] pass a wallet.contacts reference to ContactList.
Sep 26 2023, 05:50
PiRK committed rABC3606c76051e3: [electrum] pass a wallet.contacts reference to ContactList (authored by PiRK).
[electrum] pass a wallet.contacts reference to ContactList
Sep 26 2023, 05:50
PiRK closed D14533: [electrum] move new contact dialog to contact_list.py.
Sep 26 2023, 05:50
PiRK closed D14534: [electrum] move ElectrumWindow.set_contact method to ContactList.
Sep 26 2023, 05:50
PiRK committed rABC4e50fcdedc05: [electrum] move ElectrumWindow.set_contact method to ContactList (authored by PiRK).
[electrum] move ElectrumWindow.set_contact method to ContactList
Sep 26 2023, 05:50
PiRK committed rABC408eb1e67232: [electrum] move new contact dialog to contact_list.py (authored by PiRK).
[electrum] move new contact dialog to contact_list.py
Sep 26 2023, 05:50
PiRK closed D14532: [electrum] start supporting oa1:xec and stop supporting oa1:bch as openalias prefix.
Sep 26 2023, 05:50
PiRK committed rABC23566e1ef467: [electrum] start supporting oa1:xec and stop supporting oa1:bch as openalias… (authored by PiRK).
[electrum] start supporting oa1:xec and stop supporting oa1:bch as openalias…
Sep 26 2023, 05:50

Sep 25 2023

bytesofman accepted D14535: [electrum] pass a wallet.contacts reference to ContactList.
Sep 25 2023, 21:07
bytesofman accepted D14534: [electrum] move ElectrumWindow.set_contact method to ContactList.
Sep 25 2023, 21:06
bytesofman accepted D14533: [electrum] move new contact dialog to contact_list.py.
Sep 25 2023, 20:51