Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VarUInt32, VarInt16, VarInt32 serialization types #1117

Open
Gusarich opened this issue Dec 5, 2024 · 0 comments
Open

VarUInt32, VarInt16, VarInt32 serialization types #1117

Gusarich opened this issue Dec 5, 2024 · 0 comments
Assignees
Milestone

Comments

@Gusarich
Copy link
Member

Gusarich commented Dec 5, 2024

Currently only VarUInt16 is supported as coins, but some cases require other variations of variable-sized integers, like VarUInt32 for extra currency operations. Actually, it'd be good to also add VarInt16 and VarInt32 to have all the available types implemented (TVM only has instructions for 16 and 32). Also we should probably support VarUInt16 as another name for coins to support backwards compatibility.

Related issue: #986

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant