FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
344 stars 77 forks source link

Correct the price to verify native signatures #766

Open Voxelot opened 3 weeks ago

Voxelot commented 3 weeks 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 3 weeks ago

holding off on this due to potential backwards compatibility issues