-
Notifications
You must be signed in to change notification settings - Fork 46
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: algokit task - vanity address #314
Merged
Merged
Conversation
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
negar-abbasi
changed the title
Feature/task vanity address
feat: algokit task - vanity address
Sep 26, 2023
robdmoore
reviewed
Sep 26, 2023
robdmoore
reviewed
Sep 26, 2023
robdmoore
approved these changes
Sep 26, 2023
aorumbayev
added a commit
that referenced
this pull request
Oct 25, 2023
* feat: algokit task - wallet aliasing (#313) * feat: task wallet aliasing (add, get, remove, reset, list) * docs: regen docs * chore: minor tweaks * chore: pip-audit * chore: pip audit * chore: refining aliasing, initial tests * tests: extra snapshot tests * docs: adding docs and force flags * chore: typo fixes * chore: addressing pr comments * chore: tweaking docs * chore: updating docs * chore: adding extra docs * chore: fixing artifacts * feat: algokit task - vanity address (#314) * feat: implement task vanity_address * feat: adding logs in the process * refactor: minor changes on showing result * chore: fixing mypy * fix: using mnemonic instead of private key * test: adding some tests * chore: updating poetry lock file * docs: updating generated docs * test: updating generated tests * test: updating generated tests * docs: updating docs * test: add a test and updating other tests * chore: fixing tests * chore: extra tweaks in tests * test: some minor changes * chore: minor black formatting * test: fix the test for windows * chore: refining codebase; fixing multithreading * docs: initial docs; to be refined post aliasing pr merge * chore: fixing windows test * chore: addressing pr comments --------- Co-authored-by: Altynbek Orumbayev <altynbek.orumbayev@makerx.com.au> * refactor: adding support for storing vanity to aliases * docs: refreshing autogenerated docs * refactor: performance improvements for vanity; swifter termination handling (#319) * refactor: performance improvements for vanity; swifter termination handling * chore: graceful termination handling * chore: fixing test * feat: algokit task - transfer algo|asa (#315) * feat: implement task transfer * chore: fixing typo * feat: transfer command * chore: wip refactoring * feat: unit tests & docs * chore: poetry tweaks * chore: updating docs * chore: minor tweaks * chore: improving tests; smoke testing * docs: regen docs * chore: minor improvements * build: lock file maintenance * chore: minor improvements --------- Co-authored-by: inaie ignacio <inaie.ignacio@makerx.com.au> * feat: transaction signing task; polishing tasks (#324) * feat: transaction signing task; polishing tasks * docs: adding docstrings; refining task utils * test: adding snapshot tests * chore: regen docs * docs: adding docs * feat: deploy aliasing support (#323) * feat: adding aliasing support for deploy command * docs: updating docs * docs: regen docs * chore: minor polishing of click types on tasks * feat: dispenser fund command aliasing support (#325) * feat: task send transaction(s) (#326) * feat: send transaction task * test: snapshot tests * docs: regen docs * docs: adding command docs * fix: fixing decoding of dictified txns in sign method to support AppCall txns * chore: addressing pr comments * feat: ipfs upload (#327) * feat: ipfs upload * docs: adding snapshot tests and docs * docs: regen docs * chore: mypy tweaks * chore: pr comment * feat: nfd domains lookups (#328) * feat: nfd domains lookups * chore: pr comments * docs: regen docs * chore: mypy tweaks * feat: task `mint` (arc3 or arc19 compliant) (#329) * chore: wip arc19 minting * feat: draft implementation of minting using either arc3 or arc19 * chore: replacing py-multiformats-cid with multiformats * refactor: addressing pr comments * test: adding snapshot tests * docs: adding user facing docs * feat: task opt in and opt out (#331) * feat: adding initial optin command * fix: add network option * fix: adding help to the opt-in command * fix: adding network as an argument. * feat: adding opt in and opt out commands * chore: update urllib3 for pip audit * fix: fixing error handling, command order, tests * docs: updating documents * test: fixing tests * refactor: improving tests, adding docs and etc --------- Co-authored-by: Altynbek Orumbayev <altynbek.orumbayev@makerx.com.au> * chore: minor tweaks in vanity address performance (#333) * refactor: vanity generation * chore: wip * refactor: vanity generation * chore: refactor vanity generation * refactor: minor improvements in shared enums; docs * chore: bumping algokit-utils * docs: minor adjustments in transfer argument help str * chore: adjusting docs * chore: updating lockfile * chore: apply suggestions from code review Co-authored-by: Neil Campbell <neil@codecise.com> --------- Co-authored-by: Negar <negar.abbasi@makerx.com.au> Co-authored-by: inaie ignacio <inaie.ignacio@makerx.com.au> Co-authored-by: Neil Campbell <neil@codecise.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes
TODO
Further notes
Has to merged AFTER #313