We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sequencer sender and aggregator still use memory db and file to store data.
https://github.com/0xPolygonHermez/zkevm-aggregator https://github.com/0xPolygonHermez/zkevm-sequence-sender
Q: Is it possible to upgrade to PostgreSQL for better maintenance in the future?
e.g.:
JSON file: Persistence of transactions sent to L1. It is used as a cache for transaction management.
The text was updated successfully, but these errors were encountered:
Just like the json file, need it be repalced as PostgreSQL?
Sorry, something went wrong.
No branches or pull requests
Sequencer sender and aggregator still use memory db and file to store data.
https://github.com/0xPolygonHermez/zkevm-aggregator
https://github.com/0xPolygonHermez/zkevm-sequence-sender
Q: Is it possible to upgrade to PostgreSQL for better maintenance in the future?
e.g.:
The text was updated successfully, but these errors were encountered: