ratelimits: Fix two transaction construction bugs#7200
Conversation
249c1ff to
e1b70be
Compare
Co-authored-by: Aaron Gable <aaron@letsencrypt.org>
e2e54c6 to
3692d79
Compare
jsha
left a comment
There was a problem hiding this comment.
From the PR description:
Update parsing of overrides with Ids formatted as 'fqdnSet' to produce a hexadecimal string.
AFAICT this PR doesn't change parsing of FQDNSet overrides. It changes generation of bucket keys so they are generated as hex strings. Is that right?
On lines |
Aha, thanks for pointing that out 👍🏻 |
aarongable
left a comment
There was a problem hiding this comment.
LGTM as-is if you want to land it right now, or happy to re-review if you have changes you want to make based on #7218
6c74095
Blocks #7201
Part of #5545