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

Multisig protocol parameter limit #1178

Closed
grarco opened this issue Feb 22, 2023 · 2 comments
Closed

Multisig protocol parameter limit #1178

grarco opened this issue Feb 22, 2023 · 2 comments

Comments

@grarco
Copy link
Collaborator

grarco commented Feb 22, 2023

Currently, the implementation in #1102 allows for an arbitrary amount of signers on an established address. To prevent time and cost escalation we should hard limit the number of public keys associated with an established address.

@cwgoes
Copy link
Collaborator

cwgoes commented Feb 23, 2023

Hmm, wouldn't this be effectively limited by the gas limit though?

@Fraccaman
Copy link
Member

It would, but it could be a DDoS vector anyway

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