Creditcoin 1.7.1 has been released!

Gateway, Processor, Validator, Sawtooth Rest API:

Creditcoin Client:

Docs for how to update to 1.7.1 are available here:

The docker-compose files for mainnet have also been updated:

I recommend using the following images in your docker-compose.yaml file:

gluwa/creditcoin-client:1.7
gluwa/creditcoin-validator:1.7
gluwa/creditcoin-processor:1.7
gluwa/creditcoin-gateway:1.7
gluwa/sawtooth-rest-api:1.7

This will allow you to upgrade to future 1.7.x versions easily by stopping your docker containers, running docker-compose pull and then docker-compose up

This version improves fork resolution and peering, as well as resolving some lingering issues with the Creditcoin Client.

4 Likes

Thanks for valuable tip.
Seems typo in the 4th line, “gluwa/creditcoin-validator:1.7”.
Didn’t you mean “gluwa/creditcoin-gateway:1.7”?

1 Like

Yes, thanks. I’ll update it

1 Like