This PR removes a few hundred thousand temporary seq allocations during state transition - in particular, the flag seq was allocated per validator while committees are computed per attestation.
* Fix MAX_PATH limitation in tests. * Fix posix issues. * Fix compilation issue.