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
edX Migration #82
Open
ghost
wants to merge
22
commits into
hyperledger-archives:master
Choose a base branch
from
unknown repository
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
edX Migration #82
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
* adding LFS171x sawtooth code to education folder Signed-off-by: Alexandra Groetsema <[email protected]>
Signed-off-by: Thaddeus Cambron [email protected] * add license comments to all files * adding Hyperledger Fabric code to education repo * add readme to LFS171x folder Signed-off-by: Alexandra Groetsema <[email protected]>
* Adding attributions throughout Signed-off-by: Alexandra Groetsema <[email protected]>
Signed-off-by: Tracy Kuhrt <[email protected]>
* Added note that this application is based on 0.8 of Sawtooth Signed-off-by: Tracy Kuhrt <[email protected]>
* 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: Ry Jones <[email protected]>
* Adding course content from EdX Signed-off-by: Tracy Kuhrt <[email protected]>
* Adding course content from EdX * Added final exam * Added answers Signed-off-by: Tracy Kuhrt <[email protected]>
Grab content from the edX course and format it. Signed-off-by: nathalie-ckc <[email protected]>
* Formatting correction Signed-off-by: Tracy Kuhrt <[email protected]>
* Add Chapter 2 contents (#45) Signed-off-by: nathalie-ckc <[email protected]>
* Add edX content for Iroha chapter (#48) Added contents from edX Course Chapter 5. Signed-off-by: nathalie-ckc <[email protected]>
* Added Video to the sections that contained a video Signed-off-by: Tracy Kuhrt <[email protected]>
TODO embed video and define relative path for images Signed-off-by: Thaddeus Cambron [email protected]
Please review Signed-off-by: Thaddeus Cambron [email protected]
* Chapter 3 Markdown Signed-off-by: atc-vince <[email protected]>
Add content for this chapter from the edX course. All images are in images/welcome-intro subdirectory, except for Hyperledger_logo.png, which is in images/ in case it's useful to other chapters. Signed-off-by: nathalie-ckc <[email protected]>
Stopped at "Gaining Network Membership" TODO add remaining content Signed-off-by: Thaddeus Cambron [email protected]
TODO - Continue to migrate Chapter 7 content Signed-off-by: Thaddeus Cambron [email protected]
Signed-off-by: Thaddeus Cambron [email protected]
Signed-off-by: Thaddeus Cambron [email protected]
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.
Signed-off-by: Thaddeus Cambron [email protected]