Files
FrenoCorp/node_modules/ox/CHANGELOG.md
Michael Freno 7c684a42cc FRE-600: Fix code review blockers
- Consolidated duplicate UndoManagers to single instance
- Fixed connection promise to only resolve on 'connected' status
- Fixed WebSocketProvider import (WebsocketProvider)
- Added proper doc.destroy() cleanup
- Renamed isPresenceInitialized property to avoid conflict

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-25 00:08:01 -04:00

7.6 KiB

ox

0.6.9

Patch Changes

  • 6480607 Thanks @jxom! - Fixed AbiEvent.encode for zeroish arguments.

0.6.8

Patch Changes

0.6.7

Patch Changes

  • 076c6a2 Thanks @jxom! - Removed redundant pure annotation.

0.6.6

Patch Changes

0.6.5

Patch Changes

  • 0b5182f Thanks @jxom! - Fixed build process for typedef generation.

0.6.4

Patch Changes

  • 74ceae4 Thanks @jxom! - Fixed Provider.parseError behavior.

0.6.3

Patch Changes

  • ddaed51 Thanks @jxom! - Fixed parsing of Provider RPC errors.

0.6.2

Patch Changes

  • e541cec Thanks @jxom! - Modified fallback RPC Errors to RpcResponse.InternalError.

0.6.1

Patch Changes

  • 5d007ae Thanks @jxom! - Added RpcResponse.parseErrorObject and Provider.parseErrorObject.

0.6.0

Minor Changes

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

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

0.5.0

Minor Changes

0.4.4

Patch Changes

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

0.4.3

Patch Changes

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

0.4.2

Patch Changes

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

0.4.1

Patch Changes

0.4.0

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.

0.3.1

Patch Changes

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

0.3.0

Minor Changes

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

0.2.2

Patch Changes

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

0.2.1

Patch Changes

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

0.2.0

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.

0.1.8

Patch Changes

  • #25 5da9efb Thanks @tmm! - Shimmed WebAuthnP256.createCredential for 1Password Firefox Add-on.

0.1.7

Patch Changes

0.1.6

Patch Changes

0.1.5

Patch Changes

  • 644b96a Thanks @jxom! - Added additional guard for result in Provider.from.

0.1.4

Patch Changes

  • 777fe42 Thanks @jxom! - Tweaked trimLeft to remove all leading zeros.

0.1.3

Patch Changes

  • 868d431 Thanks @jxom! - Added handling for odd-length hex values.

0.1.2

Patch Changes

0.1.1

Patch Changes

  • b7de4f2 Thanks @jxom! - Fixed RpcSchema inference on params.

0.1.0

Minor Changes