ether-camp / ethereum-sandbox

Ethereum Sandbox
GNU Affero General Public License v3.0
7 stars 8 forks source link

`New scenario` on tx view just gives error message #25

Closed SCBuergel closed 7 years ago

SCBuergel commented 7 years ago

I get the following error message when clicking New scenario in the tx view: image

asinyagin commented 7 years ago

How can I reproduce it?

SCBuergel commented 7 years ago

You can start the sandbox on https://sbuergel.by.ether.camp from workspace/blockchain/contracts/Drel.sol and then in the terminal navigate to workspace/blockchain/ and run my test via node test.js. I debugged a bit and it seems creating a new scenario stops working once I create a new contract via web3.eth.contract(JSON.parse(propertyContractAbi)).new.

asinyagin commented 7 years ago

@SCBuergel fixed and deployed. Check it please.

SCBuergel commented 7 years ago

@asinyagin checked, working - thanks!