10:15:43.545899 INFO [main] ic_rosetta_api - Starting ic-rosetta-api, pkg_version: 0.0.1
10:15:43.545933 WARN [main] ic_rosetta_api - Data certificate will not be verified due to missing root key
10:15:43.545949 INFO [main] ic_rosetta_api - Listening on 0.0.0.0:8080
10:15:43.702929 INFO [main] ic_rosetta_api::ledger_client - Loading blocks from store
10:15:43.702964 INFO [main] ic_rosetta_api::ledger_client - Ledger client is up. Loaded 0 blocks from store. First block at None, last at None
10:15:43.704011 INFO [main] ic_rosetta_api::rosetta_server - Starting Rosetta API server
10:15:59.038841 INFO [main] ic_rosetta_api::ledger_client - You are all caught up to block 101
10:16:13.640786 ERROR [main] ic_rosetta_api::rosetta_server - Error in syncing blocks: InternalError(false, Some({âerror_messageâ: String(âIn tip: HTTP Client: Request for https://exchanges.dfinity.network/api/v1/read failed: Response { status: 500, version: HTTP/1.1, headers: {âserverâ: ânginx/1.18.0 (Ubuntu)â, âdateâ: âMon, 19 Apr 2021 10:16:13 GMTâ, âcontent-lengthâ: â21â, âconnectionâ: âkeep-aliveâ, âx-internet-computer-fe-traceâ: âf268ef49-5053-40b3-8663-2e3c6a273c1fâ, âaccess-control-allow-credentialsâ: âtrueâ, âaccess-control-allow-originâ: â*â, âaccess-control-allow-methodsâ: âGET, POST, OPTIONSâ, âaccess-control-allow-headersâ: âDNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Cookieâ, âaccess-control-expose-headersâ: âContent-Length,Content-Rangeâ}, body: Body(Streaming) }â)}))
10:16:13.760660 ERROR [main] ic_rosetta_api::rosetta_server - Error in syncing blocks: InternalError(false, Some({"e
Iâm curious to know what youâre attempting to achieve? The Rosetta API is useful for exchange integration but not strictly necessary for general purpose developers. You can read more about Integrate with the Internet Computer ledger here.
hello @ililic . I have gone through this documentation but for the roseta queries i need the networkid and blockchain name . Could you you please help what i should pass in order to do a sucessfull rosetta query
I try to build this repo: dfinity/ic and follow the the instruction but when I run the build command: gitlab-ci/docker/docker-build-local-image.sh I got this message error: gitlab-ci/docker/docker-build-local-image.sh: line 13: /home/dev/icp/ic/gitlab-ci/src/docker_image_check/docker_sha.py: No such file or directory