Skip to content

Commit

Permalink
✨ Add stale addresses to verifier response to client (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
amytai authored and no2chem committed Apr 4, 2019
1 parent 9fdf270 commit 418ae31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rainblock/protocol",
"version": "1.1.0",
"version": "1.2.0",
"description": "Protocol Buffer Definitions for Rainblock",
"main": "generated_ts/index.js",
"types": "generated_ts/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/clientVerifier.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ enum ErrorCode {
message TransactionReply {
// The return response code.
ErrorCode code = 1;
// The addresses of any accounts that the verifier has discovered have stale witnesses
repeated bytes stale_addresses = 2;
}

0 comments on commit 418ae31

Please sign in to comment.