ERC777
ERC777 copied to clipboard
Organise and add more tests
All tests are located in a single file (test/ReferenceToken-test.js) which is growing. It is becoming hard to read each test case.
The tests should be split in different files, for example:
- Base Tests (Read only functions:
name,symbol, ...) - Send/Receive Tests
- Operator Tests
- ERC-20 Compatibility Tests
Partially done in #40 but more tests are needed, which is why this remain open