Tomek Drwięga
Tomek Drwięga
Do you mind providing a full example? I don't think parsing an empty value into an empty list as proposed in #656 is the correct behavior.
Only with custom transport I think. You can possible use jsonrpc-core and ethabi directly. We might expose something like this though, PRs welcome.
Seems that in react-native there is no `Buffer` nor `Uint8Array` available and we need something reliable there.
@bkolad any particular transport?
Would you mind testing with `Ws` as well? I checked the code but there is nothing fancy we do that would cause such behaviour and I feel tempted to blame...
@WyseNynja We don't have that method exposed yet (PRs welcome!). You can freely extend rust-web3 though, you will just need to define all the input and output types and their...
@gakonst Correct, the crate mentioned here can't really be included in `web3`, but you are fine to build a GPL-3.0 project that uses both `web3` and `eip-712` to achieve what...
> use_contract! on the ABI file: > load code from the bin file: Last two steps can be indeed simplified, although I can't see how we can get rid of...
Good point. Yeah I suppose it would be possible.
@fCorleone we don't expose anything like that currently. Could you elaborate why it would be useful? IT's also more `ethabi` issue than `sol-rs`.