Skip to content

Tags: TokenTax/etherscan-api

Tags

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
timcki Tim
fix(test): fix broken import path

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
timcki Tim
chore(repo): rename import paths

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
timcki Tim
chore(repo): rename package to match new owner

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
timcki Tim
fix(response): error handling when status == 0

Return a more comprehensive error when the type of reponse in the
envelope is mismatched (when status != 1)

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
timcki Tim
chore(repo): update README

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
timcki Tim
refactor(client): reorg structure & error handling

BREAKING CHANGES:
- Move all client-related code to pkg/client directory
- Rename test files to follow Go conventions (*_integration_test.go)
- Replace custom noError helper with testify/assert
- Update response types and error handling in client methods
- Move types to internal/types package

Features:
- Add StatusResponse type for transaction receipt status
- Add url.Values based parameter handling
- Improve test organization with integration test build tags

The changes improve the overall package structure and maintainability
while providing better error handling and type safety. Client code is now
better organized in its own package with clearer separation of concerns.

v1.2.0

Toggle v1.2.0's commit message

Unverified

This user has not yet uploaded their public signing key.
feat: add EtherscanTx interface

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was signed with the committer’s verified signature.
timcki Tim
fix: remove all unused fields from erc1155 to remove complexity

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was signed with the committer’s verified signature.
timcki Tim
fix: go back to using BigInt. Return zero for empty string

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was signed with the committer’s verified signature.
timcki Tim
fix: remove import. replace uint8 with int