Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Add payload sender to Receive response #374

Merged
merged 2 commits into from
Jul 7, 2020

Conversation

lucassaldanha
Copy link
Member

No description provided.

pinges
pinges previously approved these changes Jun 9, 2020
Copy link
Contributor

@pinges pinges left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one little nit :-)

.putHeader("Content-Type", "application/vnd.orion.v1+json")
.end(Buffer.buffer(Serializer.serialize(JSON, receiveRequest)));
return payloadFuture.join();
final byte[] join = payloadFuture.join();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better name than join would be nice!

@MadelineMurray MadelineMurray added this to the 1.5 Privacy Features milestone Jul 3, 2020
@lucassaldanha lucassaldanha marked this pull request as ready for review July 6, 2020 23:32
pinges and others added 2 commits July 7, 2020 14:16
Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
Signed-off-by: Lucas Saldanha <lucas.saldanha@consensys.net>
Copy link
Contributor

@pinges pinges left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lucassaldanha lucassaldanha merged commit 9a061ff into Consensys:master Jul 7, 2020
@lucassaldanha lucassaldanha deleted the add-payload-sender branch July 7, 2020 03:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants