Frontier

Results 8 issues of Frontier

Proposed fix for: https://github.com/dethcrypto/TypeChain/issues/677 Old vyper compiler versions generate `gas` estimates in the ABI. These members are: - numbers. Since they're not strings they have incorrect types types when the...

The existing ether.fi and Renzo markets rely on Redstone oracles to price in terms of ETH: - [weETH / WETH 86%](https://risk.morpho.org/market?id=0x698fe98247a40c5771537b5786b2f3f9d78eb487b4ce4d75533cd0e94d88a115) - [ezETH / WETH 86%](https://risk.morpho.org/market?id=0x49bb2d114be9041a787432952927f6f144f05ad3e83196a7d062f374ee11d0ee) However if (and only...

Add exchange rate chainlink-like oracles for: * ezETH/ETH (Renzo) * rsETH/ETH (Kelp) * swETH/ETH (swell LST) * rswETH/ETH (swell LRT) * weETH/ETH (ether.fi) If (and only if) redemptions in the...

**Lightweight Charts™ Version:** 4.1.6 **Steps/code to reproduce:** Set the title of a `right` series, with `fixRightEdge: true` **Actual behavior:** The title for the right series is on top of the...

## Description When an abstract contract function calls a pure virtual function, and a concrete implementation of that function (in a concrete contracts) reverts, the `Warning: Unreachable code.` is shown...

bug :bug:
low effort
low impact

The lzComposeAlert() function within https://github.com/LayerZero-Labs/LayerZero-v2/blob/7da76840e41dc593d3c2007ce35b911b1d816b4b/packages/layerzero-v2/evm/protocol/contracts/MessagingComposer.sol#L67 has a large number of parameters and then constructs a large event. This causes issues within foundry solidity tests for downstream applications as it causes...

I've noticed the performance of `StdCheats::deal()` is orders of magnitude slower than if there were a mint function directly on the ERC20. This is particularly exposed within invariant tests which...

### Check existing issues - [x] I checked there isn't [already an issue](https://github.com/wevm/viem/issues) for the bug I encountered. ### Viem Version 2.38.0 ### Current Behavior I'm using https://rpc.mevblocker.io (see [MEV...

needs reproduction