Skip to content

Commit

Permalink
Merge branch 'develop' into feature/ddw-827-empty-wallet-with-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Jan 25, 2022
2 parents 0f84bcc + de6ce25 commit 80a2bae
Show file tree
Hide file tree
Showing 12 changed files with 885 additions and 82 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests_on_pr.yml
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "12"
- run: yarn install
- run: yarn test:jest
node-version: "14"
- run: yarn --frozen-lockfile
- run: yarn test:jest --maxWorkers=3
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@
- Unified CPU info in diagnostics dialog ([PR 2818](https://github.com/input-output-hk/daedalus/pull/2818))
- Implemented wallet sorting on sidebar menu ([PR 2775](https://github.com/input-output-hk/daedalus/pull/2775))
- Implemented new token picker ([PR 2787](https://github.com/input-output-hk/daedalus/pull/2787))
- Improved wallet send form ([PR 2791](https://github.com/input-output-hk/daedalus/pull/2791))

### Chores

Expand Down

0 comments on commit 80a2bae

Please sign in to comment.