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
Currently we register a callback called systemTransactionEncoder that encodes a StateSignatureTransaction to Bytes using a method from SwirldMain. It seems it's not registered on every place and some demo apps are failing.
Acceptance Criteria
Register the callback on every place it's missing.
Dependencies
No response
Definition of Ready (DoR) Checklist
Clear acceptance criteria
Clear and detailed description
Dependencies identified
Links to documentation
Should be completable in 2-3 Days
Initial draft of Low-level design document
At least high level test plan
Groomed/Estimated
Definition of Done (DoD) Checklist
Acceptance Criteria complete
No Codacy issues greater than minor (in new code)
JavaDocs updated/created
Code commented
Unit tests created/updated
80% test code coverage (in new code)
Happy Path and major negative cases in HAPI tests as applicable
The text was updated successfully, but these errors were encountered:
IvanKavaldzhiev
added
Bug
An error that causes the feature to behave differently than what was expected based on design.
Platform
Tickets pertaining to the platform
labels
Jan 29, 2025
Background
Currently we register a callback called
systemTransactionEncoder
that encodes aStateSignatureTransaction
toBytes
using a method fromSwirldMain
. It seems it's not registered on every place and some demo apps are failing.Acceptance Criteria
Register the callback on every place it's missing.
Dependencies
No response
Definition of Ready (DoR) Checklist
Definition of Done (DoD) Checklist
The text was updated successfully, but these errors were encountered: