Skip to content

v0.29.0

Compare
Choose a tag to compare
@digorithm digorithm released this 04 Nov 21:55
· 457 commits to master since this release
3374c68

What's Changed

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.