AleoNet / snarkVM

A Virtual Machine for Zero-Knowledge Executions
https://snarkvm.org
Apache License 2.0
1.08k stars 1.5k forks source link

[Fix] Add `BFTAbortedTransmissionIDsMap` #2433

Closed raychu86 closed 7 months ago

raychu86 commented 7 months ago

Motivation

This PR adds a BFTAbortedTransmissionIDsMap entry to the DataID enum. This is appended to the back to prevent breaking existing networks, but should be moved up prior to launch.

The sister PR is here - https://github.com/AleoHQ/snarkOS/pull/3217