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

revert: query the consensus nodes for the account balance, account info, and contract info data #1840

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

thenswan
Copy link
Contributor

@thenswan thenswan commented Jun 10, 2024

Description:
This PR reverts #1698 (also #1825 and part of #1829) to address:

  1. Compatibility with hedera-services (because of the decision regarding HIP-367).
  2. AccountBalanceQuery can't handle high request rates in 2.33 #1838
  3. Mirror node acceptance tests fail after upgrading Java SDK to 2.33.0 #1839

Related issue(s):
Closes #1838 #1839

Notes for reviewer:
Decided to leave couple useful chores in:

  • IntegrationTestEnv (variable names)
  • ClientHelper (variable names)
  • ClientTest (test fix)

…ce, account info, and contract info data (#1698)"

(leave some useful chores which not really related to the feat)
This reverts commit 8243cf6

Signed-off-by: Nikita Lebedev <[email protected]>
@thenswan thenswan requested review from 0xivanov and agadzhalov June 10, 2024 07:24
@thenswan thenswan requested review from a team as code owners June 10, 2024 07:24
@thenswan thenswan requested a review from rwalworth June 10, 2024 07:24
…ountEvmAddressAsync methods in AccountId and populateContractNumAsync in ContractId (#1829)"

Signed-off-by: Nikita Lebedev <[email protected]>
Copy link
Contributor

@0xivanov 0xivanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@steven-sheehy
Copy link
Member

Better to keep it but make it a feature flag that's off by default.

Copy link

@thenswan thenswan changed the title Revert "feat: solution to query the mirror node for the account balance, account info, and contract info data (#1698)" fix: remove solution to query the mirror node for the account balance, account info, and contract info data Jun 11, 2024
@thenswan thenswan changed the title fix: remove solution to query the mirror node for the account balance, account info, and contract info data fix: query the consensus nodes (instead of mirror node) for the account balance, account info, and contract info data Jun 11, 2024
@thenswan thenswan changed the title fix: query the consensus nodes (instead of mirror node) for the account balance, account info, and contract info data revert: query the consensus nodes (instead of mirror node) for the account balance, account info, and contract info data Jun 11, 2024
@thenswan thenswan changed the title revert: query the consensus nodes (instead of mirror node) for the account balance, account info, and contract info data revert: query the consensus nodes for the account balance, account info, and contract info data Jun 11, 2024
@thenswan thenswan merged commit 61292e5 into main Jun 11, 2024
9 checks passed
@thenswan thenswan deleted the revert-mirrror-node-queries branch June 11, 2024 10:33
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.

AccountBalanceQuery can't handle high request rates in 2.33
3 participants