Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@fdematos fdematos released this 03 Jul 12:05
· 40 commits to main since this release

Release Notes
Enhancements to Gas Estimation, SafeAccount Initialization, Error Logging, and Response Flexibility

🌱 New

Gas Estimator

  • Allows users to write custom gas estimators.
  • SafeAccount initialization now accepts a custom gasEstimator.
  • Added minBaseFee and minPriorityFee to GasEstimator.

Logs

  • Added error on bundler and paymaster clients.

🐛Fix:

  • Made transactionHash, blockHash, and blockNumber optional in GetUserOperationByHashResponse.