Skip to content
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

Real-world changes #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Real-world changes #1

wants to merge 1 commit into from

Conversation

area
Copy link
Member

@area area commented Oct 12, 2023

All sorts, here

  • Removed unnecessary RPC requests when we can go to the database instead, as going to the database is a lot faster.
  • Added the Dockerfile we use (from the docs)
  • Changed the processor config to use the recommended pattern to improve syncing speed with factory contracts, and a script to generate the necessary constants.
  • Dealt with 'duplicate' motions from when we had a storage layout issue with the voting reputation extension, which caused IDs to be reused. The duplicates are ignored, mirroring what we did on-chain.
  • Added stricter guards to only handle events from contracts we know about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant