ds-auth
ds-auth copied to clipboard
Updatable, unobtrusive Solidity authorization pattern
Hi, The function `DSAuth.setOwner` emits an event `LogSetOwner`, which is not documented in the README doc. https://github.com/dapphub/ds-auth/blob/a51e7caa1f03eeffed66d67f3b38605e0f1f881d/src/auth.sol#L42 A potential fix could be adding "Emits a `LogSetOwner` event" to the README...
`constant` or not is part of the function signature for override purposes. `constant` has no real effect except for metadata yet, but that may change
Hi, we are a research group on programming languages and software engineering. We recently have conducted a systematic study about Solidity event usage, evolution, and impact, and we are attempting...
Hi, we recently have conducted a systematic study about Solidity event usage, evolution, and impact, and we are attempting to build a tool to improve the practice of Solidity event...