Skip to content

Releases: valory-xyz/open-aea

v1.41.0.post1

24 Oct 09:47
1fb5f4e
Compare
Choose a tag to compare

Packages:

  • Use kwargs.pop instead of kwargs.get to avoid extra argument error on ledger connection

v1.41.0

10 Oct 14:26
099751e
Compare
Choose a tag to compare

AEA:

  • Fixes the source repository validation regex
  • Updates the generate-key command to prompt before overwriting the existing keys file
  • Fixes the inconsistent hashing caused by the CRLF line endings
  • Updates the component loader to ignore the test modules when loading the component
  • Adds support for overriding dependencies
  • Updates the sync command to download missing dependencies and update packages.json
  • Updates the error messages for missing ledger plugins on generate-key command

Plugins:

  • Adds missing py.typed markers
  • Backports the changes from the agent-academy-2 repository on the ledger connection
  • Ports http_server as a valory connection

v1.40.0

26 Sep 12:42
4fc02c1
Compare
Choose a tag to compare

AEA:

  • Removes the web3py fork as a dependency
  • Bumps the protobuf to protobuf>=4.21.6,<5.0.0
  • Updates protocol buffers compiler to v24.3
  • Updates the protocol generator
  • Removes unused layers from the user image and uses minimal python image as base

v1.39.0.post1

21 Sep 09:04
43b725f
Compare
Choose a tag to compare

AEA:

  • Pins jsonschema<=4.19.0,>=4.16.0

v1.39.0

12 Sep 09:27
c9e14dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.38.0...v1.39.0

v1.38.0

18 Aug 05:24
ba461bc
Compare
Choose a tag to compare

Framework:

  • Deprecates the support for Python 3.7 and adds support for Python 3.11
  • Adds support for multi platform docker images

Plugins:

  • Replaces web3py==5.31.4 with open-aea-web3==6.0.1
  • Replaces flashbots==1.1.1 with open-aea-flashbots==1.3.0
  • Bumps open-aea-cosmpy to v0.6.5
  • Deprecates the apduboy as a dependency
  • Pins ledgerwallet==0.1.3

v1.37.0

25 Jul 13:37
d4a7cf8
Compare
Choose a tag to compare

Plugins:

  • Replaces cosmpy with open-aea-cosmpy

Release: v1.36.0

19 Jul 13:00
Compare
Choose a tag to compare

Plugins:

  • cosmpy updated to 0.6.0

Framework:

  • pyyaml updated, tomte updated

v1.35.0

21 Jun 10:04
19be5ba
Compare
Choose a tag to compare

Plugins:

  • Adds support for multiple transaction builders on flashbots ledger plugin
  • Pins
    • eth-accountto >=0.5.9,<0.6.0
    • protobuf to ==3.19.5
    • web3 to ==5.31.4
    • construct to <=2.10.61

v1.34.0

16 May 04:24
9f9a0b8
Compare
Choose a tag to compare

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