Skip to content

Commit

Permalink
fix(security): close DDoS vulnerability in eth tx consistenty strategy
Browse files Browse the repository at this point in the history
Fixes hyperledger#2001

Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
  • Loading branch information
aldousalvarez authored and petermetz committed Jul 16, 2022
1 parent a5303ed commit d8b31ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@
"blockConfirmations": {
"type": "integer",
"minimum": 0,
"maximum": 20000,
"description": "The number of blocks to wait to be confirmed in addition to the block containing the transaction in question. Note that if the receipt type is set to only wait for node transaction pool ACK and this parameter is set to anything, but zero then the API will not accept the request due to conflicting parameters."
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"blockConfirmations": {
"type": "integer",
"minimum": 0,
"maximum": 20000,
"description": "The number of blocks to wait to be confirmed in addition to the block containing the transaction in question. Note that if the receipt type is set to only wait for node transaction pool ACK and this parameter is set to anything, but zero then the API will not accept the request due to conflicting parameters."
},
"pollIntervalMs" : {
Expand Down

0 comments on commit d8b31ff

Please sign in to comment.