hyperledger-archives / education-sawtooth-simple-supply

https://wiki.hyperledger.org/display/LMDWG
Apache License 2.0
51 stars 61 forks source link

Can't register in curator app #36

Closed harunurkst closed 4 years ago

harunurkst commented 5 years ago

My simple-supply is running fine with docer-compose up. but when I am trying to register It shows error screenshots are: Screenshot from 2019-10-15 10-05-00 Screenshot from 2019-10-15 10-05-11

williamcastrillon commented 5 years ago

Same problem Here!

danintel commented 5 years ago

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']