Skip to content

Commit

Permalink
Merge pull request #159 from GeekGene/build/upgrade-to-holochain-0.2
Browse files Browse the repository at this point in the history
build(holochain)!: upgrade to v0.2
  • Loading branch information
mattyg authored Jul 31, 2023
2 parents 9eca22f + 2232c00 commit 8efa20e
Show file tree
Hide file tree
Showing 54 changed files with 1,627 additions and 672 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
- name: Install JS packages
run: nix develop -c $SHELL -c "npm ci"

- name: Clippy
run: nix develop -c $SHELL -c "npm run cargo:clippy"

- name: Check rust formatting
run: nix develop -c $SHELL -c "npm run cargo:fmt:check"

- name: Build Happ
run: nix develop -c $SHELL -c "npm run build:happ"

Expand All @@ -59,10 +65,4 @@ jobs:
key: ${{ runner.os }}-build-${{ hashFiles('Cargo.lock') }}

- name: Test with tryorama
run: nix develop -c $SHELL -c "npm test"

- name: Clippy
run: nix develop -c $SHELL -c "npm run cargo:clippy"

- name: Check rust formatting
run: nix develop -c $SHELL -c "npm run cargo:fmt:check"
run: nix develop -c $SHELL -c "npm run test"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added
### Changed
- **BREAKING CHANGE**: upgrade Holochain to v0.3.0-beta-dev.8
- **BREAKING CHANGE**: upgrade JS client to v0.15.0
- **BREAKING CHANGE**: upgrade Tryorama to v0.15.0-rc.1
### Fixed
### Removed

Expand Down
Loading

0 comments on commit 8efa20e

Please sign in to comment.