Skip to content

Releases: wevm/ox

[email protected]

21 Apr 20:34
a8b21ca

Choose a tag to compare

Patch Changes

  • #225 7203ffc Thanks @jxom! - Fixed webpack compatibility for VirtualMaster by making the node:worker_threads import specifier non-literal, preventing bundlers from statically analyzing and failing on the node: scheme.

[email protected]

21 Apr 18:24
8d372fa

Choose a tag to compare

Patch Changes

  • 3f6682d Thanks @jxom! - Embedded WASM keccak256 salt miner for VirtualMaster.mineSaltAsync. Added platform-agnostic worker pool supporting Node.js, Bun, Deno (worker_threads), and browsers (Web Workers via Blob URLs).

[email protected]

16 Apr 20:36
c2d70f3

Choose a tag to compare

Patch Changes

  • #221 3b84126 Thanks @tmm! - Added TIP-1022 virtual address utilities to ox/tempo, including VirtualAddress helpers for formatting and parsing virtual addresses and VirtualMaster helpers for deriving registration hashes, validating salts, and mining bounded salt ranges.

[email protected]

15 Apr 16:48
5b9da2f

Choose a tag to compare

Patch Changes

  • #220 da7a62c Thanks @Zygimantass! - Added Tempo zones support

  • #219 a934992 Thanks @jxom! - Added feePayer to TransactionRequest in ox/tempo.

  • #217 5e2ae4d Thanks @jxom! - Fixed TransactionRequest.fromRpc in ox/tempo. TransactionRequest.toRpc now folds top-level to/data/value into calls when calls is not provided.

[email protected]

13 Apr 19:21
0a60472

Choose a tag to compare

Patch Changes

  • 3ca1d56 Thanks @jxom! - Added TransactionRequest.fromRpc to ox/tempo.

[email protected]

10 Apr 10:37
c10bae5

Choose a tag to compare

Patch Changes

  • d073091 Thanks @jxom! - Fixed TransactionRequest.blobVersionedHashes to include | undefined for exactOptionalPropertyTypes compatibility.

[email protected]

10 Apr 04:24
1193caf

Choose a tag to compare

Patch Changes

  • 14137f7 Thanks @jxom! - Added RpcSchema.ToViem and RpcSchema.FromViem type utilities for converting between Ox and Viem RPC schema formats. Added tempo_simulateV1 RPC schema to ox/tempo.

[email protected]

09 Apr 04:36
fc0a3b9

Choose a tag to compare

Patch Changes

  • 68f8fa0 Thanks @jxom! - viem/tempo: Renamed contractAddress to address on KeyAuthorization.Scope. Added support for human-readable ABI signatures in selector (e.g. 'transfer(address,uint256)'), which are automatically encoded into 4-byte selectors.

[email protected]

08 Apr 04:22
57dfe36

Choose a tag to compare

Patch Changes

  • #208 30537f8 Thanks @dgca! - Added serviceCodes field to ERC-8021 Attribution schema.

  • #211 9d0d676 Thanks @jxom! - viem/tempo: Added support for period and call scopes on KeyAuthorization.

[email protected]

07 Apr 20:49
4c4d86b

Choose a tag to compare

Patch Changes

  • #209 52d985e Thanks @jxom! - Fixed Credential.serialize to extract authenticatorData from the CBOR-encoded attestationObject when the browser/passkey provider doesn't expose it on the response object (e.g. Firefox + 1Password).