Should Gatekeeper follow a factory pattern #954
Replies: 3 comments
-
Thinking out loud -> Should we do the same for the payout strategy just to reduce gas costs |
Beta Was this translation helpful? Give feedback.
0 replies
-
+1 on doing the same factory pattern. for the above reason @thelostone-mc gave, have a sort of log of all deployed contracts with same template, and also as a consistent/default pattern for all our contracts now and in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as stale. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Is there a reason for the gatekeeper to follow a factory pattern like the program , round, votingStrategy factory contracts ?
The only benefit I can see if that we can reduce the gas costs cause we'd have an implementation contract which can be cloned as opposed to deploying a fresh contract every time
This is the only added benefit I can think of ATM
Beta Was this translation helpful? Give feedback.
All reactions