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

feature: Added calltable serialization for TransactionV1, Changing TransactionV1 structure #461

Merged
merged 8 commits into from
Dec 2, 2024

Conversation

alexmyshchyshyn
Copy link
Collaborator

Changing TransactionV1 structure. From now on a TransactionV1 consists of hash, payload and approvals. payload is a merge of header and body concepts from before. body is not represented in a type-constrained way, instead, we use an amorphic field of type Map<number, Uint8Array> which is more resistant to future changes.

Added calltable serialization for TransactionV1 - Reference of changes

@alexmyshchyshyn alexmyshchyshyn self-assigned this Nov 27, 2024
@alexmyshchyshyn alexmyshchyshyn added the enhancement New feature or request label Nov 27, 2024
@alexmyshchyshyn alexmyshchyshyn merged commit 4397de1 into feat-5.0.0 Dec 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rc5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants