Skip to content

Releases: GoodforGod/java-etherscan-api

v2.1.0

05 Oct 23:31
1195075
Compare
Choose a tag to compare

Features:

v2.0.0

17 May 22:22
Compare
Choose a tag to compare

Features:

  • New refactored and extendable API
  • Custom API domain support
  • Builders for all models
  • More EtherScan APIs support

v1.2.1

08 Mar 22:32
cafcdff
Compare
Choose a tag to compare

Features:

  • TxInternal traceId possible 1_0 value when type is long fixed (internal type changed to String and getter for string added)
  • LocalDate & LocalDateTime adopters registered as Gson try to scan and fail on such types on newer JDKs (Java 16+)

v1.2.0

02 Dec 23:27
Compare
Choose a tag to compare

Features:

  • Support for ERC-721 (NFT) tokens API
  • Gson updated to 2.8.9

v1.1.1

01 Nov 21:32
2969dc1
Compare
Choose a tag to compare

Features:

  • QueueManager improved and new constructors introduced
  • IQueueManager & EtherScanApi as AutoClosable
  • Gson updated to 2.8.8
  • Dependencies updated, project structure updated

v1.1.0

18 Oct 14:39
Compare
Choose a tag to compare

Features:

  • Improved error handling
  • RateLimitException for rate limit request handling.
  • HttpExecutor error handling improved.
  • QueueManager improved
  • Gradle 6.7 instead of Maven
  • GitHub CI
  • Sonarcloud analyzer
  • Dependencies updated for JUnit and Gson.
  • Codestyle added.

Fixes:

  • QueueManager provided for token user and non token one fixed.
  • QueueManager non token impl fixed.
  • Tests fixed and reinforced.

v1.0.2

13 Apr 11:07
e026400
Compare
Choose a tag to compare
  • Minor http client post improvements
  • Tests fixes and coverage improvements

v1.0.1

09 Mar 16:46
Compare
Choose a tag to compare

Improvements:

  • Gorli & Tobalabala network support
  • Minor improvements

v1.0.0

13 Nov 12:25
Compare
Choose a tag to compare

Initial release:

  • All ethereum networks supported from etherscan.
  • All API endpoints supported (according to etherscan)
  • Test coverage for all API
  • JavaDoc for all API methods
  • HttpClient modification supported