Skip to content

Releases: blockscout/blockscout-rs

Smart-contract-verifier v0.4.0

11 Oct 12:18
972e8e1

Choose a tag to compare

What's Changed

  • Update documentation for Vyper update
  • Extract smart-contract-verifier business logic into a separate crate
  • Add asynchronous compilation
  • Make usage of reqwest retry lib for Sourcify requests
  • Make returning of invalid compiler version error into response
  • Add verification without creation transaction input by

Full Changelog: v0.3.0...v0.4.0

Smart-contract-verifier v0.3.0

06 Sep 11:21
0b56cb7

Choose a tag to compare

What's Changed

  • Fix inability to compile files using compilers lower than 0.4.11
  • Update verification algorithm to extract metadata hash by compilation of slightly modified contract input
  • Added solc validator checking downloaded compilers by calling --version
  • Add verification of Vyper contracts
  • Bump dependency versions

Full Changelog: v0.2.0...v0.3.0

Smart-contract-verifier v0.2.0

15 Aug 11:15
c37383c

Choose a tag to compare

What's Changed

Smart-contract-verifier service first production release 🎉

Full Changelog: v0.1.0...v0.2.0