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

Closed

Conversation

alexmyshchyshyn
Copy link
Collaborator

@alexmyshchyshyn alexmyshchyshyn commented Nov 21, 2024

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 added the enhancement New feature or request label Nov 21, 2024
@alexmyshchyshyn alexmyshchyshyn self-assigned this Nov 21, 2024
…ransactionScheduling, TransactionTarget, CalltableSerialization to convert fromBytes to instances, Updated Reservation for BidKind, Added Prepaid for StoredValue, added fromBytesWithType for CLValueParser
@alexmyshchyshyn alexmyshchyshyn marked this pull request as ready for review November 23, 2024 11:16
@alexmyshchyshyn alexmyshchyshyn removed the enhancement New feature or request label Nov 23, 2024
@alexmyshchyshyn alexmyshchyshyn deleted the restructuring_transaction_datatype branch November 24, 2024 10:33
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