Releases: LIT-Protocol/agent-wallet
Releases · LIT-Protocol/agent-wallet
v0.1.0-19
- Includes new
@lit-protocol/-aw-tool-enso
package
v0.1.0-18
- Fixes a gas estimation issue in
aw-tool-uniswap-swap
v0.1.0-17
@lit-protocol/aw-cli
was 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
Admin
role, you are now prompted to select to either manage an existing Agent Wallet or mint a new one.- A new
Mint New Agent Wallet
option was added to allow minting new Agent Wallets for a single Admin.
- A new
- After selecting the
Manage
option, 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 Ownership
option 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
Admin
is initialized. - (#26) All
public
methods inAdmin
now expectpkpTokenId: string
as 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
Admin
class:getPkps
: Returns an array ofPkpInfo
objects from local storage.getPkpByTokenId
: Returns aPkpInfo
object from local storage by its token ID.mintPkp
: Mints a new PKP, adds it'sPkpInfo
object to local storage, and returns thePkpInfo
object.transferPkpOwnership
: Transfers ownership of a PKP to a new owner, removes thePkpInfo
object 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.