Skip to content

Releases: smartcontractkit/crec-api-go

v0.3.6

Choose a tag to compare

@lucasfleischer7 lucasfleischer7 released this 10 Nov 15:46
47f2549

Changes

-Update watchers name

  • Filter watchers by name

v0.3.5

Choose a tag to compare

@lucasfleischer7 lucasfleischer7 released this 03 Nov 11:42
bf37ba2

What's Changed

  • feat: replaced chain id and chain family with selector
  • feat: filter operations by wallet id

v0.3.4

Choose a tag to compare

@lucasfleischer7 lucasfleischer7 released this 31 Oct 21:03
4c4461e

Chain family and chain id replaced with chain selector and filter operations by wallet id added

v0.3.3

Choose a tag to compare

@urielkelman urielkelman released this 30 Oct 21:29
2633df3
deleted system endpoints (#13)

v0.3.2

Choose a tag to compare

@lucasfleischer7 lucasfleischer7 released this 30 Oct 13:38
afbc3d1

Rename accounts to wallets

v0.3.1

Choose a tag to compare

@urielkelman urielkelman released this 29 Oct 15:44
3e8acc6
Fix discriminators on watchers (#11)

v0.3.0

Choose a tag to compare

@lucasfleischer7 lucasfleischer7 released this 28 Oct 12:44
598c1f7

New CREC API implementation with restructured endpoints.

v0.2.0

Choose a tag to compare

@urielkelman urielkelman released this 15 Oct 19:59
7477058

Renaming!!!

v0.1.6

Choose a tag to compare

@lucasfleischer7 lucasfleischer7 released this 14 Oct 21:48
0db12a5

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

Choose a tag to compare

@lucasfleischer7 lucasfleischer7 released this 09 Oct 13:29
746636a

Changes

  • Added account_name query parameter to GET /operations endpoint for filtering operations by account name.