server: port to unified ResultCode and 32-bit message header; update HelloAck & tests #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mosaic/mosaic-server!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "demo/step-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR updates mosaic-server to the latest mosaic-core protocol module and unifies error/result handling.
Key changes
QueryIdat [2..3]; result‑bearing messages use byte[1] forResultCode.HelloErrorCodewith unifiedResultCodeinHelloAckand related flows.SUPPORTED_MAJOR_VERSIONasu8to match the new API; convert tou16when stashing inClientData.result_code(); adjust malformed header mutation to byte[4].result_code()forSubmissionResult.justinmoon/mosaic-core#demo/step-1to ensure compatibility during review.Companion PR
Build & tests
cargo build && cargo testare green.oops i meant to work against my local fork for a while ...
Pull request closed