-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduce account signer (#445)
* ignore .fvm directory * feat(starknet): add Account Signer Account signer is responsible to generate correct signature for a given kind of account contract * fix(starknet): use relative import * feat(starknet): use AccountSigner in Account Signer is deprecated BREAKING CHANGE: all signature methods are async. BREAKING CHANGE: AccountSigner doesn't expose proviate key * melos: add scripts to declare&deploy ERC20 contract * starknet: update erc20 example to run with devnet * starknet: remove obsolete example transfer_erc20 * fix(starknet/examples): privateKey is not public for AccountSigner * starknet: StartAccountSigner export privateKey for testing purpose * starknet: fix dart analyze * starknet_cli: fix dart analyze * walletkit: fix dart analyze * starknet: remove StarkAccountSigner: privateKey getter * avnu_provider: fix test to use new AccountSigner * starknet: add Felt.one and Felt.two * feat(starknet): add support for ArgentX account without guardian * feat(starknet): add ArgentX 0.4.0 account deploy on devnet example * apply some coderabbit suggestions
- Loading branch information
1 parent
bc698d7
commit 61b2192
Showing
42 changed files
with
1,198 additions
and
972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,5 @@ coverage/ | |
.starkli/account_1.json | ||
pubspec_overrides.yaml | ||
*.iml | ||
|
||
.fvm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.