v0.29.0
What's Changed
- docs: add a pull request template by @Br1ght0ne in #660
- chore: post-releases clean-up by @digorithm in #671
- refactor(fuels-core): add tests for resolved_type by @Br1ght0ne in #636
- fix: remove predicates config flag by @digorithm in #672
- feat!: Accept chain config as argument for node setup test helpers by @digorithm in #673
- release: bump versions to 0.29.0 by @digorithm in #674
Full Changelog: v0.28.0...v0.29.0
Breaking changes
All test helpers related to spinning up test nodes now take a Option<ChainConfig>
parameter. This is useful for configuring things like gas limits of the test chain, etc. Most likely, you won't need it, which means all you have to do is add a None
to that test helper method.