Skip to content

Releases: pinax-network/antelope-token-api

v6.1.0

27 Sep 18:26
f8ddeb0
Compare
Choose a tag to compare

Changes

✨ Features

  • Improve Zod error response message @0237h (#77)

🐛 Bug Fixes

  • Fix/endpoint namepsace @DenisCarriere (#78)
    • return 404 if not data was found
    • update endpoint namespaces
    • remove GraphQL endpoint
  • Fix block range query parameter parsing @0237h (#76)

Full Changelog: v6.0.1...v6.0.2

v6.0.1

25 Sep 08:02
9d9024b
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Remove account from filters for transfers endpoint @0237h (#75)
  • Remove unused config.js Typespec file @0237h (#70)

Full Changelog: v6.0.0...v6.0.1

v6.0.0

28 Aug 15:50
442443a
Compare
Choose a tag to compare

Changes

✨ Features

  • Rework endpoints and support X-Api-Key header auth @0237h (#69)

🐛 Bug Fixes

  • Change Prometheus /metrics response from JSON to text @0237h (#68)
  • Fix SQL schema for accurate queries @0237h (#67)
  • Fix /metrics to return JSON instead of plain text @0237h (#64)

📝 Documentation

  • Add additional notes for GraphQL endpoint usage @0237h (#66)
  • Update API stack diagram for GraphQL @0237h (#65)

Full Changelog: v5.0.0...v6.0.0

v5.0.0

20 Aug 20:51
cddab66
Compare
Choose a tag to compare

Changes

✨ Features

  • Add GraphQL support @0237h (#63)
  • Allow for case-insensitive symcode query parameter @0237h (#61)

🐛 Bug Fixes

  • Fix missing quotes for cluster name in SQL schema @0237h (#62)
  • Fix missing transfers_contract table from schema @0237h (#60)
  • Fix engine when not using a cluster @0237h (#59)
  • Make schema generation work without a cluster @0237h (#57)

📝 Documentation

  • Add instructions for ClickHouse backend setup @0237h (#58)

Full Changelog: v4.0.0...v5.0.0

v4.0.0

09 Aug 14:29
c99fce2
Compare
Choose a tag to compare

Changes

✨ Features

  • Replace typed-openapi codegen with kubb @0237h (#55)
  • Add helper script for generating schema.sql @0237h (#53)
  • Add schema.sql file for ClickHouse tables creation @0237h (#51)
  • Add WAX data support @0237h (#43)

🐛 Bug Fixes

  • Fix Bun codegen script and some comments @0237h (#56)
  • Add replication parameters for ClickHouse table engines @0237h (#52)
  • Fix --verbose flag Zod parsing @0237h (#50)
  • Add generic query for supported chains @0237h (#48)
  • Use proper integer type for clickhouse query parameters @0237h (#46)
  • Enable option for unquotting 64bits integers @0237h (#47)
  • Parse identical from/to for block_range transfers @0237h (#45)
  • Fix return type definition for /chains @0237h (#44)

📝 Documentation

Full Changelog: v3.2.0...v4.0.0

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