Skip to content

Release v2.1.1

Choose a tag to compare

@kdimentionaltree kdimentionaltree released this 20 Nov 13:07
· 21 commits to main since this release
e91c633

Enormous refactor (v2.1.1)

Strict typed responses

  • Types for all responses in OpenAPI spec
  • Standardized methods to correspond tonlib TL scheme: /api/v2/runGetMethodStd, /api/v2/getTransactionsStd.

Completely reorganized project structure

  • All methods are extracted to separate handlers
  • Flexible configuration for methods
  • POST version of every GET method
  • JsonRPC now uses POST versions of methods

Other improvements

  • Optimized and tiny Docker image
  • Partial coverage with tests
  • Improved logging with flexible configuration
  • Separate cache for every handler with configurable expiration time