Skip to content

Friend In Need

Compare
Choose a tag to compare
@Aniket-Engg Aniket-Engg released this 17 Apr 10:23
· 50 commits to master since this release
9f82420

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