Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 13:55
· 12 commits to develop since this release
e42b71f

Changelog

Features

  • 6f259d0 feat: accept plain-value params with type inference from method signature (#19) (#33)
  • a79c8b3 feat: add TRC20 energy estimation tool via WithEstimate() (#31) (#37)
  • 25f1dad feat: add TronGrid REST API tools for history, TRC20 transfers, and contract events (#38)
  • 5b3addc feat: add call_value options, EVM address support, and pre-packed calldata (#48)
  • 61d0340 feat: add wallet management and modernize signing tools (#57)
  • a54106a feat: include decoded contract data in get_block transactions (#65)
  • ec82b4b feat: migrate trigger_constant_contract and estimate_energy to contract builder (#43) (#50)
  • 9f463bf feat: modernize TRC20 tools to use pkg/standards/trc20 typed wrapper (#51)
  • d8c1659 feat: modernize write tools to txbuilder/contract fluent API (#42) (#49)

Bug Fixes

  • 679815a fix: address release PR review feedback (#67)
  • 09d630d fix: bump gotron-sdk and adapt to HexToAddress breaking change (#52) (#54)
  • 9b7af2f fix: point codecov badge to develop branch

Refactoring

  • 73feb3e refactor: replace direct go-ethereum/crypto with gotron-sdk/pkg/keys (#58)

Other

  • 3d717fb Add HTTP authentication for hosted mode (#27)
  • 1c21046 Add IP-based rate limiting for hosted HTTP mode (#28)
  • de1b4f7 Add pagination to list_witnesses and list_proposals (#26)
  • 7ab3528 Add pending pool tools for mempool inspection (#36)
  • 42efe7e Add workflow_dispatch to Docker workflow for manual triggers
  • 85fcad5 Expand knowledge base with SDK v0.25.2 methods and fluent builder API (#35)
  • 9cb7277 Improve tool descriptions for AI agent usability (#23)
  • 24ce4ff Include decoded contract data in get_transaction response (#34)
  • e6aad79 Increase test coverage across all internal packages (#25)
  • 9242451 Increase test coverage from 48.8% to 84% (#29)
  • e42b71f Merge pull request #66 from fbsobreira/develop