Skip to content

Releases: LIT-Protocol/agent-wallet

v0.1.0-19

05 Feb 23:25
afe9970
Compare
Choose a tag to compare
v0.1.0-19 Pre-release
Pre-release
  • Includes new @lit-protocol/-aw-tool-enso package

v0.1.0-18

05 Feb 21:13
54c4091
Compare
Choose a tag to compare
v0.1.0-18 Pre-release
Pre-release
  • Fixes a gas estimation issue in aw-tool-uniswap-swap

v0.1.0-17

31 Jan 05:43
75f5b89
Compare
Choose a tag to compare
v0.1.0-17 Pre-release
Pre-release
  • @lit-protocol/aw-cli was removed and replaced with @lit-protocol/law-cli

v0.1.0-16 - Initial Public Alpha Release

24 Jan 23:20
6d6149e
Compare
Choose a tag to compare
v0.1.0-16

v0.1.0-11

24 Jan 07:51
4236072
Compare
Choose a tag to compare
v0.1.0-11 Pre-release
Pre-release
v0.1.0-11

0.1.0-9 (2025-01-12)

12 Jan 15:34
20a05b8
Compare
Choose a tag to compare
0.1.0-9 (2025-01-12) Pre-release
Pre-release

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.
    • 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, or Transfer 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.

@lit-protocol/aw-signer

Changed

  • (#26) A PKP is no longer automatically minted when an Admin is initialized.
  • (#26) All public methods in Admin now expect pkpTokenId: 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 of PkpInfo objects from local storage.
    • getPkpByTokenId: Returns a PkpInfo object from local storage by its token ID.
    • mintPkp: Mints a new PKP, adds it's PkpInfo object to local storage, and returns the PkpInfo object.
    • transferPkpOwnership: Transfers ownership of a PKP to a new owner, removes the PkpInfo 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.