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

fix: correctly verify gas price #3154

Merged
merged 2 commits into from
Aug 13, 2020
Merged

Conversation

bowenwang1996
Copy link
Collaborator

Currently there is a discrepancy between how gas price is computed and how it is verified. This leads to verification failure when the protocol changes between epochs.

Test plan

test_gas_price_change_no_chunk

@gitpod-io
Copy link

gitpod-io bot commented Aug 12, 2020

@codecov
Copy link

codecov bot commented Aug 12, 2020

Codecov Report

Merging #3154 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3154   +/-   ##
=======================================
  Coverage   87.38%   87.38%           
=======================================
  Files         212      212           
  Lines       41554    41554           
=======================================
  Hits        36312    36312           
  Misses       5242     5242           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bd18e1c...01975b5. Read the comment docs.

@nearprotocol-bulldozer nearprotocol-bulldozer bot merged commit 82501ae into master Aug 13, 2020
@nearprotocol-bulldozer nearprotocol-bulldozer bot deleted the fix-gas-price-change branch August 13, 2020 01:00
bowenwang1996 added a commit that referenced this pull request Aug 13, 2020
Currently there is a discrepancy between how gas price is computed and how it is verified. This leads to verification failure when the protocol changes between epochs.

Test plan
---------
`test_gas_price_change_no_chunk`
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