Skip to content

Conflux Studio v0.4.2

Compare
Choose a tag to compare
@qftgtr qftgtr released this 27 Sep 12:58
· 411 commits to master since this release

Platform

Mac OS, Windows, Linux

Updates

  • Check if cfxtruffle of the selected version is installed before running the compiler (Fix #44)
  • Check if deployedBytecode is valid before deployment
  • Support storageLimit when deploying a contract or pushing a transaction
  • Display the data field for the returned error in deployment
  • Support string type in the parameter input (Fix #40)
  • Support bool type in the parameter input
  • Support the display of return values for tuple types (Fix #42)
  • Set cfxtruffle and solc versions in the project configuration file
  • Solc version set in Conflux Studio will overwrite truffle-config.js
  • Fix bug: cannot deploy contract with no constructor (#25)
  • Fix bug: handle timeout transactions (#36)
  • Fix bug: fail to stop a running cfxtruffle process
  • Fix bug: error when inputting an invalid number in a read function
  • Fix bug: pure functions should be in the read column (#47)