Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Issue 51 #97

Closed
wants to merge 8 commits into from
Closed

Issue 51 #97

wants to merge 8 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 18, 2018

What's Next Chapter and images for Fabric
Signed-off-by: Thaddeus Cambron [email protected]

tkuhrt and others added 8 commits September 17, 2018 19:52
* 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]>
@ghost
Copy link
Author

ghost commented Sep 18, 2018

DCO fails

@tkuhrt
Copy link
Contributor

tkuhrt commented Oct 16, 2018

Addressed by #104 and #102

@tkuhrt tkuhrt closed this Oct 16, 2018
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.

2 participants