Skip to content
Unverified Commit 020cda33 authored by Alexander Theißen's avatar Alexander Theißen Committed by GitHub
Browse files

revive: Make `salt` salt optional to allow for CREATE1 semantics (#5556)

Before we only supported CREATE2 semantics for contract address
derivations. In order to be compatible we also want to allow CREATE1
semantics. We accomplish this to make the salt an `Option` in all places
where it is used. Supplying `None` will use CREATE1 semantics by just
using the deployers account nonce.

## Todo
- [x] Add new tests specific for CREATE1
parent 3c71db3e
Pipeline #494892 waiting for manual action with stages
in 27 minutes and 9 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment