* bpf_loader: move computing original account lengths inside serialize_paramters_(aligned|unaligned) This is in preparation of returning more than just the original length * bpf_loader: deserialize*: take original lens as an iterator instead of a slice This is in preparation of extracting account lenghts from a larger context * bpf_loader: introduce SerializedAccountMetadata Instead of passing original_account_lengths around as Vec<usize>, introduce an explicit type that includes the length and soon more. |
||
---|---|---|
.. | ||
benches | ||
src | ||
Cargo.toml | ||
build.rs |