Releases: Akord-com/akord-explorer-api
Releases · Akord-com/akord-explorer-api
Release v2.2.1
ci: version bump to v2.2.1
Release v2.2.0
- remove warp tx duplicates
- bump akord-js
Release v2.1.0
use the same return type as in akord-js for public search calls
Release v2.0.0
- 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
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
ci: version bump to v1.5.2
Release v1.5.1
- bump akord-js (fix ->
akord.stack.listAll()will returnStack[]instead ofNodeLike[]) - update README
Release v1.5.0
- use Arweave gateway to load contract interactions
- add debug mode & catch arweave graphql error
- add paginated public search
Release v1.4.0
ci: version bump to v1.4.0
Release v1.3.0
ci: version bump to v1.3.0