Releases: smartcontractkit/crec-api-go
Releases · smartcontractkit/crec-api-go
Release list
v0.3.6
Changes
-Update watchers name
- Filter watchers by name
v0.3.5
What's Changed
- feat: replaced chain id and chain family with selector
- feat: filter operations by wallet id
v0.3.4
Chain family and chain id replaced with chain selector and filter operations by wallet id added
v0.3.3
v0.3.2
v0.3.1
v0.3.0
New CREC API implementation with restructured endpoints.
v0.2.0
v0.1.6
Changes
- Add filtering capabilities and account update endpoint
- Add comprehensive filtering to accounts, operations, events, and listeners endpoints
- Add PATCH /accounts/{account_id} endpoint for updating account names
- Add UpdateAccount schema for account name updates
v0.1.5
Changes
- Added
account_namequery parameter toGET /operationsendpoint for filtering operations by account name.