Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/calm-wallets-lock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'accounts': patch
---

Prevented concurrent CLI store writers from restoring retired access-key credentials.
17 changes: 17 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,23 @@ jobs:
- name: Check types
run: pnpm check:types

test-windows-storage:
name: Test Windows storage
runs-on: windows-latest
timeout-minutes: 10

steps:
- name: Clone repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Run storage tests
run: pnpm test src/cli/storage.test.ts --run

test-localnet:
name: 'Test Runtime (env: localnet, tag: ${{ matrix.tag }})'
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"hono": "catalog:",
"idb-keyval": "^6.2.2",
"jose": "^6.2.3",
"koffi": "3.1.2",
"mipd": "^0.0.7",
"mppx": "catalog:",
"ox": "~0.14.30",
Expand Down
144 changes: 144 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ allowBuilds:
cpu-features: true
es5-ext: true
esbuild: true
koffi: true
keccak: false
protobufjs: true
sharp: true
Expand Down
Loading
Loading