Skip to content

Releases: Aniket-Engg/sol-verifier

v2.1.4

31 Dec 09:48
68d7c94
Compare
Choose a tag to compare

Changelog

#54 release 2.1.4
#53 dependencies managed
#52 compilers version updated
#51 new options added
#49 configurable runs
#47 Use ethers.js for argument encoding

v2.1.3

07 Nov 12:22
87860ae
Compare
Choose a tag to compare

#46

Thanks @ukstv

v2.1.2

10 Oct 14:29
c4be5a0
Compare
Choose a tag to compare

v2.1.1

20 Sep 12:50
b7e23bd
Compare
Choose a tag to compare

We have handled some version related things in it. Have a look here: #40

v2.1.0

08 Jun 17:06
Compare
Choose a tag to compare

This is a bugfix release.

Package was unable to encode constructor parameters when an array is being used in constructor. This was raised by @ukstv . It was fixed in #39 .

v2.0.0

01 Jun 12:41
b21c12c
Compare
Choose a tag to compare

v1.2.1

07 May 11:33
Compare
Choose a tag to compare

Friend In Need

17 Apr 10:23
9f82420
Compare
Choose a tag to compare

This release majorly makes this package easy to use, user friendly and a friend in need. It covers following features:

  • If a new version of Solidity is released which is not in our release mapping, it will be fetched dynamically. (#1 )
  • Importing file relatively and from node_modules is supported. (#12 )
  • For early developers, a default developer key is also provided. (#13 )
  • GUID is processed internally and user will see the final result. So overhead of checking GUID is removed. (#14 )
  • If network type is not passed in CLI, It will be processed internally and if there will be a single network containing data on given contract address, it will be processed. (#15 )
  • Old method of defining constructor is also supported. (#22 )
  • Time limit for processing request is added as 30 seconds. (#24 )
  • eslint introduced (#9 )

I would like to thank our contributors to provide a supportive hand in this release.
Thanks @rohitsethii @TimDaub

Saviour

24 Dec 08:49
Compare
Choose a tag to compare

sol-verifier is an npm package which can be used to verify the ethereum solidity contracts on Etherscan on Mainnet, Ropsten, Rinkeby and Kovan networks.

It can be used from command line and inside the code. Multiple options need to be passed with the request. As it internally used Etherscan API, Etherscan API key token will also be required to get it working. More details regarding its use and limitation are here.