Brian L. McMichael

Results 35 comments of Brian L. McMichael

Unrelated, but I found this topic when searching. both `dapp update` and `dapp install` were chattier and would display exactly what was happening under the hood. Forge operates silently, so...

MCD is on chain at this point and the core system won't be changing much. You may want to check out https://github.com/alexvansande/MuchClearerDAI for a project that's been working to provide...

Masternode build notes at https://github.com/straks/straks/blob/master/doc/build-masternode.md

https://nikolai.fyi/purple/#sec-1-3 ![Screenshot 2023-08-23 091622](https://github.com/makerdao/dss/assets/2374718/b2e95432-20a9-47fe-baa3-f5294ac656ef)

Still needs a test but wanted to open the PR for discussion on whether there are any edge cases that this could introduce.

This would add a lot of overhead to the function to determine whether the new amount is higher or lower, calculate the difference, and then do the set, which is...

![KilnV2LPSwap drawio](https://user-images.githubusercontent.com/2374718/221029393-728f63ff-2611-49e1-9a6f-c854f6fbe4f4.png)

I've pushed an update to optionally allow the kiln to track a standard pip. The current iteration allows for a fixed `max` (backstop method), or live price tracking via standardized...

Hi @MrChico, This specificity was by design, it's important to make sure that our adapters conform to rigid standards to assist with integrations, user interfaces, keeper integrations, and general developer...

We should talk about the best way to approach this and where to put those tests. There aren't really any "units" to test here, so only integration testing is going...