ConfluxStudio
ConfluxStudio copied to clipboard
An IDE to develop smart contracts on the Conflux blockchain
### Description Cannot change workspace directory. Version: Conflux Studio v0.18.8 ### Is IDE Yes ### Client Desktop ### How to reproduce 1. Change workspace directory in home page settings. ###...
### Description 新的BUG,在更新了新的版本后,发现水龙头申请测试币和转账都有错误: 此BUG在Windows和macOS上都会出现,在testnet下会出现此错误,main没有测试,开发环境下有一定几率出现此错误。 貌似实在执行没有评估GAS费率的行为的直接交易会出现此错误(我在执行写合约方法的时候,不评估GAS费率的时候直接执行也会出现此错误)。  ### Is IDE Yes ### Client Desktop ### How to reproduce 1: 在Conflux Studio中,使用测试网。 2: 使用水龙头申请测试币,提示错误:Invalid parameters: tx。 3: 在测试网中使用转账功能,提示错误:Invalid parameters: tx。 ### Actual...
### Description 在Windows 11 Conflux Studio的Development Network下,对相应的Docker点击(Start)启动。 提示: 标记“&&”不是此版本中的有效语句分隔符。  ### Is IDE Yes ### Client Desktop ### How to reproduce 安装好所有的Docker依赖,点击启动。 ### Actual result pwd && docker run -it...
### Description  available version找不到,在docker市场中找不到obsidians/conflux-truffle ### Is IDE Yes ### Client _No response_ ### How to reproduce 打开studio ### Actual result 未找到conflux truffle in docker版本 ### Error log 未找到conflux truffle...
### Description On development network, when I click "create", it stuck on creating... Then I found an error occured. Also I can't delete the instance. Conflux Studio: v0.16.5 ------------- >...
``` A JavaScript error occurred in the main process Uncaught Exception: Error: Cannot open /run/firejail/appimage/.appimage-9198/resources/app.asar/build/main/keytar.node: Error: libsecret-1.so.0: cannot open shared object file: No such file or directory ``` It needs...



When I import an OZ library on the web version like this: ```solidity import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; ``` ... and then click build, it just hangs indefinitely. Not sure if the web...