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

🛡️ Defense against small signature requirement #13

Open
alecchendev opened this issue Jan 4, 2022 · 0 comments
Open

🛡️ Defense against small signature requirement #13

alecchendev opened this issue Jan 4, 2022 · 0 comments

Comments

@alecchendev
Copy link
Member

  • At the moment clients are given the ability to create transactions that require as little number of signatures as possible
    • This means you can currently just create a transaction that requires 1 signature and immediately confirm it
    • Obviously this is bad
  • Ideas
    • Set a minimum number of signatures required (maybe 2 or 3, or maybe a certain proportion of total number of owners)
    • In the Mist multisig (the one Ethereum Foundation created/uses), they allow the ability to do a singleTransact, but they have a daily limit on how much is able to be sent that way
      • It's kinda a long contract there's likely more to it than that
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