gustavo
gustavo
## Issue this bug happens because we are computing the flag `is_infinity` before branching, but the correct `is_infinity` value depends on the branch. let's say that `self` is empty and...
## Solution - added param `sequence: Option` to `format_receipt` - added decoder fallback at `transactions.rs` solves #12739 ## Example ```bash ❯ ../../../forks/foundry/target/debug/forge script script/Deploy.s.sol:Deploy --account anvilmain --sender 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --rpc-url http://localhost:8545...
### Describe the bug following #1289 we might also have this problem here `stablecoin_exchange/mod.rs::partial_fill_order()`: ```rust if order.is_bid() { self.increment_balance(order.maker(), orderbook.base, fill_amount)?; } else { let quote_amount = fill_amount .checked_mul(price as...
[ethereum/pm#1825](https://github.com/ethereum/pm/issues/1825)