New Features
- Enhance gas estimation logic with binary search adjustments
- Add gas estimation with binary search for estimateGas and estimateGasMany
Bug Fixes
- Update expected gas response values in test cases
- keep midpoint instead of gas_used * 2 as upper bound to cover some edge cases
- Clean up properly if transact_one(tx) returns an error
- Clean up properly if transact_one(tx) returns an error
Refactor
- Do a first run on eth_estimateGasMany and eth_estimateGas for an early exit in case calls fail
Commit Statistics
- 8 commits contributed to the release.
- 19 days passed between releases.
- 7 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #3 from bestinslot-xyz/estimateGas-with-binary-search (0ee9cc4)
- Update expected gas response values in test cases (66ea272)
- Do a first run on eth_estimateGasMany and eth_estimateGas for an early exit in case calls fail (f070231)
- Keep midpoint instead of gas_used * 2 as upper bound to cover some edge cases (cd7e509)
- Enhance gas estimation logic with binary search adjustments (e514fa7)
- Clean up properly if transact_one(tx) returns an error (8f05677)
- Clean up properly if transact_one(tx) returns an error (cda1f71)
- Add gas estimation with binary search for estimateGas and estimateGasMany (fb2a267)