Skip to content

v0.1.5

Compare
Choose a tag to compare
@gnidan gnidan released this 06 Oct 00:19
· 256 commits to master since this release

abi-to-sol v0.1.5

This release changes the default Solidity pragma from ^0.7.0 to the more general >=0.5.0 <0.8.0. It also adds runtime support for source maps (e.g. for exception stack traces)

Enhancements

  • Broaden default Solidity version to >=0.5.0 <0.8.0 (and centralize defaulting logic) (#1 by @gnidan)
  • Add runtime source map support (#4 by @gnidan)

Internal improvements