SIGN IN SIGN UP
FuelLabs / fuel-core UNCLAIMED

Rust full node implementation of the Fuel v2 protocol.

0 0 15 Rust

Fix dry_run to get the consensus parameter version of the old block (#3174)

## Linked Issues/PRs
<!-- List of related issues/PRs -->
closes https://github.com/FuelLabs/fuel-core/issues/3175

## Description
<!-- List of detailed changes -->

The `dry_run` was always getting the current consensus parameter
version, instead of the version for the specified height. This was
resulting in undefined behavior.

## Checklist
- [x] New behavior is reflected in tests

### Before requesting review
- [x] I have reviewed the code myself
M
Mitchell Turner committed
4c44342aa758b433acb97b20ff3090d31f0d240b
Parent: 579e1c2
Committed by GitHub <noreply@github.com> on 1/26/2026, 10:48:22 PM