Skip to content

Commit

Permalink
Merge pull request #3104 from mnaamani/giza-readme-changelog
Browse files Browse the repository at this point in the history
Giza: update readme, changelog, setup.sh and yarn.lock
  • Loading branch information
mnaamani committed Jan 25, 2022
2 parents f7c4043 + f0bc383 commit feb3930
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following tools are required for building, testing and contributing to this
- [Rust](https://www.rust-lang.org/tools/install) toolchain - _required_
- [nodejs](https://nodejs.org/) v14.x - _required_
- [yarn classic](https://classic.yarnpkg.com/en/docs/install) package manager v1.22.x- _required_
- [docker](https://www.docker.com/get-started) and docker-compose - _required_
- [docker](https://www.docker.com/get-started) and docker-compose v.1.29 or higher - _required_
- [ansible](https://www.ansible.com/) - _optional_

If you use VSCode as your code editor we recommend using the workspace [settings](devops/vscode/settings.json) for recommend eslint plugin to function properly.
Expand Down
6 changes: 4 additions & 2 deletions runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
### Version 9.10.0 - Giza
### Version 9.14.0 - Giza - upgrade
- New storage and distribution runtime module
- Renaming of working groups and adding new working group for distributor role
- Enhancements to content directory module, supporting deletion of channels and videos.
- Enhancements to content directory module
- can delete channels and videos
- collaborators

### Version 9.9.0 - Sumer - upgrade
- Increase the max allowed working group mint capacity that can be set by council via proposals
Expand Down
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
sudo apt-get install -y coreutils clang llvm jq curl gcc xz-utils sudo pkg-config unzip libc6-dev make libssl-dev python
# docker
sudo apt-get install -y docker.io docker-compose containerd runc
# older linux distro may install old version of docker-compose
# Minimum required v1.29 - see https://docs.docker.com/compose/install/
elif [[ "$OSTYPE" == "darwin"* ]]; then
# install brew package manager
if ! which brew >/dev/null 2>&1; then
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3131,7 +3131,7 @@
yaml-validator "^3.0.0"

"@joystream/types@link:types":
version "0.17.1"
version "0.17.2"
dependencies:
"@polkadot/api" "5.9.1"
"@polkadot/keyring" "7.3.1"
Expand Down

0 comments on commit feb3930

Please sign in to comment.