You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2257203ffc 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.
#2213b84126 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.
#219a934992 Thanks @jxom! - Added feePayer to TransactionRequest in ox/tempo.
#2175e2ae4d Thanks @jxom! - Fixed TransactionRequest.fromRpc in ox/tempo. TransactionRequest.toRpc now folds top-level to/data/value into calls when calls is not provided.
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.
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.
#20952d985e 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).