You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
---
Use varint for op codes that use 64bit numbers but in general will be low.
Motivation and Context
---
#4108
How Has This Been Tested?
---
Unit tests.
For example, CHECK_HEIGHT takes in a u64 which for the most part will be padded zeroes. It should use VarInt when serializing and deserializing
The text was updated successfully, but these errors were encountered: