Skip to content
New issue

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

Warmup Filecoin Ledger account before transaction #14767

Merged
merged 1 commit into from
Aug 24, 2022
Merged

Warmup Filecoin Ledger account before transaction #14767

merged 1 commit into from
Aug 24, 2022

Conversation

cypt4
Copy link
Collaborator

@cypt4 cypt4 commented Aug 23, 2022

Fixes brave/brave-browser#24824

Otherwise there is an error "Must call getAccounts with to derive this from address before signing with it" or "Must call getAccounts with to derive this from address before signing with it"

Submitter Checklist:

Test Plan:

Test filecoin transaction from HW addr for mainnet and testnet

@github-actions github-actions bot added the CI/storybook-url Deploy storybook and provide a unique URL for each build label Aug 23, 2022
@cypt4 cypt4 requested a review from nvonpentz August 23, 2022 14:21
@brave-builds
Copy link
Collaborator

A Storybook has been deployed to preview UI for the latest push

@@ -122,6 +122,10 @@ export default class FilecoinLedgerKeyring implements LedgerFilecoinKeyring {
Method: parsed.Method,
Params: parsed.Params
}

// Accounts must be warmuped before signing.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: warmed up

@brave-builds
Copy link
Collaborator

A Storybook has been deployed to preview UI for the latest push

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/storybook-url Deploy storybook and provide a unique URL for each build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sending from HW filecoin acc doesn't work
3 participants