Skip to content

Release/v1.1.2#120

Merged
forcodedancing merged 8 commits intomasterfrom
release/v1.1.2
Aug 24, 2021
Merged

Release/v1.1.2#120
forcodedancing merged 8 commits intomasterfrom
release/v1.1.2

Conversation

@forcodedancing
Copy link
Copy Markdown
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