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 #460

Closed

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

…ransactionScheduling, TransactionTarget, CalltableSerialization to convert fromBytes to instances, Updated Reservation for BidKind, Added Prepaid for StoredValue, added fromBytesWithType for CLValueParser
@alexmyshchyshyn alexmyshchyshyn changed the title feature: Added calltable serialization for TransactionV1, Changing TransactionV1 structureRestructuring transaction datatype feature: Added calltable serialization for TransactionV1, Changing TransactionV1 structure Nov 24, 2024
@alexmyshchyshyn alexmyshchyshyn deleted the restructuring_transaction_datatype branch November 27, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant