Skip to content

v0.1.8

Choose a tag to compare

@iFurySt iFurySt released this 15 Jul 20:43
· 2 commits to main since this release
3e901c7

Changes

  • Added --network to ck tron bal and ck tron resource.
  • Built-in watch-only network pools now support mainnet, nile, and shasta.
  • MCP tron_balance and tron_resource now accept an optional network argument.
  • Repeated --endpoint still overrides the selected network pool for local private chains or provider nodes.

Validation

  • go test ./...
  • make build
  • go run ./cmd/ck self
  • go run ./cmd/ck tron bal TJhSVPzbatkY5rLGWapBVSXpL5Ws7ZVx6J --network mainnet -j
  • go run ./cmd/ck tron resource TJhSVPzbatkY5rLGWapBVSXpL5Ws7ZVx6J --network nile -j
  • go run ./cmd/ck tron resource TJhSVPzbatkY5rLGWapBVSXpL5Ws7ZVx6J --network shasta -j
  • npm run build:npm-platform-packages
  • npm pack --dry-run