Skip to content

Commit

Permalink
make gen
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Jan 22, 2025
1 parent 0d76bd3 commit e355c9a
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
54 changes: 54 additions & 0 deletions build/openrpc/full.json
Original file line number Diff line number Diff line change
Expand Up @@ -7588,7 +7588,9 @@
"Gpbft": {
"Delta": 0,
"DeltaBackOffExponent": 0,
"QualityDeltaMultiplier": 0,
"MaxLookaheadRounds": 0,
"ChainProposedLength": 0,
"RebroadcastBackoffBase": 0,
"RebroadcastBackoffExponent": 0,
"RebroadcastBackoffSpread": 0,
Expand All @@ -7607,6 +7609,16 @@
"ServerRequestTimeout": 0,
"MinimumPollInterval": 0,
"MaximumPollInterval": 0
},
"PubSub": {
"CompressionEnabled": false
},
"ChainExchange": {
"SubscriptionBufferSize": 0,
"MaxChainLength": 0,
"MaxInstanceLookahead": 0,
"MaxDiscoveredChainsPerInstance": 0,
"MaxWantedChainsPerInstance": 0
}
}
],
Expand Down Expand Up @@ -7642,6 +7654,32 @@
},
"type": "object"
},
"ChainExchange": {
"additionalProperties": false,
"properties": {
"MaxChainLength": {
"title": "number",
"type": "number"
},
"MaxDiscoveredChainsPerInstance": {
"title": "number",
"type": "number"
},
"MaxInstanceLookahead": {
"title": "number",
"type": "number"
},
"MaxWantedChainsPerInstance": {
"title": "number",
"type": "number"
},
"SubscriptionBufferSize": {
"title": "number",
"type": "number"
}
},
"type": "object"
},
"CommitteeLookback": {
"title": "number",
"type": "number"
Expand Down Expand Up @@ -7704,6 +7742,10 @@
"Gpbft": {
"additionalProperties": false,
"properties": {
"ChainProposedLength": {
"title": "number",
"type": "number"
},
"Delta": {
"title": "number",
"type": "number"
Expand All @@ -7715,6 +7757,9 @@
"title": "number",
"type": "number"
},
"QualityDeltaMultiplier": {
"type": "number"
},
"RebroadcastBackoffBase": {
"title": "number",
"type": "number"
Expand Down Expand Up @@ -7752,6 +7797,15 @@
"ProtocolVersion": {
"title": "number",
"type": "number"
},
"PubSub": {
"additionalProperties": false,
"properties": {
"CompressionEnabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": [
Expand Down
12 changes: 12 additions & 0 deletions documentation/en/api-v1-unstable-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -2624,7 +2624,9 @@ Response:
"Gpbft": {
"Delta": 0,
"DeltaBackOffExponent": 0,
"QualityDeltaMultiplier": 0,
"MaxLookaheadRounds": 0,
"ChainProposedLength": 0,
"RebroadcastBackoffBase": 0,
"RebroadcastBackoffExponent": 0,
"RebroadcastBackoffSpread": 0,
Expand All @@ -2643,6 +2645,16 @@ Response:
"ServerRequestTimeout": 0,
"MinimumPollInterval": 0,
"MaximumPollInterval": 0
},
"PubSub": {
"CompressionEnabled": false
},
"ChainExchange": {
"SubscriptionBufferSize": 0,
"MaxChainLength": 0,
"MaxInstanceLookahead": 0,
"MaxDiscoveredChainsPerInstance": 0,
"MaxWantedChainsPerInstance": 0
}
}
```
Expand Down

0 comments on commit e355c9a

Please sign in to comment.