Page MenuHomePhabricator

[website] Add a troubleshooting instruction to Avalanche Staking tutorial
AbandonedPublic

Authored by Mengerian on Sep 7 2022, 19:08.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Summary

Needed for finding address on the offline computer when the gap limit is exceeded

Test Plan

A user ran into this problem and used this instruction successfully

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Branch
tutorial-gap-limit
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19959
Build 39618: arc lint + arc unit

Event Timeline

PiRK requested changes to this revision.Sep 8 2022, 06:22

That should no longer be needed if the coin details were both exported and imported with 5.1.5. https://github.com/Bitcoin-ABC/ElectrumABC/pull/232

Besides, the coin can also be on change addresses, so if we add this instruction we should also mention doing it both with False and True as a parameter for create_new_address.

This revision now requires changes to proceed.Sep 8 2022, 06:22
In D11935#267275, @PiRK wrote:

That should no longer be needed if the coin details were both exported and imported with 5.1.5. https://github.com/Bitcoin-ABC/ElectrumABC/pull/232

OK, great so sounds like I can just abandon this Diff then. The guide already says to use 5.1.5 or greater.

Thanks!