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
15 changes: 15 additions & 0 deletions .changeset/v2-keychain-auth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"ox": minor
---

**Breaking (`ox/tempo`):** `KeyAuthorization.chainId` is now required.

```diff
const authorization = KeyAuthorization.from({
address,
+ chainId: 1n,
expiry: 1234567890,
type: 'secp256k1',
})
```

5 changes: 5 additions & 0 deletions .changeset/v2-keychain-sig-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ox": patch
---

**`ox/tempo`:** Added support for V2 keychain signature type (`0x04`) which binds the inner signature to the user account via `keccak256(0x04 || sigHash || userAddress)`.
Loading
Loading