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

Parameterize gas scale #3391

Merged
merged 10 commits into from
Jul 5, 2024
Merged

Parameterize gas scale #3391

merged 10 commits into from
Jul 5, 2024

Conversation

brentstone
Copy link
Collaborator

@brentstone brentstone commented Jun 7, 2024

Describe your changes

Closes #1881

Indicate on which release or other PRs this topic is based on

v0.39.0

Checklist before merging to draft

  • I have added a changelog
  • Git history is in acceptable state

@brentstone brentstone mentioned this pull request Jun 8, 2024
@brentstone brentstone requested a review from grarco June 8, 2024 10:23
@brentstone brentstone marked this pull request as ready for review June 8, 2024 10:24
crates/node/src/shell/mod.rs Outdated Show resolved Hide resolved
crates/node/src/shell/mod.rs Outdated Show resolved Hide resolved
crates/gas/src/event.rs Outdated Show resolved Hide resolved
grarco
grarco previously approved these changes Jun 10, 2024
brentstone added a commit that referenced this pull request Jun 10, 2024
* brent/parameterize-gas-scale:
  change comment on Gas Display
  fixes from comments
  changelog: add #3391
  fix and clean up
  Light error handling
  remove hard-coded gas scale
  add gas scale to protocol params
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

Attention: Patch coverage is 76.56250% with 30 lines in your changes missing coverage. Please review.

Project coverage is 53.95%. Comparing base (879a326) to head (16a2c58).
Report is 4 commits behind head on main.

Files Patch % Lines
crates/node/src/shell/finalize_block.rs 75.55% 11 Missing ⚠️
crates/node/src/shell/mod.rs 44.44% 5 Missing ⚠️
crates/namada/src/ledger/mod.rs 69.23% 4 Missing ⚠️
crates/node/src/shell/process_proposal.rs 42.85% 4 Missing ⚠️
crates/sdk/src/tx.rs 0.00% 3 Missing ⚠️
crates/gas/src/lib.rs 93.75% 1 Missing ⚠️
crates/sdk/src/rpc.rs 0.00% 1 Missing ⚠️
crates/tx/src/data/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3391      +/-   ##
==========================================
+ Coverage   53.92%   53.95%   +0.02%     
==========================================
  Files         317      317              
  Lines      107575   107669      +94     
==========================================
+ Hits        58011    58089      +78     
- Misses      49564    49580      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

brentstone added a commit that referenced this pull request Jun 12, 2024
* brent/parameterize-gas-scale:
  fix unit test
  change comment on Gas Display
  fixes from comments
  changelog: add #3391
  fix and clean up
  Light error handling
  remove hard-coded gas scale
  add gas scale to protocol params
brentstone added a commit that referenced this pull request Jun 14, 2024
* brent/parameterize-gas-scale:
  fix unit test
  change comment on Gas Display
  fixes from comments
  changelog: add #3391
  fix and clean up
  Light error handling
  remove hard-coded gas scale
  add gas scale to protocol params
@grarco grarco mentioned this pull request Jun 20, 2024
2 tasks
grarco
grarco previously approved these changes Jun 20, 2024
brentstone added a commit that referenced this pull request Jun 28, 2024
* brent/parameterize-gas-scale:
  Updated example of expected string
  Fixes ibc e2e test
  fix unit test
  change comment on Gas Display
  fixes from comments
  changelog: add #3391
  fix and clean up
  Light error handling
  remove hard-coded gas scale
  add gas scale to protocol params
brentstone added a commit that referenced this pull request Jul 4, 2024
* origin/brent/parameterize-gas-scale:
  Updated example of expected string
  Fixes ibc e2e test
  fix unit test
  change comment on Gas Display
  fixes from comments
  changelog: add #3391
  fix and clean up
  Light error handling
  remove hard-coded gas scale
  add gas scale to protocol params
@brentstone brentstone merged commit df1e8ec into main Jul 5, 2024
17 of 19 checks passed
@brentstone brentstone deleted the brent/parameterize-gas-scale branch July 5, 2024 21:16
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.

Gas SCALE as protocol parameter
3 participants