-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.0.0] #25
Merged
Merged
[2.0.0] #25
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
All dependencies updated Project structured, codestyle, layout updated Junit -> Jupiter Codestyle updated
Package refactoring API refactoring Contracts renamed LogQuery refactored EtherScanAPI refactored & builder added
added support for txsToken with contract address too
Merge branch 'dev' of https://github.com/GoodforGod/java-etherscan-api into dev # Conflicts: # src/main/java/io/api/etherscan/core/impl/EtherScanApi.java # src/main/java/io/goodforgod/api/etherscan/AccountAPIProvider.java # src/main/java/io/goodforgod/api/etherscan/GasTrackerApiProvider.java # src/main/java/io/goodforgod/api/etherscan/IGasTrackerApi.java # src/main/java/io/goodforgod/api/etherscan/model/response/GasOracleResponseTO.java
GasTrackerAPI refactored to new API EthHttpClient package refactoring
Models builders added
GasEstimate added to GasTrackerAPI#estimate
RequestQueueManager values renamed
TxErc1155 added AccountAPI#txsErc1155 added AccountAPI#txsErc721 with contract added
EthHttpClient contract and package refactoring
Javadoc improved
LogQueryBuilderImpl address validation added
This was
linked to
issues
May 13, 2023
Closed
CI Report only for Java 17 (avoid rate limiter)
EthNetworks cleanup
SemaphoreRequestQueueManager improved
Refactoring of token transfers - Inclusion of tokenID in Erc721 transfers - Support for Erc1155 transfers (cherry picked from commit ca4b7d5)
Refactoring of token transfers - Inclusion of tokenID in Erc721 transfers - Support for Erc1155 transfers (cherry picked from commit ca4b7d5)
Javadoc improvements
Tx Responses restored GasOracle refactored and improved ModelBuilderTests added
CI key env fixed
Builders NPE fixes Hashcode & Equals improved
Balance contract improved Wei contract improved Supply constructor added ProxyAPI contract refactored to Wei
README.md updated Balance & TokenBalance constructor improved
EthHttpClient contract refactored to response with byte[] Converter contract refactored to receive byte[]
EtherScanLogQueryException name fixed EtherScanResponseException response entity added StringResponseTO#builder added BasicProvider error handling improved
Default converter parsing optimized
EthSupply for StatisticAPI#supplyTotal added Javadoc fixed
1010L->1015L reset time
Gas related fields replaced to Wei
RequestQueueManager static consts -> static method to produce uniq request queue managers Tests manager provision fixed
Test asserts fixed Log contract improved Tests reinforced
1005L->1015L
Tests reinforced
Log simplified Tests reinforced
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features: