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

Implement support for account contract #47

Merged
merged 14 commits into from
Feb 1, 2022

Conversation

dribeiro-ShardLabs
Copy link
Contributor

@dribeiro-ShardLabs dribeiro-ShardLabs commented Jan 26, 2022

  • Implemented task starknet-deploy-account ;
  • Modified tasks starknet-invoke and starknet-call to accept a wallet instead of a signature;
  • Added method getWallet to Starknet object;
  • Extended types to support wallet object in hardhat.config file;
  • Modified methods invoke and call in StarknetContract to accept a wallet;

Copy link
Collaborator

@FabijanC FabijanC left a comment

Choose a reason for hiding this comment

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

Check the linter output for unused imports (is it just a warning?, I thought unused imports would give linting error).

src/utils.ts Outdated Show resolved Hide resolved
src/constants.ts Outdated Show resolved Hide resolved
src/starknet-wrappers.ts Outdated Show resolved Hide resolved
src/extend-utils.ts Outdated Show resolved Hide resolved
src/task-actions.ts Outdated Show resolved Hide resolved
src/task-actions.ts Outdated Show resolved Hide resolved
src/starknet-wrappers.ts Outdated Show resolved Hide resolved
src/starknet-wrappers.ts Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@dribeiro-ShardLabs dribeiro-ShardLabs merged commit b555458 into master Feb 1, 2022
@FabijanC FabijanC deleted the account-contract-support branch May 6, 2022 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants