Harry Altman
Harry Altman
It's via APT, but it's not the default chromium package, it's ungoogled-chromium. So it was installed separately, I forget how though...
Hi, I want to confirm my understanding of what's going on here. So, you are saying, that with `skipDryRun`, the deployment to `mainfork` succeeds, but with the dry-run enabled, the...
Do you have a more complete reproduction example we could try? Say a repo we could check out? Thanks!
(...and, yeah, I guess this is also a performance problem too. :P )
Yes, passing in arrays of strings is supported. Do you have more detailed reproduction steps so we can try to determine what's going wrong here? (Say a repo we could...
The field `children` cannot be `undefined`, because Solidity doesn't have any notion of `undefined`. How are you determining this? Do you have more complete code we could check out?
I should probably be more explicit -- I expect the problem is probably in whatever Javascript code you've written to interact with the contract, so I'd want to see that...
Note: @gnidan points out the existence of the [superJson](https://github.com/blitz-js/superjson) package, which would allow us to use `BigInt`s. Obviously `Big`s would still be a problem, but I'm more OK with using...
> Since this is added in yargs now, `truffle migrate help` will also show this option Hm, it looks like it wasn't added to the `help` section though... doesn't it...
It's necessarily a little difficult to handle such violations of the JSON RPC standard. Is it possible that XinFin could change its behavior here to be conformant? I might suggest...