Releases: AvaProtocol/ava-sdk-js
Releases · AvaProtocol/ava-sdk-js
v0.8.0
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
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
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
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
What's Changed
- Added logging to github workflow by @chrisli30 in #6
- Fix changeset workflow by @chrisli30 in #7
- Chris try changeset workflow by @chrisli30 in #8
- Update .github/workflows/pr-changeset.yml by @chrisli30 in #9
Full Changelog: 0.6.12...v0.6.13
0.6.12 - Test passed for Create,Cancel,Delete
Release Summary
Happy path testing passed for the following cases:
-
Authentication:
- Successfully authenticated using signature
-
Address Management:
- Retrieved wallet and smart account addresses
-
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