FuelLabs/fuel-core

Separate Execution Gas Price and DA Gas Price into separate newtypes to add clarity

Open

#2,382 opened on Oct 22, 2024

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Rust (2,861 forks)batch import
good first issue

Repository metrics

Stars
 (57,084 stars)
PR merge metrics
 (Avg merge 8h 53m) (1 merged PR in 30d)

Description

It's been suggested that we separate the two just to help organize the code a bit better. Instead of just dealing withu64 everywhere, it could help the reader to have types to communicate everywhere in the code the purpose of the numbers.

Contributor guide