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
signedVarint(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 Signed VarInts.
Acceptance Criteria
signedVarint()
should accept a buffer representation of a signed varint valuesignedVarint()
returns either a signed number or a BigInt (this is controlled by the schema)Additional Information
Check if it will make sense to implement varints in same issue.
Related issues: #5200
The text was updated successfully, but these errors were encountered: