You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
There are two types of transaction that we could support
Where we create an transactions that will send funds to merkle tree index where we define the index in the merkle tree and send the funds there.
Where we create a transaction that will send funds to a public key.
I would prefer to do 2 as it makes for nice UX when we create accounts.
For example If i don't have an account in rollup I can ask someone to send me some funds to a public key that is not in the tree.
This tx can have a high fee that would incentivize the operator to create an account for me so that they can claim the high fee. This fee can be high enough to reimburse them for the gas fee to create the account.
The text was updated successfully, but these errors were encountered:
I think it's a good idea that what you are signing is the destination public key instead of the index.
In the data availability you continue to put the index.
In the circuit it must much the index and the bublic key.....
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are two types of transaction that we could support
I would prefer to do 2 as it makes for nice UX when we create accounts.
For example If i don't have an account in rollup I can ask someone to send me some funds to a public key that is not in the tree.
This tx can have a high fee that would incentivize the operator to create an account for me so that they can claim the high fee. This fee can be high enough to reimburse them for the gas fee to create the account.
The text was updated successfully, but these errors were encountered: