x402_evm 0.3.0
x402_evm: ^0.3.0 copied to clipboard
EVM-compatible blockchain implementation of the x402 protocol.
0.3.0 #
- Breaking Change: Transitioned to the
Networkclass (EvmNetwork) instead of string-based network identifiers. - Added
ExactEvmSchemeServerfor server-side verification of EIP-3009 (USDC) payments. - Updated
ExactEvmSchemeClientto conform to the newNetworkmodel. - Updated to
x402_core: ^0.3.0.
0.2.0 #
- Updated
EvmSignerto support the newSignedPaymentreturn type. - Added
addressgetter toExactEvmSchemeClient. - Added
nowProviderandnonceProvidertoExactEvmSchemeClientfor deterministic signing in tests. - Improved
EIP712Utils.hexToByteswith validation for hex string format. - Significantly expanded test coverage for EIP-712 and EIP-3009 utilities.
0.1.0 #
- Initial release of the EVM implementation for x402.
- Implemented
EvmSignerfor Ethereum and EVM-compatible chains. - Implemented
ExactEvmSchemeClientsupporting EIP-3009 (USDC) authorizations. - Added EIP-3009 and EIP-712 utility functions.