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

``` Compiling your contracts... =========================== ✔ Fetching solc version list from solc-bin. Attempt #1 ✔ Downloading compiler. Attempt #1. > Compiling ./contracts/Main.sol failed to compile wasm module: RangeError: WebAssembly.Instance(): Out...

ConfluxStudio 客户端能否出一个调成中文的插件?目前还是国内用户使用较多,对于大部分开发者使用成本太高。

I tried to build a contract then interrupted it using the stop button. When I try to compile again I see this: ``` > docker run -t --rm --name truffle-compile...

bug

I'm getting `Cannot read property 'from' of undefined` when I try to use `safeTransferFrom` on an ERC721 contract. Similarly, I see `Cannot read property 'estimate' of undefined` when I click...

The header above the listed events should show epoch. It seems there's also some formatting issue, the field names are not aligned. ![image](https://user-images.githubusercontent.com/7571518/113654822-467c2280-96cb-11eb-9221-7f05003c9376.png)

Conflux nodes will accept transactions, even if the sender is unable to cover the associated costs. In this case, the tx will be pending for a while then Studio will...

enhancement

When 5.0 came out, there was a popup notification allowing the user to update. Recently I heard a user missed this (or maybe closed the popup accidentally) and found no...

enhancement

I started a local node, then a got prompted to update to v0.4.2, so I updated. When I wanted to run a local node again, I got this error: ```...

enhancement

Currently, Conflux Studio has an outdated ABI for SponsorWhitelistControl. E.g. it does not support view methods like `getSponsorForGas`. Here's the latest ABI: https://github.com/Conflux-Chain/conflux-rust/blob/master/internal_contract/contracts/SponsorWhitelistControl.sol. ![image](https://user-images.githubusercontent.com/7571518/96855512-1dd5d880-145d-11eb-8c98-b74efc65e860.png) Conflux Studio v0.4.2

enhancement

There would be a 'state for epoch' error when deploying a contract right after starting the node. This is because the node is not fully ready, a temporary solution would...

enhancement