Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

feat(proposer): add a --minimalBlockGasLimit flag to mitigate the potential gas estimation issue #225

Merged
merged 4 commits into from
May 15, 2023

Conversation

davidtaikocha
Copy link
Member

If we want to change the geth codebase as less as possible, we can do this. or @cyberhorsey u think changing the geth codebase will be a better option?

@codecov
Copy link

codecov bot commented May 15, 2023

Codecov Report

Merging #225 (5ad8501) into main (dcead44) will increase coverage by 0.22%.
The diff coverage is 7.69%.

@@            Coverage Diff             @@
##             main     #225      +/-   ##
==========================================
+ Coverage   52.74%   52.97%   +0.22%     
==========================================
  Files          36       36              
  Lines        3405     3417      +12     
==========================================
+ Hits         1796     1810      +14     
+ Misses       1374     1370       -4     
- Partials      235      237       +2     
Impacted Files Coverage Δ
proposer/proposer.go 59.54% <0.00%> (-3.62%) ⬇️
proposer/config.go 60.86% <100.00%> (+0.86%) ⬆️

... and 1 file with indirect coverage changes

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

@cyberhorsey
Copy link
Contributor

I like this better than modifying geth, which IMO should be kept to the bare minimum of modifications.

@cyberhorsey cyberhorsey merged commit ab8305d into main May 15, 2023
@cyberhorsey cyberhorsey deleted the minimalBlockGasLimit-flag branch May 15, 2023 18:53
vhjiang pushed a commit to taikoverse/taiko-degen-client that referenced this pull request Jul 1, 2023
…otential gas estimation issue (taikoxyz#225)

Co-authored-by: jeff <113397187+cyberhorsey@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants