ethers-rs/ethers-contract/src
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
..
call.rs Replace contract client references with Arc (#35) 2020-06-22 11:44:08 +03:00
contract.rs Fix buggy non-nested tuples (#48) 2020-07-03 17:37:38 +03:00
event.rs feat(contract): add helper to query events w/ metadata (block num + tx hash) (#33) 2020-06-22 01:08:40 +03:00
factory.rs Replace contract client references with Arc (#35) 2020-06-22 11:44:08 +03:00
lib.rs fix intradoc links and add missing cargo metadata (#29) 2020-06-20 16:55:07 +03:00