thehubbleproject / hubble-contracts

Hubble optimistic rollup
https://thehubbleproject.github.io/docs/
MIT License
133 stars 28 forks source link

Improve feeReceivers script #641

Open jacque006 opened 3 years ago

jacque006 commented 3 years ago

Problem

The feeReceiver script in https://github.com/thehubbleproject/hubble-contracts/pull/636 has a number of edge/reuse cases where it will not work as effectively as it could, including things like checking for an existing registered pubkey, generating only fee receivers for new registered tokens, etc.

Solution(s)

Reuse

Other