ConfluxStudio icon indicating copy to clipboard operation
ConfluxStudio copied to clipboard

An IDE to develop smart contracts on the Conflux blockchain

Results 30 ConfluxStudio issues
Sort by recently updated
recently updated
newest added

### 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. ###...

bug

### Description 新的BUG,在更新了新的版本后,发现水龙头申请测试币和转账都有错误: 此BUG在Windows和macOS上都会出现,在testnet下会出现此错误,main没有测试,开发环境下有一定几率出现此错误。 貌似实在执行没有评估GAS费率的行为的直接交易会出现此错误(我在执行写合约方法的时候,不评估GAS费率的时候直接执行也会出现此错误)。 ![QQ截图20220515060224](https://user-images.githubusercontent.com/76204563/168579699-72409c4e-9136-436d-b0a5-501dc35dd70f.jpg) ### Is IDE Yes ### Client Desktop ### How to reproduce 1: 在Conflux Studio中,使用测试网。 2: 使用水龙头申请测试币,提示错误:Invalid parameters: tx。 3: 在测试网中使用转账功能,提示错误:Invalid parameters: tx。 ### Actual...

bug

### Description 在Windows 11 Conflux Studio的Development Network下,对相应的Docker点击(Start)启动。 提示: 标记“&&”不是此版本中的有效语句分隔符。 ![QQ截图20220513010920](https://user-images.githubusercontent.com/76204563/168133235-a5f1e161-efa1-48e5-a011-cf5788cf7d3f.jpg) ### Is IDE Yes ### Client Desktop ### How to reproduce 安装好所有的Docker依赖,点击启动。 ### Actual result pwd && docker run -it...

bug

### Description ![image](https://user-images.githubusercontent.com/13548812/166616345-6d2235a8-9d24-4ea6-bb36-f71f60f58bf3.png) 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...

bug

### 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 ------------- >...

bug

``` 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...

bug

![image](https://user-images.githubusercontent.com/57997522/142764218-cd61530f-eb75-4f70-9a7e-883649fe085e.png)

![image](https://user-images.githubusercontent.com/7571518/139386678-febd8b03-d95a-4713-95b9-9855cf5d721a.png)

![image](https://user-images.githubusercontent.com/7571518/135067415-f323f654-98c0-42cd-882d-c2cf5a87f4de.png)

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...