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
The idea is to clean the design of event transactions. Initially, we will support both repeated EventTransaction event_transaction and repeated bytes transaction in GossipEvent proto.
Inside TransactionBody add a new proto type - StateSignatureTransactionBody
Adapt GossipEvent proto to have repeated bytes transaction
Adapt event hashing logic - adding support for the new logic -> having transactions as bytes only
Adapt platform app tests
Adapt all APIs where hedera.app will receive the serialized bytes transactions and will return the system transactions back to the platform
The content you are editing has changed. Please copy your edits and refresh the page.
The idea is to clean the design of event transactions. Initially, we will support both
repeated EventTransaction event_transaction
andrepeated bytes transaction
in GossipEvent proto.TransactionBody
add a new proto type -StateSignatureTransactionBody
repeated bytes transaction
hedera.app
will receive the serialized bytes transactions and will return the system transactions back to the platformTasks
The text was updated successfully, but these errors were encountered: