terra-money / fcd-classic

Terra ETL + RestFul API Server
https://fcd.terra.dev/swagger
MIT License
63 stars 42 forks source link

API no longer works for columbus-4 #138

Closed juls858 closed 2 years ago

juls858 commented 3 years ago

I am not sure if this is the right place to post this, but I can no longer use the public api to get columbus-4 info.

Simple query of tx api fails for columbus-4 blocks: curl -X GET "https://lcd.terra.dev/validatorsets/3999999" -H "accept: application/json"

hanjukim commented 2 years ago

columbus-4 height started from 4724001 and you cannot query before the first height.

juls858 commented 2 years ago

that is the columbus-5 start height, not columbus-4

juls858 commented 2 years ago

Are you saying that the FCD can not query before columbus-5 @hanjukim ? it seems some calls work and some don't for columbus-4.