Thomas Jay Rush

Results 282 comments of Thomas Jay Rush

An alternative and similar way that many linux commands use (`sed` for example) is a `--file` option which would allow for multiple command lines. Is there a way to do...

Yeah. Both of those things are sort of related. In the first case, the `` is serving sort of the same feature as the stdin in the second case. It...

As an interested observer, may I ask this question: "Why would someone want this?" Would someone want to specify exactly where their own smart contracts interacted with the chain and...

Any progress on this? I'm still seeing the same issue: ``` Error serving connection: Error { kind: BodyWrite, cause: Some(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }) }...

Still seeing the same issue: `Error serving connection: Error { kind: BodyWrite, cause: Some(Os { code: 41, kind: Other, message: "Protocol wrong type for socket" }) }` Parity version: `Parity-Ethereum/v2.3.4-beta-0e95db11d-20190220/x86_64-macos/rustc1.32.0`...

Also, the post does not tell people running `v2.6.7-beta-b463487-20191231` what they need to do. It says 2.5.13 is on path, and 3.0.x is not, but ignores in-between.

I guess the issue here is that we have to send any `wei_t`, `uint256_t`, `bigint_t` (whatever) as a string in our JSON. I thought that was already the case, but...

Thanks for this excellent find. We knew about this. It's actually quite difficult to do because the chain itself quite literally does not report balances after each transaction, only after...

You're right, but we're in the process of porting, so we decided to wait. I totally invite you to make a PR though... :-). I'd be totally open to that....