Skip to content
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

Release/v1.1.2 #120

Merged
merged 8 commits into from
Aug 24, 2021
Merged

Release/v1.1.2 #120

merged 8 commits into from
Aug 24, 2021

Conversation

forcodedancing
Copy link
Contributor

Breaking Changes

  • getTransactions(TransactionsRequest request) will return transactions with new data model TransactionPageV2
  • getTransactions(String address) will return transactions for an address in last 24 hours with new data model TransactionPageV2

Please refer to TransactionConverterFactory.java to see the mappings of the fields between TransactionPageV2 and TransactionPage

Please refer to TransactionExample.java and API Doc for more details, the underlying API Migration Guide could be also useful

New API

  • getTransactionsInBlock(long blockHeight) will return transaction in a specific block.

@forcodedancing forcodedancing merged commit 55cd05b into master Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants