Skip to content

Releases: wevm/ox

[email protected]

11 Dec 06:58
41ba235

Choose a tag to compare

Minor Changes

  • #138 29a2f43 Thanks @wbj-cb! - Breaking: Aligned to latest ERC-8021 specification. Modified Attribution.toDataSuffix parameters to include codeRegistry instead of registryAddress.

    Attribution.toDataSuffix({
        codes: ['baseapp', 'morpho'],
    -   registryAddress: '0xcccccccccccccccccccccccccccccccccccccccc',
    +   codeRegistry: {
    +       address: '0xcccccccccccccccccccccccccccccccccccccccc`
    +       chainId: 8453,
    +   }
    })
  • f8bf590 Thanks @jxom! - Breaking: Renamed TransactionEnvelope* to TxEnvelope*.

  • #140 7997629 Thanks @jxom! - Added ox/tempo entrypoint.

[email protected]

25 Nov 19:38
6dba53a

Choose a tag to compare

Patch Changes

  • e63c3b2 Thanks @jxom! - Tweaked WebAuthnP256.createCredential to accept challenge of type Hex.

[email protected]

24 Nov 21:29
932fbb5

Choose a tag to compare

Patch Changes

  • d11e1fb Thanks @jxom! - Modified WebAuthnP256.verify to work with only clientDataJSON and authenticatorData

[email protected]

24 Nov 06:20
be25159

Choose a tag to compare

Patch Changes

[email protected]

28 Oct 00:22
8521c69

Choose a tag to compare

Patch Changes

  • 896096d Thanks @jxom! - Exported types required for inference.

[email protected]

27 Oct 00:49
312ae96

Choose a tag to compare

Patch Changes

  • 95458ee Thanks @jxom! - Added TransactionRequest.fromRpc

  • c165694 Thanks @jxom! - Added ability to pass custom event map to Provider.createEmitter.

  • c165694 Thanks @jxom! - Added ability to pass schema to RpcRequest.createStore

[email protected]

17 Oct 04:14
8401a0d

Choose a tag to compare

Patch Changes

  • 242558a Thanks @jxom! - Fixed formatting between metadata and version on BaseError.

[email protected]

14 Oct 05:18
0364b7a

Choose a tag to compare

Patch Changes

[email protected]

09 Oct 19:10
abdc942

Choose a tag to compare

Patch Changes

  • f61d713 Thanks @jxom! - Added version and docsOrigin to Errors.BaseError.

[email protected]

07 Oct 03:50
024cb77

Choose a tag to compare

Patch Changes

  • a1c8a43 Thanks @jxom! - Added eth_sendRawTransactionSync to types.