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

feat: account list filter in Ape alias CLI options #1713

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented Oct 31, 2023

What I did

Allows me to do:

selected_account = get_user_selected_account(account_list[safe.local_signers])

^ There is some helpful logic and handling in that method that I otherwise would have to copy in order to handle all the scenarios of best selecting an account and such, I think this is one good stop to improving some of the UX of ape-safe.

How I did it

How to verify it

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@vany365 vany365 changed the title feat: account list filter feat: account list filter [APE-1484] Oct 31, 2023
@antazoey antazoey changed the title feat: account list filter [APE-1484] feat: account list filter in Ape alias CLI options Oct 31, 2023
docs/userguides/clis.md Outdated Show resolved Hide resolved
docs/userguides/clis.md Outdated Show resolved Hide resolved
src/ape_test/accounts.py Show resolved Hide resolved
fubuloubu
fubuloubu previously approved these changes Oct 31, 2023
@antazoey antazoey force-pushed the feat/account-list-filter-by-account branch from 8652776 to fac6ef5 Compare October 31, 2023 21:11
@antazoey antazoey force-pushed the feat/account-list-filter-by-account branch from fac6ef5 to 0880b44 Compare October 31, 2023 21:12
@antazoey antazoey enabled auto-merge (squash) November 1, 2023 13:09
@antazoey antazoey merged commit decc70a into ApeWorX:main Nov 1, 2023
15 checks passed
@antazoey antazoey deleted the feat/account-list-filter-by-account branch November 1, 2023 13:59
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.

2 participants