Skip to content

Releases: valory-xyz/open-aea

v1.45.0

11 Jan 10:57
d12acd2
Compare
Choose a tag to compare

Plugins:

  • Fixes transaction deserialisation for adding nonce on the solana ledger
  • Increases the number of retries for fetching transaction receipt

v1.44.0

05 Jan 04:35
9734de0
Compare
Choose a tag to compare

Packages:

  • Re-generates the protocols to update the copyright header
  • Updates the date range for issuing the certificates
  • Adds optional key word arguments to SEND_TRANSACTION messages

v1.43.0.post2

26 Dec 09:20
3e0250a
Compare
Choose a tag to compare

AEA:

  • Fixes the default environment variable parsing for the base types

v1.43.0.post1

19 Dec 13:47
24bc01d
Compare
Choose a tag to compare

AEA:

  • Fixes the default environment variable parsing

v1.43.0

14 Dec 10:08
1d93b93
Compare
Choose a tag to compare

AEA:

  • Adds --timeout flag on aea install command
  • Fixes circular import issues on package manager
  • Fixes nested list environment variable parsing

Plugins:

  • Adds support for versioned transactions on solana plugin

v1.42.0

21 Nov 08:43
b20ef46
Compare
Choose a tag to compare

AEA:

  • Pins openapi-core==0.15.0, openapi-spec-validator<0.5.0,>=0.4.0 and jsonschema<4.4.0,>=4.3.0

Chore:

  • Adds a script for managing dependencies across various project configurations

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