Skip to content

v0.1.7

Choose a tag to compare

@iFurySt iFurySt released this 15 Jul 15:36
· 3 commits to main since this release
8577c11

Changes

  • Reworked TRON watch-only balance checks to use full node /wallet/* APIs instead of the TronGrid indexed account endpoint.
  • Added fallback across a default TRON full node endpoint pool for HTTP 429, HTTP 5xx, network, and timeout failures.
  • Made ck tron bal --endpoint and ck tron resource --endpoint repeatable so callers can provide their own node pool.
  • Kept balance output compatible while still returning TRX, USDT, Energy, and Bandwidth.

Validation

  • go test ./...
  • make build
  • go run ./cmd/ck self
  • go run ./cmd/ck tron bal TJhSVPzbatkY5rLGWapBVSXpL5Ws7ZVx6J -j
  • go run ./cmd/ck tron bal TJhSVPzbatkY5rLGWapBVSXpL5Ws7ZVx6J --endpoint http://127.0.0.1:1 --endpoint https://api.trongrid.io -j
  • npm run build:npm-platform-packages
  • npm pack --dry-run