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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Description
Create function
varint(buffer, schema) => value
Motivation
lisk-codec
will include a set ofReaders
for each data type defined in the LIP, to that endwe need a function to read VarInts.
Acceptance Criteria
varint()
should accept a buffer representation of a varint valuevarint()
returns either a number or a BigInt (this is controlled by the schema)Additional Information
Check if it will make sense to implement signed varints in same issue.
Related issues: #5200
The text was updated successfully, but these errors were encountered: