Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

ipc_message: ptt_response #39

Closed
AvishaiW opened this issue Jan 28, 2019 · 0 comments
Closed

ipc_message: ptt_response #39

AvishaiW opened this issue Jan 28, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@AvishaiW
Copy link
Contributor

similar to earlier bugs #38 #35 there are two issues in the json structure:

  1. in the encrypted response we have a redundant field EncryptedResponse:
    prefix: b"Enigma Message",
    data: **EncryptedResponse:** enc([(address, stateKey)]),
    pubkey: 'DH pubkey',
    id: '12-bytes-msgID',
}```
2. in the result received on the PTTResponse call, we are **missing** a field `errors`:
```{
    id : <unique_request_id>,
    type : GetPTTRequest,
    result: {
        **errors:** [{address, status}]
    }
}```
elichai added a commit that referenced this issue Jan 28, 2019
elichai added a commit that referenced this issue Jan 29, 2019
@elichai elichai added the bug Something isn't working label Jan 29, 2019
@elichai elichai closed this as completed Jan 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants