FuelLabs / fuel-vm

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

Hide `Default` params under the "test-helper" feature #708

Closed xgreenx closed 8 months ago

xgreenx commented 8 months ago

Hidden Default params under the "test-helper" feature to avoid accidental use in production code. It is a huge breaking change for any code that has used them before in production, and instead, it should be fetched from the network. In the case of tests simply use the "test-helper" feature in your [dev-dependencies] section.

Renamed builder feature into test-helpers.

Follow-up from https://github.com/FuelLabs/fuel-vm/pull/702#discussion_r1537710771.