Travis Reeder
Travis Reeder
Actually, it appears that it already did the same thing as 1 [here](https://github.com/gochain/web3/commit/a94ed0a6f123f02748824f6b7c49f4f53d064a36#diff-71d443a845020c4e0b9de08eb0abd9a0L331). Why wasn't that acceptable?
I think we could resolve all these issues using shopspring/decimal.
I'm writing up the blog post for the upgradeable contracts, should I wait for this? @benbjohnson
Could try this: https://github.com/99designs/keyring
That must be a different transaction, they can't have different hashes. Can you share the output you're seeing?
You could try to build `web3` on the pi itself?
I haven't used structs, but maybe try setting the experimental flag and passing in the struct name with the parameters like here: https://ethereum.stackexchange.com/questions/65980/passing-struct-as-an-argument-in-call
I was thinking something like it has in that stackoverflow: `"SetStruct((int256,int256))"` instead of an array like you're using ` "[100, 12, 200]"`. I have no idea if that will work,...
Please provide steps to reproduce.
Add 0x to the start of the bin? On Mon, Nov 21, 2022, 8:42 AM bitcoinmeetups.org ***@***.***> wrote: > Ok, here's an example. I use this simple contract: > >...