Releases: pinax-network/antelope-token-api
Releases · pinax-network/antelope-token-api
v3.0.0
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
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
🔧 Operations
Full Changelog: v2.3.0...v2.4.0
v2.3.0
v2.2.1
v2.2.0
v2.1.0
v2.0.0
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