Register contextual ABI metadata
Registrations are stored only in the current database and are read by evm_decode_log_for and evm_decode_revert_for.
from_block and to_block are inclusive. A missing endpoint is unbounded.
ABI JSON is canonicalized before identity hashing. Replaying the exact chain, address, range, label, and canonical ABI is idempotent; any other overlapping inclusive range is rejected.
- Use separate non-overlapping ranges for proxy upgrades. Adjacent ranges must end at N and begin at N + 1.
- Mutation is isolated to the database where this function is called.