warden-protocol / wardenprotocol

Monorepo for the Warden Protocol.
https://wardenprotocol.org
Apache License 2.0
1.09k stars 96 forks source link

Make Keychains transactions gas-free #430

Open Pitasi opened 1 week ago

Pitasi commented 1 week ago

Keychains transactions (UpdateKeyRequest and UpdateSignRequest messages) should be free of fees.

Currently, a Keychain could decide not to reject a request (why bother?).

It's also necessary to keep Keychain's writers funded so they do not run out of funds, which increases the maintenance burden on Keychain operators.

Pitasi commented 1 week ago

are there spam attack vectors that we should be aware of, if a keychain operator goes rogue? how do we mitigate those?