ds-chief
ds-chief copied to clipboard
approval voting to select who wears the hat by consensus
Hi, The function `DSChiefApprovals.etch` emits an event `Etch`, which is not documented in the README doc. https://github.com/dapphub/ds-chief/blob/4a833cdaeb66313da0fb16108771a52135d23a04/src/chief.sol#L79 A potential fix could be adding the description "Emits an `Etch` event" to...
Hi, In the APIs doc in README.md, it is stated that the functions `DSChiefApprovals.lock` and `DSChiefApprovals.free` fire a `LogLockFree` event. However, their corresponding code does not emit such an event...
#### FOR DISCUSSION ONLY - DO NOT MERGE The PR against `ds-chief` is a little clumsy since it’s a totally different contract, but if we want to make a new...
According to the LICENSE file in the respository, this project is GPLv3.