Closed harunurkst closed 4 years ago
Same problem Here!
Fix is PR #37 Fix Genesis Block Creation
The problem is a breaking change with the new Sawtooth 1.2.3. Sawtooth 1.2.3 now requires the consensus mode to be specified in the genesis block. It used to default to Devmode 0.1.
A symptom is this message in the logs:
Error: The following setting(s) are required at genesis,
but were not included in the genesis batches:
['sawtooth.consensus.algorithm.name', 'sawtooth.consensus.algorithm.version']
My simple-supply is running fine with
docer-compose up
. but when I am trying to register It shows error screenshots are: