Skip to content

Releases: AvaProtocol/ava-sdk-js

v0.8.0

05 Dec 07:37
Compare
Choose a tag to compare

Major updates according to the changes in https://github.com/AvaProtocol/EigenLayer-AVS from #29 and #30

What's Changed

  • Add changeset for Create a new branch for version bump 2 by @github-actions in #26
  • Bump to 0.7.3 by @chrisli30 in #27
  • Setup for local test by @v9n in #29
  • Implement actual AVS functionality by @v9n in #30
  • Added scripts of generating SDK references by @chrisli30 in #32

Full Changelog: v0.7.3...v0.8.0

v0.7.3

05 Nov 08:34
Compare
Choose a tag to compare

What's Changed

  • Add changeset for Revert changeset auto-commit to false by @github-actions in #25

Full Changelog: v0.7.2...v0.7.3

v0.7.2

01 Nov 23:22
Compare
Choose a tag to compare

What's Changed

  • Add changeset for Updated README.md with release instructions by @github-actions in #23
  • authKey is no longer stored in client and added getAddresses test cases by @chrisli30 in #24

Full Changelog: v0.7.1...v0.7.2

v0.7.1

01 Nov 21:45
d6191fb
Compare
Choose a tag to compare

What's Changed

  • Added example command-line and workflow for PR testing by @chrisli30 in #10
  • Added API key tests and separated listTask as well as createTask tests by @chrisli30 in #18
  • Add changeset for Modify record changeset workflow by @github-actions in #20
  • Add changeset for Make sure COMMIT_MESSAGE is written into changeset by @github-actions in #22

New Contributors

  • @github-actions made their first contribution in #20

Full Changelog: v0.6.13...v0.7.1

v0.6.13

27 Oct 20:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.12...v0.6.13

0.6.12 - Test passed for Create,Cancel,Delete

26 Oct 19:29
Compare
Choose a tag to compare

Release Summary

Happy path testing passed for the following cases:

  1. Authentication:

    • Successfully authenticated using signature
  2. Address Management:

    • Retrieved wallet and smart account addresses
  3. Task Operations:

    • Created a new task
    • Listed tasks for a user
    • Retrieved details of a specific task
    • Cancelled a task
    • Deleted a task

All core functionalities of the SDK have been tested and are working as expected in this end-to-end test suite. The tests cover the main user flow from authentication to managing tasks.

Full Changelog: 0.6.11...0.6.12