Skip to content

Commit

Permalink
Document supported entrypoint versions (#259)
Browse files Browse the repository at this point in the history
This PR:
- Partially solves
#231 (partially
because the issue says 0.7.0 which isn't released yet)
- I decided to include the supported entrypoint version and address in
the changelog because the official deployment is tied to a certain
entrypoint which, in my opinion, should be documented.
  • Loading branch information
mmv08 authored Feb 9, 2024
1 parent 92d4a3b commit ed765e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/4337/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Solidity compiler: [0.8.23](https://github.com/ethereum/solidity/releases/tag/v0

Solidity optimizer: enabled with 10.000.000 runs

## Supported EntryPoint

The official deployments support the EntryPoint v0.6.0 with the canonical deployment at `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789`.

## Expected addresses

- `AddModulesLib` at `0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb`
Expand Down
2 changes: 2 additions & 0 deletions modules/4337/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

:warning: **This module MUST only be used with Safe 1.4.1 or newer** :warning:

For the supported EntryPoint version, please refer to the [CHANGELOG](./CHANGELOG.md). The module was tested and audited with the EntryPoint version mentioned in the changelog in mind; if you use a different version, you do so at your own risk.

## Execution Flow

The diagram below outlines the flow triggered when a user operation is submitted to the entrypoint. Additionally, the gas overhead compared to a native implementation is mentioned.
Expand Down

0 comments on commit ed765e2

Please sign in to comment.