Skip to content

Update address-filter JSON format and fix transaction-filtering config path#193

Draft
diegoximenes wants to merge 2 commits into
masterfrom
filtered_addresses_json_format
Draft

Update address-filter JSON format and fix transaction-filtering config path#193
diegoximenes wants to merge 2 commits into
masterfrom
filtered_addresses_json_format

Conversation

@diegoximenes
Copy link
Copy Markdown
Contributor

Summary

  • Update the file written by init-tx-filtering-minio / add-filtered-address / remove-filtered-address to match the canonical hashed-list shape: {id, extract_uuid, salt, issued_at, hashing_scheme: "sha256-stringinput", hashes: ["0x<hex>", ...]}. id, extract_uuid, and issued_at are regenerated on each add/remove since each upload is a freshly issued list.
  • Move the transaction-filtering config key from execution.sequencer to execution so the node reads it from the location the sequencer actually looks at.

🤖 Generated with Claude Code

diegoximenes and others added 2 commits May 13, 2026 15:52
Make the file written by init-tx-filtering-minio / add-filtered-address /
remove-filtered-address use the same shape as filtered-addresses-hashed-list.json:
{id, extract_uuid, salt, issued_at, hashing_scheme: "sha256-stringinput",
hashes: ["0x<hex>", ...]}. id, extract_uuid and issued_at are regenerated on
each add/remove since each upload is a freshly issued list.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant