Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

Release v1.0.0

Latest
Compare
Choose a tag to compare
@JhChoy JhChoy released this 04 Mar 03:57
· 77 commits to master since this release

v1.0.0 has been released!

BREAKING CHANGES

1. abi-to-script => gen-script

  • Command name has been changed 0544b00
  • Now, this command can receive directory name. It will finds all contract files in there. #113 => 0d0bfb0
  • Now, this command does not have to receive file paths. Default directory name contracts/ will be set. 459209f

2. .env => vvisp-config.js

  • Configuration file .env migrated to vvisp-config.js #101
  • See docs at here.

3. vvisp-utils/getConfigRoot.js changed from async to sync

4. vvisp-utils/getWeb3.js => vvisp-utils/web3Store.js

  • Interface has been changed 8efa917

5. Solidity version upgraded to v0.5.0

  • init packages changed, it imports openzeppelin-test-helpers
  • all contracts in project upgraded(includes VvispRegistry.sol) #92

6. Default property of service.vvisp.json has been changed

  • registry false => true #107

Bug Fix

- #110 => #111, resume properly at initialize state of deplot-service - #112, flatten well with external modules

Other Features

  • vvisp-utils/getPrivateKey now receives not only 12 words of mnemonic.
  • Add some command line options:
    • -n, --network <network>
    • --from <privateKey>
    • --gasPrice <gasPrice>
    • --gasLimit <gasLimit>
    • --configFile <customFileName>