Skip to content

Releases: wevm/ox

[email protected]

30 Dec 21:32
3c0d9c7
Compare
Choose a tag to compare

Minor Changes

  • 94ec558 Thanks @jxom! - Added BlockOverrides & StateOverrides modules.

  • 94ec558 Thanks @jxom! - Added eth_simulateV1 to eth_ RPC schema.

[email protected]

29 Dec 22:14
8e7f41e
Compare
Choose a tag to compare

Minor Changes

[email protected]

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

[email protected]

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

[email protected]

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

Patch Changes

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

[email protected]

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

Patch Changes

[email protected]

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.

[email protected]

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

Patch Changes

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

[email protected]

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

Minor Changes

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

[email protected]

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.