Skip to content

Commit de6ce25

Browse files
[DDW-860] Implement new Send screen (#2791)
1 parent f8c97c5 commit de6ce25

File tree

12 files changed

+885
-82
lines changed

12 files changed

+885
-82
lines changed

.github/workflows/run_tests_on_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: "12"
17-
- run: yarn install
18-
- run: yarn test:jest
16+
node-version: "14"
17+
- run: yarn --frozen-lockfile
18+
- run: yarn test:jest --maxWorkers=3

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Unified CPU info in diagnostics dialog ([PR 2818](https://github.com/input-output-hk/daedalus/pull/2818))
88
- Implemented wallet sorting on sidebar menu ([PR 2775](https://github.com/input-output-hk/daedalus/pull/2775))
99
- Implemented new token picker ([PR 2787](https://github.com/input-output-hk/daedalus/pull/2787))
10+
- Improved wallet send form ([PR 2791](https://github.com/input-output-hk/daedalus/pull/2791))
1011

1112
### Chores
1213

0 commit comments

Comments
 (0)