Run latest version of Hedera Service
leric7 opened this issue · 4 comments
Problem
For now, it's now pulling specific version of all the docker images for grpc, importer, main node, etc.
Can we make sure it's pulling latest version, so that we can have local node running which is exact copy of mainnet/testnet functionality?
Solution
- Tag the docker images with
latest
, or something, and use it fromdocker-compose.yml
Alternatives
No response
Thanks @leric7. There is some work to do with automation on our end for this. We do plan to have the local node running on the latest version of mainnet.
@leric7 We have updated the head of the main
branch to use the same versions deployed to the mainnet environment. The mirror node components have been updated to v0.57.1
which is two releases ahead of the mainnet environment because mirror node v0.57.1
fixes an issue found today and adds relay supports not available in the v0.56.3
of mirror node.
@nathanklick thanks a lot.
Can the note referencing this ticket in the README.md be removed then?