Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #29 from input-output-hk/piotr/fix-emanote
Browse files Browse the repository at this point in the history
Fix emanote
  • Loading branch information
piotr-iohk committed Jun 28, 2022
2 parents da37003 + 672e4eb commit 3185f7d
Show file tree
Hide file tree
Showing 7 changed files with 111 additions and 312 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
path: cardano-wallet

- name: '❄ Install Nix'
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v17
with:
install_url: https://releases.nixos.org/nix/nix-2.6.0/install
install_url: https://releases.nixos.org/nix/nix-2.7.0/install
nix_path: nixpkgs=channel:nixos-21.11
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/code/Coding-Standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Each proposal should start with a section justifying the standard with rational
* [Tag interesting cases in complex properties](#tag-interesting-cases-in-complex-properties)
* [Write properties to assert the validity of complex generators](#write-properties-to-assert-the-validity-of-complex-generators-and-shrinkers)
* [Use `checkCoverage` to measure coverage requirements](#use-checkcoverage-to-measure-coverage-requirements)
* [Avoid `liftIO` in monadic properties](avoid-liftio-in-monadic-properties)
* [Avoid `liftIO` in monadic properties](#avoid-liftio-in-monadic-properties)

* [Testing](#testing)
* [Test files are separated and self-contained](#test-files-are-separated-and-self-contained)
Expand Down
2 changes: 1 addition & 1 deletion docs/process/Branching.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This lowers maintenance overheads, but requires that we always keep

### Release preparation branches

According to the [[Release-Checklist]], these are of the form
According to the Release Checklist, these are of the form
`your-name/bump-release/YYYY-MM-DD`.

## Mainline branch
Expand Down
2 changes: 1 addition & 1 deletion docs/process/Communication-Conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If a process or practices decision has been reached, record it in the

### When to use pair programming

See [[Mob-Development]].
See [[Mob-Programming]].

## Future Goals

Expand Down
2 changes: 1 addition & 1 deletion docs/process/QA-Approach.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Ok, we dealt with the process focusing especially on its QA elements. Here I'd l

### Types and levels of tests

Obviously we value automated tests over manual. Actually, when it comes to `cardano-wallet` we only have 6 manual scenarios that are executed as part of every [[Release-Checklist]].
Obviously we value automated tests over manual. Actually, when it comes to `cardano-wallet` we only have 6 manual scenarios that are executed as part of every Release Checklist.

All automated tests are executed in CI environment in the following circumstances:
- on every PR merge (most of the functional suite)
Expand Down
Loading

0 comments on commit 3185f7d

Please sign in to comment.