ethers-rs/ethers-contract/tests
Georgios Konstantopoulos 3d2d40699f
Fix buggy non-nested tuples (#48)
* test(tokens): ensure nested tuples tokenize properly

* test(contract): add failing test with 2 args

This happens because the args are serialized as Token::Tuple, while instead they should be just a vector

* fix(tokens): add token flattening method to fix non-nested tuples

* fix: do not export the flatten function
2020-07-03 17:37:38 +03:00
..
common Improve Ganache Flexibility (#37) 2020-06-22 16:42:34 +03:00
contract.rs Fix buggy non-nested tuples (#48) 2020-07-03 17:37:38 +03:00
contract.sol Fix buggy non-nested tuples (#48) 2020-07-03 17:37:38 +03:00