Skip to content

Commit 69e5d12

Browse files
authored
Merge pull request #2051 from oasisprotocol/create-pull-request/dump-validators
Update dumped validators
2 parents bc81001 + 2150686 commit 69e5d12

4 files changed

Lines changed: 2119 additions & 2064 deletions

File tree

.changelog/2051.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update cached validators

.github/workflows/dump-validators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Create Change Log fragment
2121
env:
2222
FILE_NAME: .changelog/${{ github.event.pull_request.number }}.internal.md
23-
run: echo "Update dumped validators" > "$FILE_NAME"
23+
run: echo "Update cached validators" > "$FILE_NAME"
2424
- name: Create Pull Request with updated dumped validators
2525
# https://github.com/peter-evans/create-pull-request
2626
uses: peter-evans/create-pull-request@v5

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ The format is inspired by [Keep a Changelog].
433433
[#1804](https://github.com/oasisprotocol/wallet/issues/1804),
434434
[#1839](https://github.com/oasisprotocol/wallet/issues/1839))
435435

436-
- Update dumped validators
436+
- Update cached validators
437437
([#1693](https://github.com/oasisprotocol/wallet/issues/1693))
438438

439439
- Rename privateKeyPlaceholder to ethPrivateKeyPlaceholder
@@ -1197,7 +1197,7 @@ The format is inspired by [Keep a Changelog].
11971197
([#1120](https://github.com/oasisprotocol/wallet/issues/1120))
11981198
- ParaTimes: increase test coverage around components
11991199
([#1114](https://github.com/oasisprotocol/wallet/issues/1114))
1200-
- Update dumped validators
1200+
- Update cached validators
12011201
([#1123](https://github.com/oasisprotocol/wallet/issues/1123))
12021202
- Add string_decoder to dependencies after Parcel update
12031203
([#1139](https://github.com/oasisprotocol/wallet/issues/1139))

0 commit comments

Comments
 (0)