Skip to content

Tags: pcaversaccio/snekmate

Tags

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🔒 Revoke Admin Role From Deployer (#259)

### 🕓 Changelog

This PR revokes the `DEFAULT_ADMIN_ROLE` role from the deployer account
in the `timelock_controller` contract. The underlying reason for this
design is that deployer accounts may forget to revoke the admin rights
from the timelock controller contract after deployment. For further
insights also, see the following issue:
OpenZeppelin/openzeppelin-contracts#3720.

In addition, we remove the redundant ownership transfers in the `erc20`,
`erc721`, and `erc1155` constructors. At initialisation time, the
`owner` role will be already assigned to the `msg.sender` since we
`uses` the `ownable` module.

--------
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>

v0.0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🔖 Prepare `🐍 snekmate` `0.0.5` Release (#211)

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>

v0.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🔒 Remove the `multicall_value_self` Function (#167)

v0.0.3

Verified

This commit was signed with the committer’s verified signature.
pcaversaccio sudo rm -rf --no-preserve-root /
♻️ Bump Release Number to `0.0.3`

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>

v0.0.2

Verified

This commit was signed with the committer’s verified signature.
pcaversaccio sudo rm -rf --no-preserve-root /
♻️ Bump `requires-python` to `3.10`

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>

v0.0.1

Verified

This commit was signed with the committer’s verified signature.
pcaversaccio sudo rm -rf --no-preserve-root /
♻️ add info on pip install

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>