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

Transaction receipt should be signed by the operator. #46

Open
smartcontracts opened this issue Feb 9, 2019 · 1 comment
Open

Transaction receipt should be signed by the operator. #46

smartcontracts opened this issue Feb 9, 2019 · 1 comment

Comments

@smartcontracts
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Transaction receipts are supposed to be signed by the operator to ensure the user that the operator has actually received their transaction. However, currently the operator just sends back the same encoded transaction that was originally sent.

Describe the solution you'd like
The operator should sign the transaction (perhaps hash of the hash of the transaction to avoid tricking the operator into signing a send...) before sending it back to the client.

@Jinglan
Copy link

Jinglan commented Feb 14, 2019

Addressed in #48

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants