dss-exec-lib icon indicating copy to clipboard operation
dss-exec-lib copied to clipboard

DSS Executive Spellcrafting Library Contracts

Results 7 dss-exec-lib issues
Sort by recently updated
recently updated
newest added

It may be possible for an exec to be scheduled by a vote, and then dropped from the pause by a competing hat. This change allows a spell to be...

* Adds an optional `instantActions()` function to DssExec. * `instantActions()` is called in `schedule()` and enables the use of IAM calls in a DssExec spell. * Adds a `disable(address)` function...

- create variable comments in CollateralOpts.sol; - add breakerTolerance, kprFlatReward & kprPctReward variables to README.md examples; - add setIlkAutoLineParameter method call to README.md example; - change initStairstepExponentialDecrease to setStairstepExponentialDecrease; -...

In `DssAction`, `DssExecLib.setIlkStabilityFee(co.ilk, co.ilkStabilityFee, true);` could be changed to `DssExecLib.setIlkStabilityFee(co.ilk, co.ilkStabilityFee, false);` as the collateral was just initialized.

Sometimes you want to set a DC to a particular value, but also want to update the global Line as well (such as the case of setting a DC to...

See https://github.com/makerdao/spells-mainnet/pull/145/files#diff-c9c3998420c475f01de841ca5283ea49ce6c99080a8c6a3fdae77b097bef6778R101 Should be able to set `tin` and `tout`.

- **refactor: remove `flipperMom` getter** - **refactor: remove mkrGuard in favor of govGuard for SKY only** - **refactor: add sanity check for `setAutoLineIlkParameters(ilk, amount, gap)`** - **docs: improve NatSpec** -...