-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Labels
agglayerPRs or issues related to AggLayer bridging integrationPRs or issues related to AggLayer bridging integration
Milestone
Description
A couple of comments on these:
- Do we actually need to store the full
GER? it seems like, the claim note inputs can be used to compute theGERand then, we just need to check if theGERcomputed from the note matches theGERin the bride. For this, we just need to storeGERcommitment (i.e., RPO hash). This would mean we need only one storage slot. - Maybe we should make the storage slot into a map:
hash(ger) |-> 1/0. This way, given aGER, we can compute its hash to reduce it to a single word, and then do a lookup to check if theGERis known or not. - It feels a bit odd that
GERupdate functionality is in thebridge_inmodule. It probably would make sense to have a separatebridge_operatormodule for things like this.
Originally posted by @bobbinth in #2333 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
agglayerPRs or issues related to AggLayer bridging integrationPRs or issues related to AggLayer bridging integration