gnosis / MultiSigWallet

Allows multiple parties to agree on transactions before execution.
https://github.com/gnosis/MultiSigWallet/releases
GNU Lesser General Public License v3.0
1.08k stars 762 forks source link

Is the multisig wallet affected by EIP 1884? #328

Open thegostep opened 4 years ago

thegostep commented 4 years ago

Is the multisig wallet affected by EIP 1884?

denisgranha commented 4 years ago

You will need to pay more gas to use it, but it will work as normal besides that

vieyang commented 3 years ago

Why don't we use tx.destination.call.value(tx.value)(tx.data) to replease external_call?