Xiaoyao Qian

Results 20 comments of Xiaoyao Qian

I had similar issues trying to run it on minikube locally. Turns out that the docker image on docker hub is outdated. The artifact in the docker image have `com.twitter....`...

I also happened to find that the service_url on the doc does not work for my minikube setting on mac. I ended up using http://localhost:8001/api/v1/namespaces/default/services/heron-apiserver/proxy as my service_url

@joshfischer1108 That is true. This puts more burdens on users' knowledge on configuring properly, which is bad. Over the past few months, I've been trying to modify the round robin...

@joshfischer1108 Warning and failing the submission was exactly what it behaved currently (maybe the warning message should include more debugging information on submission failures). But I got a lot of...

Good point. I didn't choose to implement that way because Infura does not support this API call yet.

I like that. I don't know if Infura will support filter APIs. It's kinda hard cuz having filters makes their API stateful.

In short, no you can't read state variables. On Thu, Mar 29, 2018 at 06:18 George K wrote: > I'm confused can I only read events or state variables too?...

An instrumented client could be, for example, a modified geth client where you store the EVM traces, decode the traces so that those info can be queried through presto.

@georgek146 "Why not just abstract some of the calls to web3?" - It can be done, but I wonder how useful it is. Essentially it only allows you to select...