Skip to content

Commit 418ae31

Browse files
amytaino2chem
authored andcommitted
✨ Add stale addresses to verifier response to client (#17)
1 parent 9fdf270 commit 418ae31

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rainblock/protocol",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Protocol Buffer Definitions for Rainblock",
55
"main": "generated_ts/index.js",
66
"types": "generated_ts/index.d.ts",

src/clientVerifier.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ enum ErrorCode {
4444
message TransactionReply {
4545
// The return response code.
4646
ErrorCode code = 1;
47+
// The addresses of any accounts that the verifier has discovered have stale witnesses
48+
repeated bytes stale_addresses = 2;
4749
}

0 commit comments

Comments
 (0)