Commit d5f1edf
fix(evm-wallet-experiment): endow crypto on delegation vat in setup scripts
`setup-home.sh` and `setup-away.sh` listed only `TextEncoder`/`TextDecoder`
in the delegation vat's globals, but `delegator-vat.ts` evaluates
`makeSaltGenerator()` at module load, which now unconditionally calls
`crypto.getRandomValues`. Matches the canonical config in `cluster-config.ts`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f387464 commit d5f1edf
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| |||
0 commit comments