-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: remove sanity check #178
Conversation
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sanity check is no longer required because the l1InfoRootIndex is comming from batchl2data and it's same place that is checked. The sanity sanityCheck goal was to check that the batch data comming from Data-stream was right
* feat: unpack and log agglayer errors (#158) * feat: unpack and log agglayer errors * feat: agglayer error unpacking * fix: lint and UT * feat: epoch notifier (#144) - Send certificates after a percentage of epoch - Require epoch configuration to AggLayer - Change config of `aggsender` adding: `BlockFinality` and `EpochNotificationPercentage` * refact: GetSequence method (#169) * feat: remove sanity check (#178) (#179) --------- Co-authored-by: Goran Rojovic <[email protected]> Co-authored-by: Rachit Sonthalia <[email protected]> Co-authored-by: Toni Ramírez <[email protected]>
* dev: (30 commits) Delete build rust bin file test: fix v0.4.0 beta10 fix ut (#6) fix: aggregating proofs (0xPolygon#191) feat: improve aggsender logs (0xPolygon#186) fix: ut fix: add new error feat: include aggsender to release 0.4.0 (0xPolygon#181) feat: remove sanity check (0xPolygon#178) feat: sync UpdateL1InfoTreeV2 (0xPolygon#145) fix: local configuration bumping kurtosis to 0.2.29 (0xPolygon#176) chore: bump kustoris (0xPolygon#168) feat: add timestamps to certificate (0xPolygon#175) fix: Various pessimistic proofs fixes and adaption to `kurtosis-cdk` pessimistic proof branch (0xPolygon#165) feat: align Develop with changes in Release/0.4.0 (0xPolygon#174) feat: sqlite reorgdetector (0xPolygon#160) feat: Use ListOffChainData instead of GetOffChainData (0xPolygon#152) bump versions Reapply "chore: bump cdk-erigon to v2.1.2" (0xPolygon#162) apply feedback hotfix: bad merge ...
Description
Removes unneeded sanity check