Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: wevm/ox

[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.

[email protected]

01 Oct 01:24
a32902d

Choose a tag to compare

Patch Changes

[email protected]

25 Sep 06:36
a71b82c

Choose a tag to compare

Patch Changes

  • 8a08b24 Thanks @jxom! - Serialize type on TransactionRequest.toRpc.

  • 5e1c0df Thanks @jxom! - Added micro-optimizations.

[email protected]

08 Sep 02:28
1e6b763

Choose a tag to compare

Patch Changes

  • c154290 Thanks @jxom! - Added ABI-shorthand for AbiItem.{getSelector,getSignature,getSignatureHash}

[email protected]

05 Sep 00:07
095ab97

Choose a tag to compare

Patch Changes

  • #113 e21cb3c Thanks @jxom! - Added support for specifying the ABI and signature name to:

    • AbiFunction.{encodeData,encodeResult,decodeData,decodeResult}
    • AbiError.{encode,decode}
    • AbiEvent.{encode,decode}

    Example:

    import { AbiFunction } from "ox";
    import { abi } from "./abi";
    
    const data = AbiFunction.encodeData(abi, "approve", [
      "0x0000000000000000000000000000000000000000",
      1n,
    ]);

[email protected]

01 Sep 01:39
1c37eec

Choose a tag to compare

Patch Changes

[email protected]

31 Aug 23:08
ddf6549

Choose a tag to compare

Patch Changes

  • 9be7919 Thanks @jxom! - Updated ox/erc8010 to latest spec changes.