Skip to content

Releases: pinax-network/antelope-token-api

v3.2.0

21 Jun 17:18
5d5cf46
Compare
Choose a tag to compare

Changes

✨ Features

  • Add support for block_range parameter @0237h (#42)
  • Make OR clause for transfers with same from/to @0237h (#40)

🐛 Bug Fixes

  • Apply MAX_LIMIT configuration option to limit @0237h (#41)
  • Fix balance and supply queries with block_num parameter @0237h (#39)
  • Simplify queries for /tokens and default transfers @0237h (#38)

Full Changelog: v3.1.0...v3.2.0

v3.1.0

06 Jun 18:05
0904087
Compare
Choose a tag to compare

Changes

✨ Features

  • Update SQL queries for increase performance @0237h (#37)
  • Fill additional information to OpenAPI spec @0237h (#31)

🐛 Bug Fixes

  • Always use transfers_block_num for transfers by default @0237h (#36)
  • Remove coercion for string parameters @0237h (#35)
  • Fix wrong extends logic for ValidUserParams @0237h (#34)
  • Drop FINAL requirement for transfers queries @0237h (#33)
  • Fix pagination pages being parsed as strings @0237h (#32)
  • Move Typespec to devDependencies @0237h (#30)

Full Changelog: v3.0.0...v3.1.0

v3.0.0

27 May 21:20
4f4bf36
Compare
Choose a tag to compare

Changes

✨ Features

  • Refactor to use Typespec stack @0237h (#29)
  • New /holders endpoint
  • New /tokens endpoint
  • Consistent API responses format

📝 Documentation

  • Update README
  • Add documentation for using Typespec and generating types

Full Changelog: v2.4.0...v3.0.0

v2.4.0

10 May 15:02
9e05168
Compare
Choose a tag to compare

Changes

✨ Features

  • Improve logging messages @0237h (#25)
  • New /head endpoint for information about head block in database @0237h (#18)

🐛 Bug Fixes

  • Have at least one total_pages in case of empty query result @0237h (#28)
  • Throw error if the request page is beyond the total @0237h (#27)
  • Fix OpenAPI example for /transfers @0237h (#24)
  • Update parameters name in query to match DB columns @0237h (#22)
  • Add consistent error codes for API @0237h (#20)

📝 Documentation

  • Add issue template links to CONTRIBUTING @0237h (#19)

🔧 Operations

Full Changelog: v2.3.0...v2.4.0

v2.3.0

29 Apr 19:50
c258d6a
Compare
Choose a tag to compare

Changes

✨ Features

  • Include statistics from ClickHouse in meta response field @0237h (#14)
  • Add /version endpoint @0237h (#15)

🐛 Bug Fixes

  • Change default limit for results to 1 @0237h (#17)
  • Change examples to new response format for Token endpoints @0237h (#16)

Full Changelog: v2.2.1...v2.3.0

v2.2.1

22 Apr 22:44
Compare
Choose a tag to compare

Changes

🔧 Operations

  • Install git in Dockerfile for APP_VERSION @0237h (#12)

Full Changelog: v2.2.0...v2.2.1

v2.2.0

22 Apr 22:06
449af13
Compare
Choose a tag to compare

Changes

✨ Features

  • Include commit hash in APP_VERSION constant @0237h (#10)

📝 Documentation

  • Mark all lines in .gitmessage template as comments @0237h (#6)

🔧 Operations

  • Fix branch trigger for release drafter @0237h (#11)
  • Add issue templates for bugs and features @0237h (#9)
  • Fix build action to publish correct artifact @0237h (#7)

Full Changelog: v2.1.0...v2.2.0

v2.1.0

22 Apr 18:49
Compare
Choose a tag to compare

Changes

✨ Features

  • Results pagination overhaul @0237h (#3)

📝 Documentation

  • Add contributing guidelines for the repository (#2)
  • Edit automation and documentation to drop develop @0237h (#4)

Full Changelog: pinax-network/substreams-clock-api@v2.0.0...v2.1.0

v2.0.0

16 Apr 13:47
b7f7219
Compare
Choose a tag to compare

Changes

Refactor API for new database schemas

  • Removed /chains endpoint, will use different tables or databases
    for each chain
  • Updated documentation
  • Consistent code style across all files
  • Added amount filter for all endpoints
  • Added query parameters verification for supply endpoint
  • Updated queries to use MV tables

Full Changelog: pinax-network/substreams-clock-api@v1.0.0...v2.0.0

v1.0.0

05 Feb 05:41
Compare
Choose a tag to compare