Skip to content

Commit

Permalink
extend some transactions to support a faucetPackage
Browse files Browse the repository at this point in the history
Signed-off-by: p4u <pau@dabax.net>
  • Loading branch information
p4u committed Sep 3, 2024
1 parent 0161d61 commit babb301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vochain/vochain.proto
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ message NewProcessTx {
TxType txtype = 1;
uint32 nonce = 2;
Process process = 3;
optional FaucetPackage faucetPackage = 4;
}

message SetProcessTx {
Expand All @@ -217,6 +218,7 @@ message SetProcessTx {
optional bool tempSIKs = 10;
optional uint32 duration = 11;
optional uint64 censusSize = 12;
optional FaucetPackage faucetPackage = 13;
}

message AdminTx {
Expand Down Expand Up @@ -269,6 +271,7 @@ message SIKTx {
TxType txtype = 1;
optional uint32 nonce = 2;
optional bytes SIK = 3;
optional FaucetPackage faucetPackage = 4;
}

message RegisterSIKTx {
Expand Down

0 comments on commit babb301

Please sign in to comment.