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

deps: bump near dependencies in the tests #953

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

aleksuss
Copy link
Member

@aleksuss aleksuss commented Sep 4, 2024

Description

After switching to the new version of the near-vm-runner we can see increased consumption of the NEAR gas almost in every test. The reason is expected since the amount of gas per byte of loaded contract was increased from 216750 to 1089295. In our case it's 1220709 * 1089295 instead of 1220709 * 216750 where the difference is 1065123534405 Gas or 1,07 TGas.

Performance / NEAR gas cost considerations

NEAR gas consumption was increased for obvious reasons.

@aleksuss aleksuss added this pull request to the merge queue Sep 4, 2024
Merged via the queue into develop with commit 2abae62 Sep 4, 2024
24 checks passed
@aleksuss aleksuss deleted the deps/alekuss/near_crates branch September 4, 2024 13:01
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