userop 0.1.2 copy "userop: ^0.1.2" to clipboard
userop: ^0.1.2 copied to clipboard

A lightweight Dart library for quickly and easily building ERC-4337 UserOperations.

[0.1.2] #

Added #

  • Allow to specify nonce key in getNonce method.

[0.1.0] #

Changed #

  • Deprecated EOASignature middleware, replaced with signUserOpHash.
  • Removed estimateCreationGas from gasLimit middleware for redundancy reduction.

[0.0.12] #

Reverted #

  • The change that removed the defaults for callGasLimit, verificationGasLimit, preVerificationGas fields in the defaultUserOp constructor of IUserOperation class

[0.0.11] #

Fixed #

  • The issue with trying to set default values for gas limits when the values were not provided.

[0.0.10] #

Changed #

  • callGasLimit, verificationGasLimit, preVerificationGas fields are now nullable and there aren't any defaults provided for them in the defaultUserOp constructor of IUserOperation class.
  • You can specify default values for callGasLimit, verificationGasLimit, preVerificationGas while initializing the EtherspotWallet.

[0.0.9] #

Changed #

  • Use the latest EtherspotWalletFactory contract deployed on Fuse.

[0.0.8] #

Changed #

  • Skip getGasPrice middleware if maxFeePerGas & maxPriorityFeePerGas are set.

[0.0.7] #

Added #

[0.0.6] #

Added #

  • A new preset Kernel. It's based on ZeroDev.

Changed #

  • Breaking: execute & executeBatch is now getting Call instead of to, value and data.

[0.0.5] #

Changed #

  • Breaking: verifyingPaymaster is now getting just the address of the paymaster rpc service instead of the JsonRPC provider instance.

[0.0.4] #

Added #

  • Documentation

[0.0.3] #

Added #

  • A default example for pub.dev

[0.0.2] #

Fixed #

  • Parse BigInt to hex string

[0.0.1] #

  • Initial version.
1
likes
0
pub points
19%
popularity

Publisher

verified publisherfuse.io

A lightweight Dart library for quickly and easily building ERC-4337 UserOperations.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

eth_sig_util, freezed_annotation, http, json_annotation, web3dart

More

Packages that depend on userop