This repository has been archived by the owner on Jan 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 359
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update Sawtooth TunaChain demo app to 1.0 (#30) * Replace JS TP with Python TP This commit replaces the existing TunaChain TP written in Javascript with one that is written in Python. This was done for several reasons: - The Javascript TP API is not supported by the core team - Python's concise and easy to read syntax will make the example code legible to people who aren't engineers - Using a different language for the TP and Client shows off the flexibility of Sawtooth as a platform * Update TunaChain client to use 1.0 API Several API changes happened between 0.8 and 1.0. This commit updates the client to use the current Sawtooth APIs. * Enable TunaChain specific docker-compose deployment This commit creates a new Docker-Compose file which can be used to build and start up the necessary componants to run TunaChain. Users of the hyperledger training course will no longer have to run npm commands locally to start up the components, which will allow us to streamline the course and focus on interesting Sawtooth examples. The sawtooth-default.yaml file will remain for use in previous examples but it will not be used to interact with the TunaChain demo. Signed-off-by: Darian Plumb <[email protected]> * Update sawtooth-default.yaml to 1.0 (#32) This updates the docker images pulled by the sawtooth-default docker-compose file to 1.0, and makes the necessary updates to the command scripts and ports of some containers Signed-off-by: Darian Plumb <[email protected]> * Wait until batch is committed before refresh (#36) The TunaChain webapp automatically refreshes when a transaction is submitted. This is only useful if it waits until the new data is committed to state before the refresh happens. This commit ensures that the batch is committed before refreshing, with respect to the 1.0 Sawtooth REST API. Signed-off-by: Darian Plumb <[email protected]> * Added proxy support for docker-compose and Dockerfiles (#35) * Add proxies in build.args in docker-compose * Add proxy settings in shell Dockerfile Signed-off-by: Ashish Kumar Mishra <[email protected]> Signed-off-by: thaddeus-cambron <[email protected]>
* Adding course content from EdX Signed-off-by: Tracy Kuhrt <[email protected]> Signed-off-by: thaddeus-cambron <[email protected]>
* Adding course content from EdX * Added final exam * Added answers Signed-off-by: Tracy Kuhrt <[email protected]> Signed-off-by: thaddeus-cambron <[email protected]>
Grab content from the edX course and format it. Signed-off-by: nathalie-ckc <[email protected]> Signed-off-by: thaddeus-cambron <[email protected]>
* Formatting correction Signed-off-by: Tracy Kuhrt <[email protected]> Signed-off-by: thaddeus-cambron <[email protected]>
* Add Chapter 2 contents (#45) Signed-off-by: nathalie-ckc <[email protected]> Signed-off-by: thaddeus-cambron <[email protected]>
* Add edX content for Iroha chapter (#48) Added contents from edX Course Chapter 5. Signed-off-by: nathalie-ckc <[email protected]> Signed-off-by: thaddeus-cambron <[email protected]>
* Added Video to the sections that contained a video Signed-off-by: Tracy Kuhrt <[email protected]> Signed-off-by: thaddeus-cambron <[email protected]>
DCO fails |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's Next Chapter and images for Fabric
Signed-off-by: Thaddeus Cambron [email protected]