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

gas limit is uint32 everywhere #7012

Merged
merged 8 commits into from
Aug 8, 2022
Merged

gas limit is uint32 everywhere #7012

merged 8 commits into from
Aug 8, 2022

Conversation

pinebit
Copy link
Contributor

@pinebit pinebit commented Jul 20, 2022

@samsondav @jmank88 do you guys think this change makes sense or not?
The reason behind this is that we can only read uint32 from TOML and therefore I assumed it makes little sense to do odd type conversions uint32<->uint64 for gas limit. However, we still have to do the conversion when dealing with go-ethereum.

@github-actions
Copy link
Contributor

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

jmank88
jmank88 previously approved these changes Jul 22, 2022
samsondav
samsondav previously approved these changes Aug 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2022

Solana Smoke Test Results

1 tests   1 ✔️  4m 38s ⏱️
1 suites  0 💤
1 files    0

Results for commit a40904b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2022

EVM Smoke Test Results

52 tests   22 ✔️  6m 25s ⏱️
  1 suites  30 💤
  1 files      0

Results for commit a40904b.

♻️ This comment has been updated with latest results.

jmank88
jmank88 previously approved these changes Aug 5, 2022
@pinebit pinebit dismissed stale reviews from jmank88 and samsondav via a40904b August 8, 2022 14:00
@pinebit pinebit merged commit 1fd792a into develop Aug 8, 2022
@pinebit pinebit deleted the chore/gas-limit-uint32 branch August 8, 2022 14:45
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