vechain / thor

A general purpose blockchain highly compatible with Ethereum's ecosystem
GNU Lesser General Public License v3.0
795 stars 248 forks source link

feat: update base gas price on solo #722

Closed darrenvechain closed 2 months ago

darrenvechain commented 2 months ago

Description

This PR sets the base gas price for solo in the first block. It is instantly mined in the first block so the genesis remains unaffected.

VET Transaction:

Type of change

Checklist:

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 59.45946% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 61.62%. Comparing base (b83a007) to head (458df05). Report is 7 commits behind head on master.

Files Patch % Lines
cmd/thor/solo/solo.go 59.45% 9 Missing and 6 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #722 +/- ## ========================================== + Coverage 61.25% 61.62% +0.37% ========================================== Files 194 194 Lines 18207 18259 +52 ========================================== + Hits 11152 11252 +100 + Misses 5973 5908 -65 - Partials 1082 1099 +17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

darrenvechain commented 2 months ago

Hey @libotony I made 2 commits to resolve PR comments