Releases: ObsidianLabs/ConfluxStudio
Releases · ObsidianLabs/ConfluxStudio
Conflux Studio v0.7.0-rc.3
Platform
Mac OS, Windows, Linux
Updates
Conflux Studio now supports CIP-37 address format for Localnet, Testnet and Mainnet.
- Upgrade Testnet and Mainnet to v2 RPC endpoints
- New feature: supports CIP-37 address format in Account Explorer
- New feature: CIP-37 address format converter
- New feature: Add new project templates
- Fix bug: prevent duplicate name when creating a node instance
- Fix bug: prevent duplicate keypair name when creating or importing a keypair
- Fix bug: open in terminal feature in Windows
- Fix bug: sorting issues in Windows
- Fix bug: application menus bugs
Conflux Studio v0.7.0-rc.2
Platform
Mac OS, Windows, Linux
Updates
Conflux Studio now supports CIP-37 address format for Localnet, Testnet and Mainnet.
- Upgrade Testnet and Mainnet to v2 RPC endpoints
- New feature: supports CIP-37 address format in Account Explorer
- New feature: CIP-37 address format converter
- New feature: Add new project templates
- Fix bug: prevent duplicate name when creating a node instance
- Fix bug: prevent duplicate keypair name when creating or importing a keypair
- Fix bug: open in terminal feature in Windows
- Fix bug: sorting issues in Windows
- Fix bug: application menus bugs
Conflux Studio v0.7.0-rc.1
v0.7.0-rc1
Conflux Studio v0.6.0
Conflux Studio v0.5.1
Platform
Mac OS, Windows, Linux
Updates
- Update internal contracts to match the newer versions of Conflux
- Update Tethys and testnet network urls
Conflux Studio v0.5.0
Platform
Mac OS, Windows, Linux
Updates
- Add a gas estimate feature
- Fix a Tethys network status issue
Conflux Studio v0.4.2
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)
Conflux Studio v0.4.1
Platform
Mac OS, Windows, Linux
Updates
- Use docker version of solc in compilation
- Sync solc version between the bottom bar and the file
truffle-config.js
- Search feature for the keypair input
- Fetch transaction error reason and display in notification and transaction detail modal
- Handle transaction timeout
Conflux Studio v0.4.0
Platform
Mac OS, Windows, Linux
Updates
- A transaction queue to handle pushed transactions
- Cache page contents for the explorer and contract debugger
- Check available conflux node versions before started
- Select from saved keypairs in parameter inputs of type
address
- Fix bug: error for parameters of type
bytes
- Fix bug: error for parameters of very large integers
Conflux Studio v0.3.4
Platform
Mac OS, Windows, Linux
Updates
- More type check for contract parameters for integers, array of integers & bytes
- Fix bug: cannot copy contract execution error message
- Fix bug: unnamed event field seems to cause crash (#24)
- Fix bug: cannot deploy contract with no constructor (#25)
- Fix bug: payable not detected with newer compiler versions (#26)
- Fix bug: cannot find account due to uppercase letters (#31)