Hyperledger Sawtooth docker container "settings tp" not working

105 views Asked by At

I have set up a network with 4 validator using docker compose and it is using PBFT consensus.

If i try to submit a proposal to change a setting, for example the "sawtooth.validator.transaction_families" settings, nothing happens (I'm doing it from the validator container using "sawtooth proposal create" ). Did someone have similar problems?

Moreover If i enter inside the settings TP docker container I can't see the folder with logs. Does someone know why the settings TP is not creating logs?

1

There are 1 answers

0
Haiaty Varotto On

Probably seems to be an issue when running the command without the --url option inside the shell container. So, probably the transaction never got submitted.

If you run these commands be sure that you are using the --url option with the right host