elixir-node
elixir-node copied to clipboard
Expand contract tests - creating contracts
Expand the contract tests so that we cover everything related with initialization, calling and storing state of contracts. They should cover the following functionalities:
-
Creating contracts
- [ ] successful create
- [ ] with init error
- [ ] with sufficient and with insufficient funds
@cheezus1 can you separate this in 3-4 separate issues, to be solved with separate PRs?