[spv-in] Split spv/mod.rs into two files.

`Frontend::next_block()` is the bulk of the logic, and moving it and
nothing else into a separate file produces an even split in half.

This is, of course, inferior to figuring out some way to make the huge
function smaller, but it should be a cheap benefit to editability
meanwhile.
This commit is contained in:
Kevin Reid 2025-12-01 13:29:42 -08:00 committed by Connor Fitzgerald
parent 2ca7ed99ba
commit d2c6f44454
2 changed files with 3125 additions and 3105 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff