Releases: wevm/ox
Releases · wevm/ox
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
-
#113
e21cb3cThanks @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]
[email protected]
[email protected]
[email protected]
Minor Changes
-
#104
4f4b635Thanks @jxom! - Breaking(ox/erc6492:- Renamed
WrappedSignaturetoSignatureErc6492 - Renamed
WrappedSignature.WrappedSignaturetoSignatureErc6492.Unwrapped - Renamed
WrappedSignature.toHextoSignatureErc6492.wrap - Renamed
WrappedSignature.fromHextoSignatureErc6492.unwrap
- Renamed
-
#104
4f4b635Thanks @jxom! - Addedox/erc8010entrypoint withSignatureErc8010module.