Xuefei Han

Results 27 comments of Xuefei Han

> Also for this my question is - does this happen when we try to bulk load images to authority node? What if the builds are triggered one by one...

> I think this PR can be closed now? @fishseabowl @betarelease This PR is a follow-up solution. It will download up to 10MB of blockchain data at a time until...

@betarelease Sorry for the confusing information. The first Pyrsia node I mentioned is the one that initializes the blockchain. It is not the first Pyrsia node to run. I I...

Some prysia logs are as follows: ``` 2022-10-13T15:29:19.113Z ERROR pyrsia::build_service::event > Failed to handle build result for build with ID c249d000-9f3a-409f-aa02-d59d41e88f3e: Failure while adding block to the blockchain: Anyhow Error...

Or change `curl -s http://localhost:7888/status | jq .peer_id` to `curl -s http://localhost:7889/status | jq .peer_id`

@erwin1 could you help to check whether saving the block to the local filesystem works?

I can probably reproduce this issue in my local environment: 1. In Terminal A: Start Authority Node locally (PeerId: 12D3KooWAAqYT86QdKbePZzYTcUt6rAxC2dAQX8Q7vMeR9hsArrC) ``` RUST_LOG=pyrsia=debug DEV_MODE=on ./pyrsia_node --pipeline-service-endpoint http://localhost:8080 --listen-only -H 0.0.0.0 -p...

Temporarily close this PR to focus on refactoring