merkaliser / scilla-vanilla

MIT License
20 stars 6 forks source link

Write tests for erc223 #38

Closed merkaliser closed 5 years ago

merkaliser commented 5 years ago

We need to write tests for erc223 . For each transition you are testing, you can use the blockchain.json, state.json and input.json to generate the output.json Here is an example : https://github.com/Zilliqa/kaya/tree/master/test

AmritKumar commented 5 years ago

@merkaliser If the goal is testing, why don't you use scilla-runner instead? You can build scilla-runner from the Scilla repo: https://github.com/Zilliqa/scilla. Kaya is kind of an overkill here.

vaibhavchellani commented 5 years ago

thanks @AmritKumar for your input ! moving onto scilla-runner now , was avoiding building scilla-runner wanted to use remote one ;)

vaibhavchellani commented 5 years ago

fixed by #39