Skip to content

Commit fed487d

Browse files
bhartnettKolbyML
authored andcommitted
Remove references to validation from RPC method descriptions.
1 parent c24d96a commit fed487d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

jsonrpc/src/methods/beacon.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
},
135135
{
136136
"name": "portal_beaconGetContent",
137-
"summary": "Get content from the local database if it exists, otherwise look up the target content key in the network. After fetching from the network the content is validated for correctness and stored in the local database if storage criteria is met before being returned.",
137+
"summary": "Get content from the local database if it exists, otherwise look up the target content key in the network. After fetching from the network the content is stored in the local database if storage criteria is met before being returned.",
138138
"params": [
139139
{
140140
"$ref": "#/components/contentDescriptors/ContentKey"
@@ -200,7 +200,7 @@
200200
},
201201
{
202202
"name": "portal_beaconPutContent",
203-
"summary": "Validate that the content is well formed and store it in the local database if storage criteria is met, then send the content to interested peers. Clients may choose to send to some or all peers.",
203+
"summary": "Store the content in the local database if storage criteria is met, then send the content to interested peers. Clients may choose to send to some or all peers.",
204204
"params": [
205205
{
206206
"$ref": "#/components/contentDescriptors/ContentKey"

jsonrpc/src/methods/history.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
},
127127
{
128128
"name": "portal_historyGetContent",
129-
"summary": "Get content from the local database if it exists, otherwise look up the target content key in the network. After fetching from the network the content is validated for correctness and stored in the local database if storage criteria is met before being returned.",
129+
"summary": "Get content from the local database if it exists, otherwise look up the target content key in the network. After fetching from the network the content is stored in the local database if storage criteria is met before being returned.",
130130
"params": [
131131
{
132132
"$ref": "#/components/contentDescriptors/ContentKey"
@@ -192,7 +192,7 @@
192192
},
193193
{
194194
"name": "portal_historyPutContent",
195-
"summary": "Validate that the content is well formed and store it in the local database if storage criteria is met, then send the content to interested peers. Clients may choose to send to some or all peers.",
195+
"summary": "Store the content in the local database if storage criteria is met, then send the content to interested peers. Clients may choose to send to some or all peers.",
196196
"params": [
197197
{
198198
"$ref": "#/components/contentDescriptors/ContentKey"

jsonrpc/src/methods/state.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
},
127127
{
128128
"name": "portal_stateGetContent",
129-
"summary": "Get content from the local database if it exists, otherwise look up the target content key in the network. After fetching from the network the content is validated for correctness and stored in the local database if storage criteria is met before being returned.",
129+
"summary": "Get content from the local database if it exists, otherwise look up the target content key in the network. After fetching from the network the content is stored in the local database if storage criteria is met before being returned.",
130130
"params": [
131131
{
132132
"$ref": "#/components/contentDescriptors/ContentKey"
@@ -186,7 +186,7 @@
186186
},
187187
{
188188
"name": "portal_statePutContent",
189-
"summary": "Validate that the content is well formed and store it in the local database if storage criteria is met, then send the content to interested peers. Clients may choose to send to some or all peers.",
189+
"summary": "Store the content in the local database if storage criteria is met, then send the content to interested peers. Clients may choose to send to some or all peers.",
190190
"params": [
191191
{
192192
"$ref": "#/components/contentDescriptors/ContentKey"

0 commit comments

Comments
 (0)