Uh oh!
There was an error while loading. Please reload this page.
feat: aggregation mode explorer - #1846
Conversation
Changes to gas cost
🧾 Summary (10% most significant diffs)
Full diff report 👇
|
Uh oh!
There was an error while loading. Please reload this page.
this prevents the situation where we would increase by one the slot from the parent but no block was proposed in the next slot
Uh oh!
There was an error while loading. Please reload this page.
| nil -> | ||
| Explorer.Repo.insert(changeset) | ||
| existing_proof -> |
There was a problem hiding this comment.
i think it is more a general problem in the explorer, but in some moment we should improve logs
There was a problem hiding this comment.
I agree, we should improve the logs + add a ci for formatting.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
JuArce
left a comment
There was a problem hiding this comment.
The most important change is related to the db scheme
Description
Adds periodic fetches for aggregation mode events and stores data structures in db.
How to run
make explorer_build_dbmake explorer_run_dbmake explorer_ecto_setup_dbmake run_explorerpsql:docker exec -it explorer-postgres-container psql -U explorer_user -d explorer_dbSELECT * FROM aggregated_proofs;SELECT * FROM proofs_agg_mode WHERE aggregated_proof_number = NType of change
Checklist
testnet, everything else tostaging