Kurtis Streutker
Results
2
issues of
Kurtis Streutker
```rust pub enum UpdateConfigMode { UpdateLoanToValuePct = 1, UpdateMaxLiquidationBonusBps = 2, UpdateLiquidationThresholdPct = 3, } ``` gets converted to ```typescript export enum UpdateConfigMode { UpdateLoanToValuePct, UpdateMaxLiquidationBonusBps, UpdateLiquidationThresholdPct, } ``` which...
if the write fails then an error is returned but the sub still exists in the map with no way to clear it sub objects are pretty large which leads...