substrate-erc20-multi
substrate-erc20-multi copied to clipboard
Add tests
trafficstars
Adds a few tests focusing on transfer functionality (does not test transfer_from/approve or events).
One of the tests fails. That's because there is a bug in transfer() that allows token duping.
Based on changes in #11. I suggest merging #11 before merging this.