Skip to content

Commit dfceaa7

Browse files
chore: version packages (#45)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3fffda9 commit dfceaa7

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.changeset/batch-receipts.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @rainbow-me/provider
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 3fffda9: Add [EIP-5792 Wallet Call API](https://eips.ethereum.org/EIPS/eip-5792) support
8+
9+
- Add `wallet_getCapabilities`, `wallet_sendCalls`, `wallet_getCallsStatus`, and `wallet_showCallsStatus` RPC method handlers
10+
- Add `createProviderError` for typed pass-through errors from EIP-5792 callbacks
11+
- Export `BatchRecord`, `BatchRecordBase`, `PendingBatchRecord`, `FinalBatchRecord`, `SendCallsParams`, and `RequestCapability` types
12+
- **Breaking:** `handleProviderRequest` adds `getCapabilities`, `getBatchByKey`, `setBatch`, and `showCallsStatus` callback options and replaces `isSupportedChain` with `getSupportedChainIds`
13+
- Batch state and capability resolution are the caller's responsibility so the provider stays stateless
14+
315
## 0.1.3
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rainbow-me/provider",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"engines": {
55
"node": ">=22.17.0"
66
},

0 commit comments

Comments
 (0)