This repository was archived by the owner on Apr 30, 2025. It is now read-only.
Releases: LIT-Protocol/agent-wallet
Releases · LIT-Protocol/agent-wallet
v0.1.0-23
v0.1.0-23
v0.1.0-22
v0.1.0-22
v0.1.0-21
v0.1.0-21
v0.1.0-19
- Includes new
@lit-protocol/-aw-tool-ensopackage
v0.1.0-18
- Fixes a gas estimation issue in
aw-tool-uniswap-swap
v0.1.0-17
@lit-protocol/aw-cliwas removed and replaced with@lit-protocol/law-cli
v0.1.0-16 - Initial Public Alpha Release
v0.1.0-16
v0.1.0-11
v0.1.0-11
0.1.0-9 (2025-01-12)
0.1.0-9 (2025-01-12)
@lit-protocol/aw-cli
Added
- (#26) Admin CLI menus:
- After selecting the
Adminrole, you are now prompted to select to either manage an existing Agent Wallet or mint a new one.- A new
Mint New Agent Walletoption was added to allow minting new Agent Wallets for a single Admin.
- A new
- After selecting the
Manageoption, you are now prompted to select an Agent Wallet you'd like to manage. - After selecting an Agent Wallet, you are now prompted to select a category (
Tools,Policies,Delegatees, orTransfer Ownership) of what you'd like to manage for the selected Agent Wallet.- A new
Transfer Ownershipoption was added to allow transferring ownership of an Agent Wallet to a new owner.
- A new
- After selecting the
@lit-protocol/aw-signer
Changed
- (#26) A PKP is no longer automatically minted when an
Adminis initialized. - (#26) All
publicmethods inAdminnow expectpkpTokenId: stringas an argument in order to fetch the PKP from local storage.
Added
- (#27) Added Package README:
- Added a README to the package to provide a high-level overview of the package and its purpose.
- Added swimlane diagram to the README.
- Added a CHANGELOG to the package to track changes to the package.
- (#26) Added new methods to the
Adminclass:getPkps: Returns an array ofPkpInfoobjects from local storage.getPkpByTokenId: Returns aPkpInfoobject from local storage by its token ID.mintPkp: Mints a new PKP, adds it'sPkpInfoobject to local storage, and returns thePkpInfoobject.transferPkpOwnership: Transfers ownership of a PKP to a new owner, removes thePkpInfoobject from local storage, and returns the transaction receipt.
@lit-protocol/aw-tool
Added
- (#27) Added Package README:
- Added a README to the package to provide a high-level overview of the package and its purpose.
- Added a CHANGELOG to the package to track changes to the package.
@lit-protocol/aw-tool-registry
Added
- (#27) Added Package README:
- Added a README to the package to provide a high-level overview of the package and its purpose.
- Added a CHANGELOG to the package to track changes to the package.