Skip to content

Commit

Permalink
Take into account used gas during block production and include more t…
Browse files Browse the repository at this point in the history
…ransactions if we can (#1220)

The PR implements #1217 for
the beta 3 testnet

---------

Co-authored-by: Elvis <elvisdedic@outlook.com>
  • Loading branch information
xgreenx and leviathanbeak committed Jun 21, 2023
1 parent d7452b4 commit b58b84e
Show file tree
Hide file tree
Showing 25 changed files with 572 additions and 193 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/fuel-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ futures = { workspace = true }
hex = { version = "0.4", features = ["serde"] }
hyper = { version = "0.14" }
itertools = { workspace = true }
parking_lot = { workspace = true }
postcard = { workspace = true, features = ["use-std"] }
primitive-types = "0.12"
rand = { workspace = true }
Expand Down
Loading

0 comments on commit b58b84e

Please sign in to comment.