hyperlane-xyz / fuel-contracts

5 stars 2 forks source link

Decide on approach MultisigIsm gas efficiency #76

Closed tkporter closed 7 months ago

tkporter commented 1 year ago

For now, we've implemented the MultisigIsm in #16 to not use the storage attestation approach or the metaproxy-style approach -- instead, we're doing O(n) storage reads

We don't have much intuition around gas usage on Fuel yet so it's not super clear if we should invest in storage attestations or if there's something neat we can do with putting validator sets in bytecode or something