Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Updated docker-compose files to Sawtooth 1.1 #6

Merged
merged 1 commit into from
Mar 26, 2019

Conversation

kulkarniamol
Copy link

Signed-off-by: kulkarniamol amol.kulkarni@intel.com

Copy link
Contributor

@peterschwarz peterschwarz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This requires the addition of a consensus engine in the compose file.

@kulkarniamol kulkarniamol force-pushed the sawtooth1.1 branch 2 times, most recently from d05e3a8 to 3778a17 Compare February 8, 2019 19:11
Copy link
Contributor

@peterschwarz peterschwarz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docker-compose-installed.yaml also needs a devmode container.

@kulkarniamol
Copy link
Author

@peterschwarz @vaporos

sawtooth.consensus.algorithm.name=Devmode \
sawtooth.consensus.algorithm.version=0.1 \
-o config.batch &&
sawadm genesis config-genesis.batch config.batch
fi;
sawtooth-validator -vv \
--endpoint tcp://validator:8800 \
--bind component:tcp://eth0:4004 \
--bind network:tcp://eth0:8800
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add --bind consensus:tcp://eth0:5050

sawtooth.consensus.algorithm.name=Devmode \
sawtooth.consensus.algorithm.version=0.1 \
-o config.batch &&
sawadm genesis config-genesis.batch config.batch
fi;
sawtooth-validator -v \
--endpoint tcp://validator:8800 \
--bind component:tcp://eth0:4004 \
--bind network:tcp://eth0:8800
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add --bind consensus:tcp://eth0:5050

Signed-off-by: kulkarniamol <amol.kulkarni@intel.com>
Copy link
Contributor

@peterschwarz peterschwarz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested.

@peterschwarz peterschwarz merged commit c35ec21 into hyperledger-archives:master Mar 26, 2019
ameliabradley pushed a commit to ameliabradley/grid that referenced this pull request Jul 26, 2022
…and-circuit-count

Add circuit stats and input filter
ameliabradley pushed a commit to ameliabradley/grid that referenced this pull request Jul 29, 2022
ameliabradley pushed a commit to ameliabradley/grid that referenced this pull request Jul 29, 2022
…ments

Add functionality and styles for login/register sapling
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants