howy

Results 7 issues of howy

**🧐 Motivation** Most ERC4337/ERC6900 smart contract accounts use the UUPSUpgradeable proxy pattern today. In OZ5.0's Initializable, the same `INITIALIZABLE_STORAGE` slot is used. As such, if more than 1 SCA implementation...

precompile events had a bug previously and we couldn't test events but was fixed. Adding back the checks for tempo events `test_FlipOrderExecution` event ordering fails - it does `Transfer` `OrderFilled`...

Uses createx bytecode with immutables set. value grabbed from etherscan deployed contract at 0xba5ed... Fixes: https://github.com/tempoxyz/tempo/issues/1274

### Describe the bug The `mint` event currently includes the relevant token amount but not the recipient of liq tokens: https://github.com/tempoxyz/docs/blob/e184b79cb44642c0bda8cc16ddaf40b803e5ee8a/specs/src/FeeAMM.sol#L139-L141 Credit: @samczsun: https://tempoxyz.slack.com/archives/C09KCGR4LQ4/p1762941597467839?thread_ts=1762896791.409559&cid=C09KCGR4LQ4 ### Steps to reproduce n/a ###...

A-precompile
mainnet

### Describe the bug burnBlocked checks for both `BURN_BLOCKED_ROLE` and `ISSUER_ROLE` when it should only check for `BURN_BLOCKED_ROLE` ### Steps to reproduce . ### Logs ```text ``` ### Platform(s) _No...

C-Bug
A-precompile
F-allegro-moderato

Add a new `MintWithValidatorToken` event that includes `to` field, the recipient of the liq tokens Failing test is because the event emission change is gated behind the `allegro_moderato` HF Fixes:...