-
Notifications
You must be signed in to change notification settings - Fork 63
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
design: make codes related to Fluidex and codes not decouple better #204
Comments
FYI: I've created an Etherum-less version of dingir exchange --> https://github.com/gcomte/dingir-exchange |
Looks nice :D |
@gcomte you might also want to remove account table's l2_pubkey
pubkey can be used to check singnature. you might wanna remove OrderCommitment and implement your own signature verification logic, for example: #59 (comment) |
// TODO(not urgent): we should move nonce/sig_verify to the rollup_state_manager process later? |
and make dingir-exchange more 'internal service' |
I just removed the user management altogether. We will take care of it with an external service. |
so dingir-exchange can be used by others more easily
The text was updated successfully, but these errors were encountered: