ethers-rs/ethers-contract
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
..
ethers-contract-abigen Replace contract client references with Arc (#35) 2020-06-22 11:44:08 +03:00
ethers-contract-derive docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00
src Fix buggy non-nested tuples (#48) 2020-07-03 17:37:38 +03:00
tests Fix buggy non-nested tuples (#48) 2020-07-03 17:37:38 +03:00
Cargo.toml Improve Ganache Flexibility (#37) 2020-06-22 16:42:34 +03:00