Fantom-foundation / go-lachesis

aBFT consensus for permission-less networks
https://fantom.foundation
MIT License
223 stars 78 forks source link

Governable minimum gas price limit #539

Closed uprendis closed 4 years ago

uprendis commented 4 years ago

SFC contract is expected to be owned by the governance contract, hence the actions above are decentralized

codecov-commenter commented 4 years ago

Codecov Report

Merging #539 into develop2 will increase coverage by 2.82%. The diff coverage is 2.27%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop2     #539      +/-   ##
============================================
+ Coverage     40.98%   43.80%   +2.82%     
============================================
  Files           160      124      -36     
  Lines          9799     6711    -3088     
============================================
- Hits           4016     2940    -1076     
+ Misses         5410     3524    -1886     
+ Partials        373      247     -126     
Impacted Files Coverage Δ
app/store_migration.go 0.00% <0.00%> (ø)
app/store_sfc_constants.go 0.00% <0.00%> (ø)
cmd/lachesis/config.go 6.40% <ø> (+0.10%) :arrow_up:
cmd/lachesis/main.go 51.98% <ø> (-0.24%) :arrow_down:
cmd/tx-storm/acc.go 23.80% <ø> (ø)
evmcore/tx_pool.go 73.88% <12.50%> (-1.32%) :arrow_down:
inter/ascii_scheme.go 80.00% <0.00%> (-2.54%) :arrow_down:
utils/uint2hash.go 0.00% <0.00%> (ø)
gossip/serverpool.go
... and 26 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a11dde2...e793179. Read the comment docs.

uprendis commented 4 years ago

Already included in #540