Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement proxy to optimize tournament creation #57

Open
GCdePaula opened this issue Jul 30, 2024 · 0 comments
Open

Implement proxy to optimize tournament creation #57

GCdePaula opened this issue Jul 30, 2024 · 0 comments

Comments

@GCdePaula
Copy link
Collaborator

Currently, creating tournaments (root or nested) is quite costly. Leaf tournaments are specially costly because it includes the entire step bytecode. We're in the range of 2.5 to 4.5 million gas. Blocks have a target of 15 million gas. There's room, but it's uncomfortably close.

A proxy pattern solves this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant