Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip panic reason in the canonical form (#609)
The main reason for removing it from canonical serialization is to avoid affecting the block ID for different panic reasons. The primary goal is just to know that some operation was done incorrectly; what exactly failed is less important. It reduces the chance of getting different blocks within one panic. Related VM change: FuelLabs/fuel-vm#826 ### Before requesting review - [x] I have reviewed the code myself
- Loading branch information