|
172 | 172 | "outputs": [], |
173 | 173 | "stateMutability": "nonpayable" |
174 | 174 | }, |
| 175 | + { |
| 176 | + "type": "function", |
| 177 | + "name": "announceUpgradePlan", |
| 178 | + "inputs": [ |
| 179 | + { |
| 180 | + "name": "nextImplementation", |
| 181 | + "type": "address", |
| 182 | + "internalType": "address" |
| 183 | + }, |
| 184 | + { |
| 185 | + "name": "delayEpochs", |
| 186 | + "type": "uint96", |
| 187 | + "internalType": "uint96" |
| 188 | + } |
| 189 | + ], |
| 190 | + "outputs": [], |
| 191 | + "stateMutability": "nonpayable" |
| 192 | + }, |
175 | 193 | { |
176 | 194 | "type": "function", |
177 | 195 | "name": "calculateProofFee", |
|
791 | 809 | "outputs": [], |
792 | 810 | "stateMutability": "nonpayable" |
793 | 811 | }, |
| 812 | + { |
| 813 | + "type": "function", |
| 814 | + "name": "legacyPieceStorageIdLimit", |
| 815 | + "inputs": [], |
| 816 | + "outputs": [ |
| 817 | + { |
| 818 | + "name": "", |
| 819 | + "type": "uint64", |
| 820 | + "internalType": "uint64" |
| 821 | + } |
| 822 | + ], |
| 823 | + "stateMutability": "view" |
| 824 | + }, |
794 | 825 | { |
795 | 826 | "type": "function", |
796 | 827 | "name": "migrate", |
|
900 | 931 | ], |
901 | 932 | "stateMutability": "view" |
902 | 933 | }, |
| 934 | + { |
| 935 | + "type": "function", |
| 936 | + "name": "processPieceDeletions", |
| 937 | + "inputs": [ |
| 938 | + { |
| 939 | + "name": "setId", |
| 940 | + "type": "uint256", |
| 941 | + "internalType": "uint256" |
| 942 | + }, |
| 943 | + { |
| 944 | + "name": "removalCount", |
| 945 | + "type": "uint256", |
| 946 | + "internalType": "uint256" |
| 947 | + } |
| 948 | + ], |
| 949 | + "outputs": [], |
| 950 | + "stateMutability": "nonpayable" |
| 951 | + }, |
903 | 952 | { |
904 | 953 | "type": "function", |
905 | 954 | "name": "proposeDataSetStorageProvider", |
|
1232 | 1281 | ], |
1233 | 1282 | "anonymous": false |
1234 | 1283 | }, |
| 1284 | + { |
| 1285 | + "type": "event", |
| 1286 | + "name": "PiecesAddedV2", |
| 1287 | + "inputs": [ |
| 1288 | + { |
| 1289 | + "name": "setId", |
| 1290 | + "type": "uint256", |
| 1291 | + "indexed": true, |
| 1292 | + "internalType": "uint256" |
| 1293 | + }, |
| 1294 | + { |
| 1295 | + "name": "firstPieceId", |
| 1296 | + "type": "uint256", |
| 1297 | + "indexed": false, |
| 1298 | + "internalType": "uint256" |
| 1299 | + }, |
| 1300 | + { |
| 1301 | + "name": "pieceCids", |
| 1302 | + "type": "tuple[]", |
| 1303 | + "indexed": false, |
| 1304 | + "internalType": "struct Cids.PackedCid[]", |
| 1305 | + "components": [ |
| 1306 | + { |
| 1307 | + "name": "header", |
| 1308 | + "type": "bytes32", |
| 1309 | + "internalType": "bytes32" |
| 1310 | + }, |
| 1311 | + { |
| 1312 | + "name": "root", |
| 1313 | + "type": "bytes32", |
| 1314 | + "internalType": "bytes32" |
| 1315 | + } |
| 1316 | + ] |
| 1317 | + } |
| 1318 | + ], |
| 1319 | + "anonymous": false |
| 1320 | + }, |
1235 | 1321 | { |
1236 | 1322 | "type": "event", |
1237 | 1323 | "name": "PiecesRemoved", |
|
1251 | 1337 | ], |
1252 | 1338 | "anonymous": false |
1253 | 1339 | }, |
| 1340 | + { |
| 1341 | + "type": "event", |
| 1342 | + "name": "PiecesScheduledForRemoval", |
| 1343 | + "inputs": [ |
| 1344 | + { |
| 1345 | + "name": "setId", |
| 1346 | + "type": "uint256", |
| 1347 | + "indexed": true, |
| 1348 | + "internalType": "uint256" |
| 1349 | + }, |
| 1350 | + { |
| 1351 | + "name": "pieceIds", |
| 1352 | + "type": "uint256[]", |
| 1353 | + "indexed": false, |
| 1354 | + "internalType": "uint256[]" |
| 1355 | + } |
| 1356 | + ], |
| 1357 | + "anonymous": false |
| 1358 | + }, |
1254 | 1359 | { |
1255 | 1360 | "type": "event", |
1256 | 1361 | "name": "PossessionProven", |
|
1375 | 1480 | } |
1376 | 1481 | ] |
1377 | 1482 | }, |
| 1483 | + { |
| 1484 | + "type": "error", |
| 1485 | + "name": "CidTooShort", |
| 1486 | + "inputs": [] |
| 1487 | + }, |
1378 | 1488 | { |
1379 | 1489 | "type": "error", |
1380 | 1490 | "name": "CleanupDepositRequired", |
|
1421 | 1531 | "name": "ERC1967NonPayable", |
1422 | 1532 | "inputs": [] |
1423 | 1533 | }, |
| 1534 | + { |
| 1535 | + "type": "error", |
| 1536 | + "name": "EmptyRemovalBatch", |
| 1537 | + "inputs": [] |
| 1538 | + }, |
1424 | 1539 | { |
1425 | 1540 | "type": "error", |
1426 | 1541 | "name": "ExcessiveChallengeDelay", |
|
1474 | 1589 | } |
1475 | 1590 | ] |
1476 | 1591 | }, |
| 1592 | + { |
| 1593 | + "type": "error", |
| 1594 | + "name": "InvalidCommPv2DigestLength", |
| 1595 | + "inputs": [] |
| 1596 | + }, |
| 1597 | + { |
| 1598 | + "type": "error", |
| 1599 | + "name": "InvalidCommPv2MultihashLength", |
| 1600 | + "inputs": [] |
| 1601 | + }, |
| 1602 | + { |
| 1603 | + "type": "error", |
| 1604 | + "name": "InvalidCommPv2Prefix", |
| 1605 | + "inputs": [] |
| 1606 | + }, |
| 1607 | + { |
| 1608 | + "type": "error", |
| 1609 | + "name": "InvalidImplementation", |
| 1610 | + "inputs": [ |
| 1611 | + { |
| 1612 | + "name": "implementation", |
| 1613 | + "type": "address", |
| 1614 | + "internalType": "address" |
| 1615 | + } |
| 1616 | + ] |
| 1617 | + }, |
1477 | 1618 | { |
1478 | 1619 | "type": "error", |
1479 | 1620 | "name": "InvalidInitialization", |
1480 | 1621 | "inputs": [] |
1481 | 1622 | }, |
| 1623 | + { |
| 1624 | + "type": "error", |
| 1625 | + "name": "InvalidPieceDeletionBatch", |
| 1626 | + "inputs": [] |
| 1627 | + }, |
1482 | 1628 | { |
1483 | 1629 | "type": "error", |
1484 | 1630 | "name": "MaxPiecesMustBePositive", |
1485 | 1631 | "inputs": [] |
1486 | 1632 | }, |
1487 | 1633 | { |
1488 | 1634 | "type": "error", |
1489 | | - "name": "NotInitializing", |
| 1635 | + "name": "NoPiecesToProve", |
1490 | 1636 | "inputs": [] |
1491 | 1637 | }, |
1492 | 1638 | { |
1493 | 1639 | "type": "error", |
1494 | | - "name": "OnlyStorageProviderCanCleanupPieces", |
| 1640 | + "name": "NonMinimalUvarint", |
1495 | 1641 | "inputs": [] |
1496 | 1642 | }, |
1497 | 1643 | { |
1498 | 1644 | "type": "error", |
1499 | | - "name": "OnlyStorageProviderCanDelete", |
| 1645 | + "name": "NotInitializing", |
| 1646 | + "inputs": [] |
| 1647 | + }, |
| 1648 | + { |
| 1649 | + "type": "error", |
| 1650 | + "name": "OnlyStorageProvider", |
1500 | 1651 | "inputs": [] |
1501 | 1652 | }, |
1502 | 1653 | { |
|
1521 | 1672 | } |
1522 | 1673 | ] |
1523 | 1674 | }, |
| 1675 | + { |
| 1676 | + "type": "error", |
| 1677 | + "name": "PendingPieceDeletions", |
| 1678 | + "inputs": [ |
| 1679 | + { |
| 1680 | + "name": "count", |
| 1681 | + "type": "uint256", |
| 1682 | + "internalType": "uint256" |
| 1683 | + } |
| 1684 | + ] |
| 1685 | + }, |
| 1686 | + { |
| 1687 | + "type": "error", |
| 1688 | + "name": "PieceMetadataOverflow", |
| 1689 | + "inputs": [] |
| 1690 | + }, |
1524 | 1691 | { |
1525 | 1692 | "type": "error", |
1526 | 1693 | "name": "TransferFailed", |
|
1541 | 1708 | "internalType": "bytes32" |
1542 | 1709 | } |
1543 | 1710 | ] |
| 1711 | + }, |
| 1712 | + { |
| 1713 | + "type": "error", |
| 1714 | + "name": "UnterminatedUvarint", |
| 1715 | + "inputs": [] |
| 1716 | + }, |
| 1717 | + { |
| 1718 | + "type": "error", |
| 1719 | + "name": "UvarintOverflow", |
| 1720 | + "inputs": [] |
1544 | 1721 | } |
1545 | 1722 | ] |
0 commit comments