Skip to content

Releases: Akord-com/akord-explorer-api

Release v2.2.1

16 Aug 12:48

Choose a tag to compare

ci: version bump to v2.2.1

Release v2.2.0

02 Aug 15:45

Choose a tag to compare

  • remove warp tx duplicates
  • bump akord-js

Release v2.1.0

31 Jul 13:43

Choose a tag to compare

use the same return type as in akord-js for public search calls

Release v2.0.0

31 Jul 10:47

Choose a tag to compare

  • use Akord protocol tags to fetch the data
  • implement pagination
  • use warp to get the whole current state
  • handle legacy transaction format
  • handle errors

Release v1.6.0

26 Jun 10:54

Choose a tag to compare

filtering tweaks

  • implement filter by status
  • list user private vault only if user is still a valid member
  • for public search list only ACTIVE vaults & nodes
// to list all user ACTIVE vaults
const vaults = await akord.vault.listAll({ filter: { status: { eq: "ACTIVE" }}});

Release v1.5.2

21 Jun 13:25

Choose a tag to compare

ci: version bump to v1.5.2

Release v1.5.1

19 Jun 12:49

Choose a tag to compare

  • bump akord-js (fix -> akord.stack.listAll() will return Stack[] instead of NodeLike[])
  • update README

Release v1.5.0

19 Jun 11:43

Choose a tag to compare

  • use Arweave gateway to load contract interactions
  • add debug mode & catch arweave graphql error
  • add paginated public search

Release v1.4.0

16 Jun 10:31

Choose a tag to compare

ci: version bump to v1.4.0

Release v1.3.0

15 Jun 17:51

Choose a tag to compare

ci: version bump to v1.3.0