Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for version 0.3.0 of the module contract #264

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions modules/4337/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@

This changelog only contains changes starting from version 0.2.0

# Version 0.3.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

## Supported EntryPoint

TBD

## Expected addresses

- `SafeModuleSetup` at `TBD`
- `Safe4337Module` at `TBD`

## Changes

### Security Fixes

None

### Compatibility Fixes

None

### General

- Use the new `PackedUserOperation` struct from EntryPoint v0.7.0 ([#225](https://github.com/safe-global/safe-modules/issues/225))
- The `AddModulesLib` implementation was optimized, got missing NatSpecs and was renamed to `SafeModuleSetup` ([#241](https://github.com/safe-global/safe-modules/pull/241]))
- Use hardcoded constants for type hashes and domain separators in `Safe4337Module` ([#179](https://github.com/safe-global/safe-modules/issues/179]))
- Pinned Solidity version to 0.8.23 ([#239](https://github.com/safe-global/safe-modules/pull/239))
- Fixed misleading comments in the contract ([#240](https://github.com/safe-global/safe-modules/pull/240))
- Added a security contact to the `Safe4337Module` ([#244](https://github.com/safe-global/safe-modules/pull/244))
- Improved consistency of named returns in the `Safe4337Module` ([#242](https://github.com/safe-global/safe-modules/pull/242))

# Version 0.2.0

## Compiler settings
Expand Down
Loading