FuelLabs/fuel-core

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

Aberta

#2.382 aberto em 22 de out. de 2024

 (2 comentários) (0 reação) (1 responsável)Rust (2.861 forks)batch import
good first issue

Métricas do repositório

Stars
 (57.084 estrelas)
Métricas de merge de PR
 (Mesclagem média 8h 53m) (1 fundiu PR em 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.

Guia do colaborador