FuelLabs/fuel-tx

Validate gas_per_byte

Open

#119 opened on May 6, 2022

 (1 comment) (0 reactions) (0 assignees)Rust (3 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (14 stars)
PR merge metrics
 (PR metrics pending)

Description

As per the specs, a transaction is invalid if bytePrice != gasPrice * GAS_PER_BYTE. We need to enforce this rule in tx validation.

Contributor guide