Context
ERC-7751 (Wrapping Bubbled Reverts) is a utility standard for better error handling in Solidity. OZ contributors co-authored it. The idea is to wrap inner revert data with additional context when bubbling up errors — similar to how you would wrap exceptions in other languages.
Scope
BubbledRevert.sol — library with the wrapping/unwrapping logic
- Tests with nested call scenarios where reverts bubble through multiple levels
- Could integrate with our existing contracts as a utility
Small implementation, useful utility, and having OZ contributors as co-authors gives it credibility. Good candidate for a quick win.
Context
ERC-7751 (Wrapping Bubbled Reverts) is a utility standard for better error handling in Solidity. OZ contributors co-authored it. The idea is to wrap inner revert data with additional context when bubbling up errors — similar to how you would wrap exceptions in other languages.
Scope
BubbledRevert.sol— library with the wrapping/unwrapping logicSmall implementation, useful utility, and having OZ contributors as co-authors gives it credibility. Good candidate for a quick win.