garyng2000

Results 25 comments of garyng2000

and talking about the state dump, it seems that that is a constant file regardless of which chain it is intended for(a static compile time info for the contracts project)....

this is verbosity=6, can't find much info there. my guess is it is expecting something like defaultAccount which --dev provides but is null for all other setup. I tried to...

thanks, that package works. a side question, how do I configure the 'persistent storage' and expose the port ? I noticed that it is using the docker engine but not...

while the services are started successfully, the rpc endpint always give me reset by peer error(even with the correct localhost:port), like below curl -X POST -H "Content-Type: application/json" --data '{"method":"eth_blockNumber","params":[],"id":1,"jsonrpc":"2.0"}'...

another question is how to control the stability of the port mapping use, as each time I start(after bring down the kurtosis enclave), I get a set of different external...

I faintly remember on linux, I have to define the host-gateway(in docker-compose), would this be the reason extra_hosts: - "host.docker.internal:host-gateway"

if I delete the p2p info(metadata and key), it seems to work again

I can attest that this is an on going issue for private network. It seems that the peer selection logic is too conservative or something. In fact, I have setup...

curl -s http://localhost: as shown in 'kurtosis enclave inspect ' ========================================== User Services ========================================== UUID Name Ports Status 9115b4d644b6 cl-1-lighthouse-geth http: 4000/tcp -> http://127.0.0.1:32877 RUNNING metrics: 5054/tcp -> http://127.0.0.1:32876 tcp-discovery:...

so in this case curl -s http://localhost:32864. I get reset by peer error I can get into the the container shell and access it without issue wondering if it has...