@@ -450,7 +450,7 @@ input Committee {
450450 """
451451 The policy agreed on for this epoch.
452452 """
453- policy : ResourceControlPolicy !
453+ policy : ResourceControlPolicyScalar !
454454}
455455
456456type ConfirmedBlock {
@@ -1252,139 +1252,9 @@ type ReentrantCollectionView_ChainId_OutboxStateView_06c2376d {
12521252}
12531253
12541254"""
1255- A collection of prices and limits associated with block execution.
1255+ A collection of prices and limits associated with block execution
12561256"""
1257- input ResourceControlPolicy {
1258- """
1259- The price per unit of fuel (aka gas) for Wasm execution.
1260- """
1261- wasmFuelUnit : Amount !
1262- """
1263- The price per unit of fuel (aka gas) for EVM execution.
1264- """
1265- evmFuelUnit : Amount !
1266- """
1267- The price of one read operation.
1268- """
1269- readOperation : Amount !
1270- """
1271- The price of one write operation.
1272- """
1273- writeOperation : Amount !
1274- """
1275- The price of accessing one byte from the runtime.
1276- """
1277- byteRuntime : Amount !
1278- """
1279- The price of reading a byte.
1280- """
1281- byteRead : Amount !
1282- """
1283- The price of writing a byte
1284- """
1285- byteWritten : Amount !
1286- """
1287- The base price to read a blob.
1288- """
1289- blobRead : Amount !
1290- """
1291- The base price to publish a blob.
1292- """
1293- blobPublished : Amount !
1294- """
1295- The price to read a blob, per byte.
1296- """
1297- blobByteRead : Amount !
1298- """
1299- The price to publish a blob, per byte.
1300- """
1301- blobBytePublished : Amount !
1302- """
1303- The price of increasing storage by a byte.
1304- """
1305- byteStored : Amount !
1306- """
1307- The base price of adding an operation to a block.
1308- """
1309- operation : Amount !
1310- """
1311- The additional price for each byte in the argument of a user operation.
1312- """
1313- operationByte : Amount !
1314- """
1315- The base price of sending a message from a block.
1316- """
1317- message : Amount !
1318- """
1319- The additional price for each byte in the argument of a user message.
1320- """
1321- messageByte : Amount !
1322- """
1323- The price per query to a service as an oracle.
1324- """
1325- serviceAsOracleQuery : Amount !
1326- """
1327- The price for a performing an HTTP request.
1328- """
1329- httpRequest : Amount !
1330- """
1331- The maximum amount of Wasm fuel a block can consume.
1332- """
1333- maximumWasmFuelPerBlock : Int !
1334- """
1335- The maximum amount of EVM fuel a block can consume.
1336- """
1337- maximumEvmFuelPerBlock : Int !
1338- """
1339- The maximum time in milliseconds that a block can spend executing services as oracles.
1340- """
1341- maximumServiceOracleExecutionMs : Int !
1342- """
1343- The maximum size of a block. This includes the block proposal itself as well as
1344- the execution outcome.
1345- """
1346- maximumBlockSize : Int !
1347- """
1348- The maximum size of decompressed contract or service bytecode, in bytes.
1349- """
1350- maximumBytecodeSize : Int !
1351- """
1352- The maximum size of a blob.
1353- """
1354- maximumBlobSize : Int !
1355- """
1356- The maximum number of published blobs per block.
1357- """
1358- maximumPublishedBlobs : Int !
1359- """
1360- The maximum size of a block proposal.
1361- """
1362- maximumBlockProposalSize : Int !
1363- """
1364- The maximum data to read per block
1365- """
1366- maximumBytesReadPerBlock : Int !
1367- """
1368- The maximum data to write per block
1369- """
1370- maximumBytesWrittenPerBlock : Int !
1371- """
1372- The maximum size in bytes of an oracle response.
1373- """
1374- maximumOracleResponseBytes : Int !
1375- """
1376- The maximum size in bytes of a received HTTP response.
1377- """
1378- maximumHttpResponseBytes : Int !
1379- """
1380- The maximum amount of time allowed to wait for an HTTP response.
1381- """
1382- httpRequestTimeoutMs : Int !
1383- """
1384- The list of hosts that contracts and services can send HTTP requests to.
1385- """
1386- httpRequestAllowList : [String ! ]!
1387- }
1257+ scalar ResourceControlPolicyScalar
13881258
13891259"""
13901260A number to identify successive attempts to decide a value in a consensus protocol.
0 commit comments