kinto-core
kinto-core copied to clipboard
Fix KintoInflator
Description
Before 265418
After 138734
- Fixes the bug related to limited byte size for user operations.
- Reduces the number of lines by 55.
- Improves gas efficiency for simple UserOperations by 48%, with even greater improvements for larger operations.
Can be gas golfed more with assembly. A good work test for a Solidity dev.
Type of change
- [x] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Dependency changes
- [ ] Deployment
- [ ] Forge Script
- [ ] Code refactor / cleanup
- [ ] Documentation or wording changes
- [ ] Other
Checklist:
- [x] The diff is legible and has no extraneous changes
- [x] Complex code has been commented, including external interfaces
- [x] Tests have 100% code coverage
- [x] The base branch is either
main
, or there's a description of how to merge