FuelLabs/fuel-core

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

Open

#2 382 ouverte le 22 oct. 2024

Voir sur GitHub
 (2 commentaires) (0 réactions) (1 assigné)Rust (2 861 forks)batch import
good first issue

Métriques du dépôt

Stars
 (57 084 stars)
Métriques de merge PR
 (Merge moyen 8h 53m) (1 PR mergée en 30 j)

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.

Guide contributeur