Skip to content

Releases: valory-xyz/open-aea

Release v1.3.0-post2

16 Jan 18:00
148df5c
Compare
Choose a tag to compare

Plugins patch (2022-01-15)

Plugins:

  • Bumps open-aea-ethereum-ledger to 1.3.2 after adding tip increase logic

Release v1.3.0-post1

05 Jan 17:20
8a44ed5
Compare
Choose a tag to compare

Plugins:

  • Fixes dynamic gas pricing on open-aea-ethereum
  • Improves daemon availability check in IPFSDaemon on open-aea-cli-ipfs
  • Bumps open-aea-cli-ipfs and open-aea-ethereum-ledger to 1.3.1

Docs:

  • Removes reference to fetch.ai.

Release v1.3.0

31 Dec 16:19
Compare
Choose a tag to compare

AEA:

  • Adds support to scaffold packages outside an AEA project
  • Adds support for IPFS package hashing and IPFS based registry.
  • Allows contracts to depend on other contracts.

Plugins:

  • Adds support for EIP1559 based gas estimation strategy on aea-ledger-ethereum.
  • Adds support for package hashing and local ipfs registry on aea-cli-ipfs.
  • Bumps aea-ledger-ethereum and aea-cli-ipfs to 1.3.0.

Docs:

  • Applies new styling
  • Simplifies documentation and updates with the latest features

Release v1.2.0

21 Nov 20:55
e1c016c
Compare
Choose a tag to compare

AEA:

  • Adds type hint for dialogue valid replies in protocol generator
  • Adds generator fixes to pass darglint checks
  • Adds various test fixes and fixes on MAM
  • Allows additional entropy to be passed to key generation in plugins (including. via CLI)
  • Fixes an issue with message key-value setter
  • Fixes an issue with improper termination of subprocesses in the test tools
  • Fixes typing issues
  • Miscellaneous minor fixes

Plugins:

  • Updates aea-ledger-ethereum for EIP1159 compatibility
  • Bumps aea-ledger-ethereum dependencies

Packages:

  • Miscellaneous minor fixes

Docs:

  • Updates API documentation

Chores:

  • Enables darglint for protocols

First release of Open AEA

31 Oct 18:13
Compare
Choose a tag to compare

AEA:

  • Forks 1.1.0 of legacy AEA with the aim of maintaining backwards compatibility where possible
  • Removes GOP decision maker handler to reduce dependencies
  • Removes hard-coded registry API URL
  • Changes default ledger to ethereum
  • Removes dependency on fetchai packages
  • Removes interact command

Plugins:

  • Forks plugins, unfortunately cannot maintain plugin support for legacy aea plugins due to their dependency on legacy aea
  • Fixes typing issues

Packages:

  • Removes most fetchai packages apart from those currently used in tests
  • Adds open_aea/signing:1.0.0 protocol

Docs:

  • Removes most demos

Chores:

  • Makes all necessary changes to move to open-aea