-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document Deployment Process and Changelog (#186)
This PR adds a deployment documentation section similar to the [Safe contracts](https://github.com/safe-global/safe-contracts#deployments) and a changelog file containing the important contract changes. Note that for the changelog, I only include the PR title and a link, as the relevant context can be found there (and didn't want to duplicate it in the CHANGELOG file).
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
This changelog only contains changes starting from version 0.2.0 | ||
|
||
# Version 0.2.0 | ||
|
||
## Compiler settings | ||
|
||
Solidity compiler: [0.8.23](https://github.com/ethereum/solidity/releases/tag/v0.8.23) | ||
|
||
Solidity optimizer: enabled with 10.000.000 runs | ||
|
||
## Expected addresses | ||
|
||
- `AddModulesLib` at `0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb` | ||
- `Safe4337Module` at `0xa581c4A4DB7175302464fF3C06380BC3270b4037` | ||
|
||
## Changes | ||
|
||
### Security Fixes | ||
|
||
- Sign Full User Operation Data ([#177](https://github.com/safe-global/safe-modules/pull/177)) | ||
|
||
### Compatibility Fixes | ||
|
||
- Send encoded Safe operation bytes to `checkSignatures` call ([#165](https://github.com/safe-global/safe-modules/pull/165)) | ||
- Fix Revert message propagation ([#163](https://github.com/safe-global/safe-modules/pull/163)) | ||
|
||
### General | ||
|
||
- Support `validAfter` and `validUntil` timestamps ([#156](https://github.com/safe-global/safe-modules/pull/156)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters