Skip to content

Releases: wevm/ox

ox@0.4.4

21 Dec 00:47
3e76158
Compare
Choose a tag to compare

Patch Changes

  • #45 48b896f Thanks @deodad! - Ensured addresses are checksummed when creating SIWE messages

ox@0.4.3

19 Dec 09:20
348ccd5
Compare
Choose a tag to compare

Patch Changes

  • c09d165 Thanks @jxom! - Added checksumAddress as an option to AbiParameters.{encode|decode}.

ox@0.4.2

16 Dec 08:36
3421ab7
Compare
Choose a tag to compare

Patch Changes

  • #40 47e306d Thanks @jxom! - ox/erc6492: Added universal signature verification exports.

ox@0.4.1

10 Dec 08:21
2c6fcfe
Compare
Choose a tag to compare

Patch Changes

ox@0.4.0

01 Dec 15:12
e982471
Compare
Choose a tag to compare

Minor Changes

  • #35 4680b06 Thanks @gregfromstl! - Updated Signature.toHex to serialize the last byte as v instead of yParity for widened compatibility.

Patch Changes

  • 15f9863 Thanks @jxom! - Added assertion for ABI-encoding integer ranges.

  • 2e0d4af Thanks @jxom! - Added support for block identifiers.

ox@0.3.1

29 Nov 17:26
2e1217e
Compare
Choose a tag to compare

Patch Changes

  • e4104cd Thanks @jxom! - Added extraEntropy option to Secp256k1.sign & P256.sign.

ox@0.3.0

25 Nov 21:41
e2785a2
Compare
Choose a tag to compare

Minor Changes

  • 9ad0d2c Thanks @jxom! - Added extra entropy to signature generation.

ox@0.2.2

18 Nov 20:09
fc50e82
Compare
Choose a tag to compare

Patch Changes

  • 4f40358 Thanks @jxom! - Tweaked RpcResponse and Provider errors to have optional parameters.

ox@0.2.1

18 Nov 03:31
7a1f69d
Compare
Choose a tag to compare

Patch Changes

  • 6e4b635 Thanks @jxom! - Derive EIP-712 Domain type if not provided in TypedData.serialize.

ox@0.2.0

14 Nov 23:55
a2688ea
Compare
Choose a tag to compare

Minor Changes

  • 2f0fc9b Thanks @jxom! - Breaking: Removed .parseError property on functions. Use the .ErrorType property instead. Example

Patch Changes

  • af01579 Thanks @jxom! - Assert that EIP-712 domains are valid.