Skip to content

v1.34.0

Compare
Choose a tag to compare
@angrybayblade angrybayblade released this 16 May 04:24
· 478 commits to main since this release
9f9a0b8

AEA:

  • Fixes a bug on aea fetch command which caused issue when using the --alias flag if the package with original name already existed in the working directory #630
  • Removes the need for intermediate agent for generating protocols #632
    • Adds -tlr flag on the aea generate command group
    • Adds support for registering packages to local registry on the package manager
    • Updates the ProtocolGenerator implementation to work with the local registry project structure
  • Fixes IPFS local registry loader #634
  • Updates the scaffold tool to register the newly scaffolded packages to packages.json to the local registry #635
  • Sets the apply environment variables to true on aea build command #636

Plugins:

  • Bumps solana and anchorpy to resolve dependency issues with the web3py library #637