AztecProtocol / aztec-packages

Apache License 2.0
155 stars 157 forks source link

Orchestrator tries deserializing aggregation object from an empty buffer #7159

Open benesjan opened 1 week ago

benesjan commented 1 week ago

Look for TODO(#7159) in the codebase to find where is the issue. I introduced the workaround to not block the PR in which I added the length checks.

See this discussion for more context.

The workaround shoue be removed and the error correctly handled.