Skip to content

Releases: ObsidianLabs/ConfluxStudio

Conflux Studio v0.7.0-rc.3

05 Mar 08:35
Compare
Choose a tag to compare
Pre-release

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

05 Mar 07:12
Compare
Choose a tag to compare
Pre-release

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

18 Feb 09:41
Compare
Choose a tag to compare
Pre-release
v0.7.0-rc1

Conflux Studio v0.6.0

10 Feb 09:02
Compare
Choose a tag to compare

Platform

Mac OS, Windows, Linux

Updates

  • Add CIP-37 address format support
  • Fix bug: page crash when using explorer
  • Fix bug: event logs do not show up (#74)
  • Fix bug: editor may crash when saving files

Conflux Studio v0.5.1

11 Dec 08:57
Compare
Choose a tag to compare

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

30 Oct 02:12
Compare
Choose a tag to compare

Platform

Mac OS, Windows, Linux

Updates

  • Add a gas estimate feature
  • Fix a Tethys network status issue

Conflux Studio v0.4.2

27 Sep 12:58
Compare
Choose a tag to compare

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

23 Sep 07:07
Compare
Choose a tag to compare

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

21 Sep 06:53
Compare
Choose a tag to compare

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

17 Sep 16:13
Compare
Choose a tag to compare
Conflux Studio v0.3.4 Pre-release
Pre-release

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)