Skip to content

Commit

Permalink
chore(docs): Update js release notes for 0.18.0 (#4051)
Browse files Browse the repository at this point in the history
Minor additions to the 0.18.0 release notes
  • Loading branch information
critesjosh authored Jan 17, 2024
1 parent dda7c9c commit bdbe963
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/misc/migration_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ struct Storage {
let user_balance = balances.at(owner)
```

### [js] Updated function names

- `waitForSandbox` renamed to `waitForPXE` in `@aztec/aztec.js`
- `getSandboxAccountsWallets` renamed to `getInitialTestAccountsWallets` in `@aztec/accounts/testing`

## 0.17.0

### [js] New `@aztec/accounts` package
Expand Down

0 comments on commit bdbe963

Please sign in to comment.