Hello, we used chainD and now we need relocate this service into new infrastructure. How we can start not with first epoch/block/slot, can chainD starts to sync with current state in blockchain?
I try research config and initial params into services, and finded epochStart but dont understant how it works and sets, it doesnt discribed in README and now used in
|
func fetchConfig() error { |
.
Thanks!
Hello, we used chainD and now we need relocate this service into new infrastructure. How we can start not with first epoch/block/slot, can chainD starts to sync with current state in blockchain?
I try research config and initial params into services, and finded epochStart but dont understant how it works and sets, it doesnt discribed in README and now used in
chaind/main.go
Line 149 in 4484de1
Thanks!