We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functional tests require to set custom networks for an account. There's a workaround available with requests.CreateAccountAndLogin:
requests.CreateAccountAndLogin
status-go/protocol/requests/create_account.go
Line 69 in 0555331
This doesn't work with LoginAccount. On the next sign in, networks are reset to defaults due to Fix loadNodeConfig loses DB data #5597
LoginAccount
This looks like a workaround rather than a proper way.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Functional tests require to set custom networks for an account.
There's a workaround available with
requests.CreateAccountAndLogin
:status-go/protocol/requests/create_account.go
Line 69 in 0555331
This doesn't work with
LoginAccount
.On the next sign in, networks are reset to defaults due to Fix loadNodeConfig loses DB data #5597
This looks like a workaround rather than a proper way.
The text was updated successfully, but these errors were encountered: