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

chore: get gas parameters from statechain event #4125

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

albert-llimos
Copy link
Contributor

@albert-llimos albert-llimos commented Oct 16, 2023

Checklist

Please conduct a thorough self-review before opening the PR.

  • I am confident that the code works.
  • I have updated documentation where appropriate.

Summary

Get the maxFeePerGas and thegasLimit from the TransactionBroadcastRequest event instead of relying on the ChainStateUpdated event, which might be different that the transaction values when there is gas price fluctuations.

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #4125 (17caa2b) into main (b1fe871) will increase coverage by 0%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main   #4125   +/-   ##
=====================================
  Coverage     72%     72%           
=====================================
  Files        378     378           
  Lines      60637   60637           
  Branches   60637   60637           
=====================================
+ Hits       43491   43492    +1     
+ Misses     14880   14878    -2     
- Partials    2266    2267    +1     

see 5 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@albert-llimos albert-llimos marked this pull request as ready for review October 16, 2023 15:11
@albert-llimos albert-llimos merged commit d243595 into main Oct 17, 2023
44 checks passed
@albert-llimos albert-llimos deleted the chore/bouncer-gaslimit-test branch October 17, 2023 07:48
syan095 added a commit that referenced this pull request Oct 17, 2023
* origin/main:
  chore: get gas parameters from statechain event (#4125)
  Feat: ingress-egress tracking for DOT (#4121)
  add support for hex encoded amounts on limit order and range order methods in LP API (#4120)
  feat: bouncer command for submitting runtime upgrades (#4122)
  Feat: ensure correct process termination in ingress/egress tracker (#4101)
  feat(custom-rpc): add flip balance to account info (#4119)
  chore: storage migration delete NextCompatibilityVersion (#4115)
  chore: delete unneeded function (#4116)

# Conflicts:
#	state-chain/runtime/src/lib.rs
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.

None yet

2 participants