Conversation
|
👋 agparadiso, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
Risk Rating: LOW
This PR updates the on-chain Functions allowlist batching logic to store an immutable snapshot of the in-memory allowlist map after each batch update, avoiding sharing a map that will continue to be mutated across subsequent batches.
Changes:
- Clone
currentAllowedSenderListinto a freshsnapshotmap before storing it in the atomic pointer. - Store the
snapshotmap pointer instead of the (still-mutating) working map.
b34c3fe to
973430f
Compare
|




Description
Improve gateway handler
CRE-2479
Requires
Supports