FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
358 stars 88 forks source link

Correct the price to verify native signatures #766

Closed Voxelot closed 1 month ago

Voxelot commented 5 months ago

closes: https://github.com/FuelLabs/fuel-vm/issues/757

Use secp256k1 instead of secp256r1 gas price when validating native signatures on UTXOs.

Checklist

Before requesting review

After merging, notify other teams

[Add or remove entries as needed]

Voxelot commented 5 months ago

holding off on this due to potential backwards compatibility issues

VolkovDAvan commented 3 weeks ago

Cool