Releases: ObsidianLabs/ConfluxStudio
Releases · ObsidianLabs/ConfluxStudio
Conflux Studio v0.9.0
Updates
- Add a project template for conflux version of ERC777
- Wait RPC ready when starting a local node instance
- Display keypairs for each network separately in the keypair manager
- Display a notification for missing keypair when executing a contract without signer
- Import a private key without the 0x prefix
- Fix bug: RPC connection failure after switching from a running instance
- Fix bug: estimate error in deploying
Conflux Studio v0.8.0-rc.4
Updates
- Fix bug: cannot make transfers on the Tethys mainnet
Conflux Studio v0.8.0-rc.3
Platform
Mac OS, Windows, Linux
Updates
- Add ERC-20 project template
- Save recent transactions separately for each local node instances
- Fix bug: cannot load events with indexed fields
- Fix bug: fail to format solidity files
- Fix bug: fail to type in hex strings in bytes inputs
- Fix bug: black screen on Ubuntu running on VM with nvidia graphic cards
- Fix bug: system error when the Internet is not connected
Conflux Studio v0.8.0-rc.2
Platform
Mac OS, Windows, Linux
Updates
- Support adding testnet and mainnet formatted addresses separately in keypair manager
- Filter addresses by the network in address inputs
- Auto-detect the running instance on start up
- Add templates for OpenZeppelin v4
- Support to enter raw hex strings in inputs for byte type
- Support to modify an ABI entry
- Add buttons to remove a project in the project list
- Display an error if a transfer transaction fails
- Display a notification when trying to delete a running instance
- Update js-conflux-sdk to v1.6.0
Conflux Studio v0.8.0-rc.1
Platform
Mac OS, Windows, Linux
New Features
- Inline display of compilation errors: parse the error message from the compiler and display them inline in the code editor
- Solidity formatter: right click the editor and select Format Document to clean the code format
Other Updates
- Rename file or folder (right click in the file tree)
- Open the newly created file automatically
- Refresh the file content if the file is modified outside Conflux Studio
- Notification if the file is deleted outside Conflux Studio
- Add a template for an empty project
- Support non-Latin characters in project name
- Remove the remaining docker container after the compilation task is done
- Remind for the generated ABI & bytecode after compilation
- Press Esc to close the modal
- Press Tab to switch focused inputs
Conflux Studio v0.7.2
Platform
Mac OS, Windows, Linux
Updates
Conflux Studio now supports CIP-37 address format for Localnet, Testnet and Mainnet.
- Fix bug: unable to set sponsor
- Fix bug: unable to estimate using CIP-37 format
Conflux Studio v0.7.2-rc.1
v0.7.1
Conflux Studio v0.7.1
Conflux Studio v0.7.1-rc.1
Conflux Studio v0.7.0
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