boqdan

Results 14 issues of boqdan

Update scripts in order for merkle tree generation to work with very large CSVs

At the moment when defining a `httpMethod` in the controller the `metadata` is pushed onto an array. This works fine for most cases but it provides two disadvantages in my...

### Description Not using the async loader moving forward is a good decision, but many people need help upgrading their dependencies. For example, if you're using `wagmi` pre v1, it's...

### Description There's a serious issue in the EpochManager in how the reserve payback is calculated: ```solidity (uint256 numerator, uint256 denominator) = IOracle(oracleAddress).getExchangeRate( address(getStableToken()) ); uint256 CELOequivalent = (numerator *...