marktoda

Results 31 issues of marktoda

They are on major 4 now: https://github.com/GoogleChromeLabs/jsbi/blob/main/package.json. Some downstream packages are beginning to require higher versions than the one we are using; so we should consider upgrading. I imagine it...

enhancement
p1

This commit adds two missing dependencies (jsbi and @ethersproject/address) to package.json. Previously they were used through other dependencies; explicitly pinning them here should help with resolutions in downstream packages

### Component Cast ### Describe the feature you would like I was playing in an `anvil` fork environment today and some transactions were failing without outputting the revert string. It...

good first issue
T-feature
C-cast
P-low
D-easy

Refs: - https://github.com/euler-xyz/median-oracle - https://ethresear.ch/t/median-prices-as-alternative-to-twap-an-optimised-proof-of-concept-analysis-and-simulation/12778 Medians are much more resistant to manipulation than means. They filter outliers automatically, so an attacker needs to control `(window size / 2) + 1`...

https://github.com/a16z/halmos

This commit adds a lockTarget parameter to lock where any caller can specify a locker to handle the routing logic on their behalf. This can allow safe storage via tstore...

pending narwhal#125

### Component _No response_ ### Describe the suggested feature and problem it solves. BitMath is optimized heavily by importing and modifying mostSignificantBit and leastSignificantBit implementations from [Solady::LibBit](https://github.com/Vectorized/solady/blob/37b4fd04dd82977eb0161839389187abb7afdb58/src/utils/LibBit.sol) which uses the...

triage
To give to auditors

``` /// @notice The minimum maturity time in seconds for a tranche below which /// it can be rolled over. uint256 public minTrancheMaturitySec; /// @notice The maximum maturity time in...