@witnet/solidity 3.0.7 → 3.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/build/contracts/Bech32.json +1 -1
  2. package/build/contracts/Clonable.json +1 -1
  3. package/build/contracts/Context.json +1 -1
  4. package/build/contracts/Create3.json +1 -1
  5. package/build/contracts/ERC165.json +1 -1
  6. package/build/contracts/Escrowable.json +1 -1
  7. package/build/contracts/IChainlinkAggregatorV3.json +1 -1
  8. package/build/contracts/IERC165.json +1 -1
  9. package/build/contracts/IERC20.json +1 -1
  10. package/build/contracts/IERC2362.json +1 -1
  11. package/build/contracts/IPythChainlinkAggregatorV3.json +1 -1
  12. package/build/contracts/IWitAppliance.json +1 -1
  13. package/build/contracts/IWitOracle.json +1 -1
  14. package/build/contracts/IWitOracleAppliance.json +1 -1
  15. package/build/contracts/IWitOracleConsumer.json +1 -1
  16. package/build/contracts/IWitOracleConsumerLegacy.json +1 -1
  17. package/build/contracts/IWitOracleLegacy.json +1 -1
  18. package/build/contracts/IWitOracleQueriable.json +1 -1
  19. package/build/contracts/IWitOracleQueriableConsumer.json +1 -1
  20. package/build/contracts/IWitOracleQueriableEvents.json +1 -1
  21. package/build/contracts/IWitOracleQueriableExperimental.json +1 -1
  22. package/build/contracts/IWitOracleQueriableTrustableReporter.json +1 -1
  23. package/build/contracts/IWitOracleQueriableTrustlessReporter.json +1 -1
  24. package/build/contracts/IWitOracleRadonRegistry.json +1 -1
  25. package/build/contracts/IWitOracleRadonRegistryEvents.json +1 -1
  26. package/build/contracts/IWitOracleRadonRegistryLegacy.json +1 -1
  27. package/build/contracts/IWitOracleRadonRequestFactory.json +1 -1
  28. package/build/contracts/IWitOracleRadonRequestModal.json +1 -1
  29. package/build/contracts/IWitOracleRadonRequestTemplate.json +1 -1
  30. package/build/contracts/IWitOracleRequest.json +1 -1
  31. package/build/contracts/IWitOracleRequestFactory.json +1 -1
  32. package/build/contracts/IWitOracleRequestFactoryEvents.json +1 -1
  33. package/build/contracts/IWitOracleRequestTemplate.json +1 -1
  34. package/build/contracts/IWitOracleTrustableAdmin.json +1 -1
  35. package/build/contracts/IWitOracleTrustless.json +1 -1
  36. package/build/contracts/IWitPriceFeeds.json +1 -1
  37. package/build/contracts/IWitPriceFeedsAdmin.json +1 -1
  38. package/build/contracts/IWitPriceFeedsConsumer.json +1 -1
  39. package/build/contracts/IWitPriceFeedsEvents.json +1 -1
  40. package/build/contracts/IWitPriceFeedsLegacy.json +1 -1
  41. package/build/contracts/IWitPriceFeedsLegacyAdmin.json +1 -1
  42. package/build/contracts/IWitPriceFeedsLegacySolver.json +1 -1
  43. package/build/contracts/IWitPriceFeedsLegacySolverFactory.json +1 -1
  44. package/build/contracts/IWitPriceFeedsTypes.json +1 -1
  45. package/build/contracts/IWitPyth.json +1 -1
  46. package/build/contracts/IWitPythChainlinkAggregator.json +1 -1
  47. package/build/contracts/IWitPythErrors.json +1 -1
  48. package/build/contracts/IWitPythEvents.json +1 -1
  49. package/build/contracts/IWitPythReporter.json +1 -1
  50. package/build/contracts/IWitRandomness.json +1 -1
  51. package/build/contracts/IWitRandomnessAdmin.json +1 -1
  52. package/build/contracts/IWitRandomnessAdminV2.json +1 -1
  53. package/build/contracts/IWitRandomnessConsumer.json +1 -1
  54. package/build/contracts/IWitRandomnessEvents.json +1 -1
  55. package/build/contracts/IWitRandomnessLegacy.json +1 -1
  56. package/build/contracts/IWitRandomnessTypes.json +1 -1
  57. package/build/contracts/Initializable.json +1 -1
  58. package/build/contracts/OVM_GasPriceOracle.json +1 -1
  59. package/build/contracts/Ownable.json +1 -1
  60. package/build/contracts/Ownable2Step.json +1 -1
  61. package/build/contracts/Payable.json +1 -1
  62. package/build/contracts/Proxiable.json +1 -1
  63. package/build/contracts/ReentrancyGuard.json +1 -1
  64. package/build/contracts/Secp256k1.json +1 -1
  65. package/build/contracts/Slices.json +1 -1
  66. package/build/contracts/TestBech32.json +1 -1
  67. package/build/contracts/TestSecp256k1.json +1 -1
  68. package/build/contracts/Upgradeable.json +1 -1
  69. package/build/contracts/UsingWitOracle.json +1 -1
  70. package/build/contracts/UsingWitPriceFeeds.json +1 -1
  71. package/build/contracts/UsingWitRandomness.json +1 -1
  72. package/build/contracts/WitOracle.json +1 -1
  73. package/build/contracts/WitOracleBasePushOnly.json +1 -1
  74. package/build/contracts/WitOracleBasePushOnlyTrustable.json +1 -1
  75. package/build/contracts/WitOracleBasePushOnlyTrustless.json +1 -1
  76. package/build/contracts/WitOracleBasePushOnlyUpgradable.json +1 -1
  77. package/build/contracts/WitOracleBaseQueriable.json +1 -1
  78. package/build/contracts/WitOracleBaseQueriableTrustable.json +1 -1
  79. package/build/contracts/WitOracleBaseQueriableTrustless.json +1 -1
  80. package/build/contracts/WitOracleBaseQueriableUpgradable.json +1 -1
  81. package/build/contracts/WitOracleDataLib.json +1 -1
  82. package/build/contracts/WitOraclePushOnly.json +1 -1
  83. package/build/contracts/WitOracleRadonEncodingLib.json +1 -1
  84. package/build/contracts/WitOracleRadonRegistry.json +1 -1
  85. package/build/contracts/WitOracleRadonRegistryBase.json +1 -1
  86. package/build/contracts/WitOracleRadonRegistryBaseUpgradable.json +1 -1
  87. package/build/contracts/WitOracleRadonRegistryData.json +1 -1
  88. package/build/contracts/WitOracleRadonRegistryDefaultV21.json +1 -1
  89. package/build/contracts/WitOracleRadonRegistryUpgradableDefault.json +1 -1
  90. package/build/contracts/WitOracleRadonRegistryUpgradableNoSha256.json +1 -1
  91. package/build/contracts/WitOracleRadonRegistryUpgradableZkSync.json +1 -1
  92. package/build/contracts/WitOracleRadonRequestFactory.json +1 -1
  93. package/build/contracts/WitOracleRadonRequestFactoryBase.json +1 -1
  94. package/build/contracts/WitOracleRadonRequestFactoryBaseUpgradable.json +1 -1
  95. package/build/contracts/WitOracleRadonRequestFactoryModals.json +1 -1
  96. package/build/contracts/WitOracleRadonRequestFactoryModalsDefault.json +1 -1
  97. package/build/contracts/WitOracleRadonRequestFactoryTemplates.json +1 -1
  98. package/build/contracts/WitOracleRadonRequestFactoryTemplatesDefault.json +1 -1
  99. package/build/contracts/WitOracleRadonRequestFactoryUpgradableConfluxCore.json +1 -1
  100. package/build/contracts/WitOracleRadonRequestFactoryUpgradableDefault.json +1 -1
  101. package/build/contracts/WitOracleResultStatusLib.json +1 -1
  102. package/build/contracts/WitOracleTrustableDefault.json +1 -1
  103. package/build/contracts/WitOracleTrustableExperimental.json +1 -1
  104. package/build/contracts/WitOracleTrustableObscuro.json +1 -1
  105. package/build/contracts/WitOracleTrustableOvm2.json +1 -1
  106. package/build/contracts/WitOracleTrustablePushOnly.json +1 -1
  107. package/build/contracts/WitOracleTrustableReef.json +1 -1
  108. package/build/contracts/WitOracleTrustableZkSync.json +1 -1
  109. package/build/contracts/WitOracleTrustlessDataLib.json +1 -1
  110. package/build/contracts/WitOracleTrustlessDefaultV22.json +1 -1
  111. package/build/contracts/WitOracleTrustlessUpgradableDefault.json +1 -1
  112. package/build/contracts/WitPriceFeeds.json +1 -1
  113. package/build/contracts/WitPriceFeedsDataLib.json +1 -1
  114. package/build/contracts/WitPriceFeedsLegacy.json +1 -1
  115. package/build/contracts/WitPriceFeedsLegacyDataLib.json +1 -1
  116. package/build/contracts/WitPriceFeedsLegacyUpgradable.json +1 -1
  117. package/build/contracts/WitPriceFeedsLegacyUpgradableBypass.json +1 -1
  118. package/build/contracts/WitPriceFeedsSolverBase.json +1 -1
  119. package/build/contracts/WitPriceFeedsV3.json +1 -1
  120. package/build/contracts/WitPriceFeedsV3Upgradable.json +1 -1
  121. package/build/contracts/WitPythChainlinkAggregator.json +1 -1
  122. package/build/contracts/WitRandomness.json +1 -1
  123. package/build/contracts/WitRandomnessLegacy.json +1 -1
  124. package/build/contracts/WitRandomnessV3.json +1 -1
  125. package/build/contracts/WitRngConsumer.json +1 -1
  126. package/build/contracts/Witnet.json +1 -1
  127. package/build/contracts/WitnetBuffer.json +1 -1
  128. package/build/contracts/WitnetCBOR.json +1 -1
  129. package/build/contracts/WitnetDeployer.json +1 -1
  130. package/build/contracts/WitnetDeployerConfluxCore.json +1 -1
  131. package/build/contracts/WitnetDeployerDeferred.json +1 -1
  132. package/build/contracts/WitnetDeployerMeter.json +1 -1
  133. package/build/contracts/WitnetProxy.json +1 -1
  134. package/build/contracts/WitnetUpgradableBase.json +1 -1
  135. package/dist/migrations/addresses.json +16 -1
  136. package/dist/migrations/constructorArgs.json +7 -0
  137. package/dist/src/bin/helpers.cjs +4 -4
  138. package/{dist/dist/migrations → migrations}/addresses.json +17 -2
  139. package/{dist/dist/migrations → migrations}/constructorArgs.json +8 -1
  140. package/migrations/settings/artifacts.js +84 -0
  141. package/package.json +3 -1
  142. package/src/bin/helpers.cjs +3 -3
@@ -731,7 +731,7 @@
731
731
  },
732
732
  "networks": {},
733
733
  "schemaVersion": "3.4.16",
734
- "updatedAt": "2025-11-11T11:46:16.799Z",
734
+ "updatedAt": "2025-11-11T11:57:37.736Z",
735
735
  "devdoc": {
736
736
  "kind": "dev",
737
737
  "methods": {},
@@ -581,7 +581,7 @@
581
581
  },
582
582
  "networks": {},
583
583
  "schemaVersion": "3.4.16",
584
- "updatedAt": "2025-11-11T11:46:16.801Z",
584
+ "updatedAt": "2025-11-11T11:57:37.737Z",
585
585
  "devdoc": {
586
586
  "kind": "dev",
587
587
  "methods": {
@@ -748,7 +748,7 @@
748
748
  },
749
749
  "networks": {},
750
750
  "schemaVersion": "3.4.16",
751
- "updatedAt": "2025-11-11T11:46:15.793Z",
751
+ "updatedAt": "2025-11-11T11:57:36.967Z",
752
752
  "devdoc": {
753
753
  "details": "Contract module that helps prevent reentrant calls to a function. Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier available, which can be applied to functions to make sure there are no nested (reentrant) calls to them. Note that because there is a single `nonReentrant` guard, functions marked as `nonReentrant` may not call one another. This can be worked around by making those functions `private`, and then adding `external` `nonReentrant` entry points to them. TIP: If EIP-1153 (transient storage) is available on the chain you're deploying at, consider using {ReentrancyGuardTransient} instead. TIP: If you would like to learn more about reentrancy and alternative ways to protect against it, check out our blog post https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].",
754
754
  "errors": {
@@ -15202,7 +15202,7 @@
15202
15202
  },
15203
15203
  "networks": {},
15204
15204
  "schemaVersion": "3.4.16",
15205
- "updatedAt": "2025-11-11T11:46:16.681Z",
15205
+ "updatedAt": "2025-11-11T11:57:37.634Z",
15206
15206
  "devdoc": {
15207
15207
  "author": "cyphered.eth",
15208
15208
  "details": "Library providing arithmetic operations over signed `secpk256k1` signed message due to recover the signer public key EC point in `Solidity`.",
@@ -25457,7 +25457,7 @@
25457
25457
  },
25458
25458
  "networks": {},
25459
25459
  "schemaVersion": "3.4.16",
25460
- "updatedAt": "2025-11-11T11:46:16.689Z",
25460
+ "updatedAt": "2025-11-11T11:57:37.642Z",
25461
25461
  "devdoc": {
25462
25462
  "kind": "dev",
25463
25463
  "methods": {},
@@ -7426,7 +7426,7 @@
7426
7426
  },
7427
7427
  "networks": {},
7428
7428
  "schemaVersion": "3.4.16",
7429
- "updatedAt": "2025-11-11T11:46:16.786Z",
7429
+ "updatedAt": "2025-11-11T11:57:37.725Z",
7430
7430
  "devdoc": {
7431
7431
  "kind": "dev",
7432
7432
  "methods": {},
@@ -7201,7 +7201,7 @@
7201
7201
  },
7202
7202
  "networks": {},
7203
7203
  "schemaVersion": "3.4.16",
7204
- "updatedAt": "2025-11-11T11:46:16.790Z",
7204
+ "updatedAt": "2025-11-11T11:57:37.729Z",
7205
7205
  "devdoc": {
7206
7206
  "kind": "dev",
7207
7207
  "methods": {},
@@ -1563,7 +1563,7 @@
1563
1563
  },
1564
1564
  "networks": {},
1565
1565
  "schemaVersion": "3.4.16",
1566
- "updatedAt": "2025-11-11T11:46:16.802Z",
1566
+ "updatedAt": "2025-11-11T11:57:37.738Z",
1567
1567
  "devdoc": {
1568
1568
  "errors": {
1569
1569
  "InvalidInitialization()": [
@@ -2437,7 +2437,7 @@
2437
2437
  },
2438
2438
  "networks": {},
2439
2439
  "schemaVersion": "3.4.16",
2440
- "updatedAt": "2025-11-11T11:46:15.799Z",
2440
+ "updatedAt": "2025-11-11T11:57:36.972Z",
2441
2441
  "devdoc": {
2442
2442
  "author": "The Witnet Foundation.",
2443
2443
  "details": "Witnet-aware contracts can inherit from this contract in order to interact with Witnet.",
@@ -643,7 +643,7 @@
643
643
  },
644
644
  "networks": {},
645
645
  "schemaVersion": "3.4.16",
646
- "updatedAt": "2025-11-11T11:46:15.801Z",
646
+ "updatedAt": "2025-11-11T11:57:36.974Z",
647
647
  "devdoc": {
648
648
  "author": "The Witnet Foundation.",
649
649
  "details": "Contracts willing to interact with a WitPriceFeeds appliance, freshly updated by a third-party.",
@@ -2840,7 +2840,7 @@
2840
2840
  },
2841
2841
  "networks": {},
2842
2842
  "schemaVersion": "3.4.16",
2843
- "updatedAt": "2025-11-11T11:46:15.803Z",
2843
+ "updatedAt": "2025-11-11T11:57:36.975Z",
2844
2844
  "devdoc": {
2845
2845
  "kind": "dev",
2846
2846
  "methods": {},
@@ -1779,7 +1779,7 @@
1779
1779
  }
1780
1780
  },
1781
1781
  "schemaVersion": "3.4.16",
1782
- "updatedAt": "2025-11-11T11:46:15.805Z",
1782
+ "updatedAt": "2025-11-11T11:57:36.977Z",
1783
1783
  "devdoc": {
1784
1784
  "author": "The Witnet Foundation.",
1785
1785
  "kind": "dev",
@@ -1550,7 +1550,7 @@
1550
1550
  },
1551
1551
  "networks": {},
1552
1552
  "schemaVersion": "3.4.16",
1553
- "updatedAt": "2025-11-11T11:46:16.033Z",
1553
+ "updatedAt": "2025-11-11T11:57:37.141Z",
1554
1554
  "devdoc": {
1555
1555
  "author": "The Witnet Foundation",
1556
1556
  "kind": "dev",
@@ -3314,7 +3314,7 @@
3314
3314
  },
3315
3315
  "networks": {},
3316
3316
  "schemaVersion": "3.4.16",
3317
- "updatedAt": "2025-11-11T11:46:16.035Z",
3317
+ "updatedAt": "2025-11-11T11:57:37.143Z",
3318
3318
  "devdoc": {
3319
3319
  "author": "The Witnet Foundation",
3320
3320
  "errors": {
@@ -4430,7 +4430,7 @@
4430
4430
  },
4431
4431
  "networks": {},
4432
4432
  "schemaVersion": "3.4.16",
4433
- "updatedAt": "2025-11-11T11:46:16.038Z",
4433
+ "updatedAt": "2025-11-11T11:57:37.145Z",
4434
4434
  "devdoc": {
4435
4435
  "author": "The Witnet Foundation",
4436
4436
  "kind": "dev",
@@ -2583,7 +2583,7 @@
2583
2583
  },
2584
2584
  "networks": {},
2585
2585
  "schemaVersion": "3.4.16",
2586
- "updatedAt": "2025-11-11T11:46:16.042Z",
2586
+ "updatedAt": "2025-11-11T11:57:37.147Z",
2587
2587
  "devdoc": {
2588
2588
  "author": "The Witnet Foundation",
2589
2589
  "errors": {
@@ -14474,7 +14474,7 @@
14474
14474
  },
14475
14475
  "networks": {},
14476
14476
  "schemaVersion": "3.4.16",
14477
- "updatedAt": "2025-11-11T11:46:16.048Z",
14477
+ "updatedAt": "2025-11-11T11:57:37.151Z",
14478
14478
  "devdoc": {
14479
14479
  "author": "The Witnet Foundation",
14480
14480
  "kind": "dev",
@@ -22398,7 +22398,7 @@
22398
22398
  },
22399
22399
  "networks": {},
22400
22400
  "schemaVersion": "3.4.16",
22401
- "updatedAt": "2025-11-11T11:46:16.059Z",
22401
+ "updatedAt": "2025-11-11T11:57:37.159Z",
22402
22402
  "devdoc": {
22403
22403
  "author": "The Witnet Foundation",
22404
22404
  "errors": {
@@ -15419,7 +15419,7 @@
15419
15419
  },
15420
15420
  "networks": {},
15421
15421
  "schemaVersion": "3.4.16",
15422
- "updatedAt": "2025-11-11T11:46:16.071Z",
15422
+ "updatedAt": "2025-11-11T11:57:37.166Z",
15423
15423
  "devdoc": {
15424
15424
  "author": "The Witnet Foundation",
15425
15425
  "kind": "dev",
@@ -4003,7 +4003,7 @@
4003
4003
  },
4004
4004
  "networks": {},
4005
4005
  "schemaVersion": "3.4.16",
4006
- "updatedAt": "2025-11-11T11:46:16.077Z",
4006
+ "updatedAt": "2025-11-11T11:57:37.170Z",
4007
4007
  "devdoc": {
4008
4008
  "author": "The Witnet Foundation",
4009
4009
  "errors": {
@@ -60895,7 +60895,7 @@
60895
60895
  }
60896
60896
  },
60897
60897
  "schemaVersion": "3.4.16",
60898
- "updatedAt": "2025-11-11T11:46:16.522Z",
60898
+ "updatedAt": "2025-11-11T11:57:37.494Z",
60899
60899
  "devdoc": {
60900
60900
  "author": "The Witnet Foundation.",
60901
60901
  "kind": "dev",
@@ -720,7 +720,7 @@
720
720
  },
721
721
  "networks": {},
722
722
  "schemaVersion": "3.4.16",
723
- "updatedAt": "2025-11-11T11:46:15.807Z",
723
+ "updatedAt": "2025-11-11T11:57:36.979Z",
724
724
  "devdoc": {
725
725
  "author": "The Witnet Foundation.",
726
726
  "kind": "dev",
@@ -59657,7 +59657,7 @@
59657
59657
  }
59658
59658
  },
59659
59659
  "schemaVersion": "3.4.16",
59660
- "updatedAt": "2025-11-11T11:46:16.706Z",
59660
+ "updatedAt": "2025-11-11T11:57:37.658Z",
59661
59661
  "devdoc": {
59662
59662
  "author": "The Witnet Foundation.",
59663
59663
  "kind": "dev",
@@ -1250,7 +1250,7 @@
1250
1250
  }
1251
1251
  },
1252
1252
  "schemaVersion": "3.4.16",
1253
- "updatedAt": "2025-11-11T11:46:15.809Z",
1253
+ "updatedAt": "2025-11-11T11:57:36.980Z",
1254
1254
  "devdoc": {
1255
1255
  "kind": "dev",
1256
1256
  "methods": {
@@ -21095,7 +21095,7 @@
21095
21095
  },
21096
21096
  "networks": {},
21097
21097
  "schemaVersion": "3.4.16",
21098
- "updatedAt": "2025-11-11T11:46:16.086Z",
21098
+ "updatedAt": "2025-11-11T11:57:37.175Z",
21099
21099
  "devdoc": {
21100
21100
  "author": "The Witnet Foundation",
21101
21101
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -2991,7 +2991,7 @@
2991
2991
  },
2992
2992
  "networks": {},
2993
2993
  "schemaVersion": "3.4.16",
2994
- "updatedAt": "2025-11-11T11:46:16.093Z",
2994
+ "updatedAt": "2025-11-11T11:57:37.180Z",
2995
2995
  "devdoc": {
2996
2996
  "author": "The Witnet Foundation",
2997
2997
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -1813,7 +1813,7 @@
1813
1813
  },
1814
1814
  "networks": {},
1815
1815
  "schemaVersion": "3.4.16",
1816
- "updatedAt": "2025-11-11T11:46:16.538Z",
1816
+ "updatedAt": "2025-11-11T11:57:37.504Z",
1817
1817
  "devdoc": {
1818
1818
  "author": "The Witnet Foundation.",
1819
1819
  "kind": "dev",
@@ -43640,7 +43640,7 @@
43640
43640
  },
43641
43641
  "networks": {},
43642
43642
  "schemaVersion": "3.4.16",
43643
- "updatedAt": "2025-11-11T11:46:16.316Z",
43643
+ "updatedAt": "2025-11-11T11:57:37.341Z",
43644
43644
  "devdoc": {
43645
43645
  "author": "The Witnet Foundation",
43646
43646
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -47335,7 +47335,7 @@
47335
47335
  }
47336
47336
  },
47337
47337
  "schemaVersion": "3.4.16",
47338
- "updatedAt": "2025-11-11T11:46:16.389Z",
47338
+ "updatedAt": "2025-11-11T11:57:37.398Z",
47339
47339
  "devdoc": {
47340
47340
  "author": "The Witnet Foundation",
47341
47341
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -47485,7 +47485,7 @@
47485
47485
  }
47486
47486
  },
47487
47487
  "schemaVersion": "3.4.16",
47488
- "updatedAt": "2025-11-11T11:46:16.411Z",
47488
+ "updatedAt": "2025-11-11T11:57:37.414Z",
47489
47489
  "devdoc": {
47490
47490
  "errors": {
47491
47491
  "InvalidInitialization()": [
@@ -46966,7 +46966,7 @@
46966
46966
  },
46967
46967
  "networks": {},
46968
46968
  "schemaVersion": "3.4.16",
46969
- "updatedAt": "2025-11-11T11:46:16.435Z",
46969
+ "updatedAt": "2025-11-11T11:57:37.432Z",
46970
46970
  "devdoc": {
46971
46971
  "author": "The Witnet Foundation",
46972
46972
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -722,7 +722,7 @@
722
722
  }
723
723
  },
724
724
  "schemaVersion": "3.4.16",
725
- "updatedAt": "2025-11-11T11:46:15.811Z",
725
+ "updatedAt": "2025-11-11T11:57:36.981Z",
726
726
  "devdoc": {
727
727
  "kind": "dev",
728
728
  "methods": {},
@@ -4757,7 +4757,7 @@
4757
4757
  },
4758
4758
  "networks": {},
4759
4759
  "schemaVersion": "3.4.16",
4760
- "updatedAt": "2025-11-11T11:46:16.097Z",
4760
+ "updatedAt": "2025-11-11T11:57:37.182Z",
4761
4761
  "devdoc": {
4762
4762
  "kind": "dev",
4763
4763
  "methods": {},
@@ -1589,7 +1589,7 @@
1589
1589
  },
1590
1590
  "networks": {},
1591
1591
  "schemaVersion": "3.4.16",
1592
- "updatedAt": "2025-11-11T11:46:16.100Z",
1592
+ "updatedAt": "2025-11-11T11:57:37.184Z",
1593
1593
  "devdoc": {
1594
1594
  "author": "The Witnet Foundation",
1595
1595
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -6240,7 +6240,7 @@
6240
6240
  }
6241
6241
  },
6242
6242
  "schemaVersion": "3.4.16",
6243
- "updatedAt": "2025-11-11T11:46:16.104Z",
6243
+ "updatedAt": "2025-11-11T11:57:37.187Z",
6244
6244
  "devdoc": {
6245
6245
  "errors": {
6246
6246
  "InvalidInitialization()": [
@@ -25330,7 +25330,7 @@
25330
25330
  }
25331
25331
  },
25332
25332
  "schemaVersion": "3.4.16",
25333
- "updatedAt": "2025-11-11T11:46:16.333Z",
25333
+ "updatedAt": "2025-11-11T11:57:37.353Z",
25334
25334
  "devdoc": {
25335
25335
  "author": "The Witnet Foundation",
25336
25336
  "errors": {
@@ -6477,7 +6477,7 @@
6477
6477
  }
6478
6478
  },
6479
6479
  "schemaVersion": "3.4.16",
6480
- "updatedAt": "2025-11-11T11:46:16.109Z",
6480
+ "updatedAt": "2025-11-11T11:57:37.190Z",
6481
6481
  "devdoc": {
6482
6482
  "errors": {
6483
6483
  "InvalidInitialization()": [
@@ -25367,7 +25367,7 @@
25367
25367
  }
25368
25368
  },
25369
25369
  "schemaVersion": "3.4.16",
25370
- "updatedAt": "2025-11-11T11:46:16.346Z",
25370
+ "updatedAt": "2025-11-11T11:57:37.362Z",
25371
25371
  "devdoc": {
25372
25372
  "author": "The Witnet Foundation",
25373
25373
  "errors": {
@@ -27517,7 +27517,7 @@
27517
27517
  },
27518
27518
  "networks": {},
27519
27519
  "schemaVersion": "3.4.16",
27520
- "updatedAt": "2025-11-11T11:46:16.457Z",
27520
+ "updatedAt": "2025-11-11T11:57:37.445Z",
27521
27521
  "devdoc": {
27522
27522
  "errors": {
27523
27523
  "InvalidInitialization()": [
@@ -27648,7 +27648,7 @@
27648
27648
  }
27649
27649
  },
27650
27650
  "schemaVersion": "3.4.16",
27651
- "updatedAt": "2025-11-11T11:46:16.471Z",
27651
+ "updatedAt": "2025-11-11T11:57:37.456Z",
27652
27652
  "devdoc": {
27653
27653
  "errors": {
27654
27654
  "InvalidInitialization()": [
@@ -19055,7 +19055,7 @@
19055
19055
  }
19056
19056
  },
19057
19057
  "schemaVersion": "3.4.16",
19058
- "updatedAt": "2025-11-11T11:46:16.721Z",
19058
+ "updatedAt": "2025-11-11T11:57:37.673Z",
19059
19059
  "devdoc": {
19060
19060
  "author": "The Witnet Foundation.",
19061
19061
  "kind": "dev",
@@ -60536,7 +60536,7 @@
60536
60536
  }
60537
60537
  },
60538
60538
  "schemaVersion": "3.4.16",
60539
- "updatedAt": "2025-11-11T11:46:16.124Z",
60539
+ "updatedAt": "2025-11-11T11:57:37.203Z",
60540
60540
  "devdoc": {
60541
60541
  "author": "The Witnet Foundation",
60542
60542
  "errors": {
@@ -69672,7 +69672,7 @@
69672
69672
  },
69673
69673
  "networks": {},
69674
69674
  "schemaVersion": "3.4.16",
69675
- "updatedAt": "2025-11-11T11:46:16.157Z",
69675
+ "updatedAt": "2025-11-11T11:57:37.227Z",
69676
69676
  "devdoc": {
69677
69677
  "author": "The Witnet Foundation",
69678
69678
  "errors": {
@@ -61498,7 +61498,7 @@
61498
61498
  },
61499
61499
  "networks": {},
61500
61500
  "schemaVersion": "3.4.16",
61501
- "updatedAt": "2025-11-11T11:46:16.187Z",
61501
+ "updatedAt": "2025-11-11T11:57:37.249Z",
61502
61502
  "devdoc": {
61503
61503
  "author": "The Witnet Foundation",
61504
61504
  "errors": {
@@ -65972,7 +65972,7 @@
65972
65972
  },
65973
65973
  "networks": {},
65974
65974
  "schemaVersion": "3.4.16",
65975
- "updatedAt": "2025-11-11T11:46:16.221Z",
65975
+ "updatedAt": "2025-11-11T11:57:37.274Z",
65976
65976
  "devdoc": {
65977
65977
  "author": "The Witnet Foundation",
65978
65978
  "errors": {
@@ -21970,7 +21970,7 @@
21970
21970
  },
21971
21971
  "networks": {},
21972
21972
  "schemaVersion": "3.4.16",
21973
- "updatedAt": "2025-11-11T11:46:16.239Z",
21973
+ "updatedAt": "2025-11-11T11:57:37.288Z",
21974
21974
  "devdoc": {
21975
21975
  "author": "The Witnet Foundation",
21976
21976
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -60823,7 +60823,7 @@
60823
60823
  },
60824
60824
  "networks": {},
60825
60825
  "schemaVersion": "3.4.16",
60826
- "updatedAt": "2025-11-11T11:46:16.261Z",
60826
+ "updatedAt": "2025-11-11T11:57:37.302Z",
60827
60827
  "devdoc": {
60828
60828
  "author": "The Witnet Foundation",
60829
60829
  "errors": {
@@ -60644,7 +60644,7 @@
60644
60644
  },
60645
60645
  "networks": {},
60646
60646
  "schemaVersion": "3.4.16",
60647
- "updatedAt": "2025-11-11T11:46:16.289Z",
60647
+ "updatedAt": "2025-11-11T11:57:37.323Z",
60648
60648
  "devdoc": {
60649
60649
  "author": "The Witnet Foundation",
60650
60650
  "errors": {
@@ -58174,7 +58174,7 @@
58174
58174
  },
58175
58175
  "networks": {},
58176
58176
  "schemaVersion": "3.4.16",
58177
- "updatedAt": "2025-11-11T11:46:16.551Z",
58177
+ "updatedAt": "2025-11-11T11:57:37.517Z",
58178
58178
  "devdoc": {
58179
58179
  "author": "The Witnet Foundation.",
58180
58180
  "kind": "dev",
@@ -59844,7 +59844,7 @@
59844
59844
  },
59845
59845
  "networks": {},
59846
59846
  "schemaVersion": "3.4.16",
59847
- "updatedAt": "2025-11-11T11:46:16.368Z",
59847
+ "updatedAt": "2025-11-11T11:57:37.379Z",
59848
59848
  "devdoc": {
59849
59849
  "author": "The Witnet Foundation",
59850
59850
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -63843,7 +63843,7 @@
63843
63843
  },
63844
63844
  "networks": {},
63845
63845
  "schemaVersion": "3.4.16",
63846
- "updatedAt": "2025-11-11T11:46:16.494Z",
63846
+ "updatedAt": "2025-11-11T11:57:37.472Z",
63847
63847
  "devdoc": {
63848
63848
  "author": "The Witnet Foundation",
63849
63849
  "details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
@@ -2161,7 +2161,7 @@
2161
2161
  }
2162
2162
  },
2163
2163
  "schemaVersion": "3.4.16",
2164
- "updatedAt": "2025-11-11T11:46:15.813Z",
2164
+ "updatedAt": "2025-11-11T11:57:36.983Z",
2165
2165
  "devdoc": {
2166
2166
  "author": "The Witnet Foundation.",
2167
2167
  "errors": {
@@ -62139,7 +62139,7 @@
62139
62139
  }
62140
62140
  },
62141
62141
  "schemaVersion": "3.4.16",
62142
- "updatedAt": "2025-11-11T11:46:16.576Z",
62142
+ "updatedAt": "2025-11-11T11:57:37.541Z",
62143
62143
  "devdoc": {
62144
62144
  "author": "The Witnet Foundation.",
62145
62145
  "errors": {
@@ -2181,7 +2181,7 @@
2181
2181
  }
2182
2182
  },
2183
2183
  "schemaVersion": "3.4.16",
2184
- "updatedAt": "2025-11-11T11:46:15.815Z",
2184
+ "updatedAt": "2025-11-11T11:57:36.985Z",
2185
2185
  "devdoc": {
2186
2186
  "author": "The Witnet Foundation.",
2187
2187
  "kind": "dev",
@@ -43551,7 +43551,7 @@
43551
43551
  }
43552
43552
  },
43553
43553
  "schemaVersion": "3.4.16",
43554
- "updatedAt": "2025-11-11T11:46:16.596Z",
43554
+ "updatedAt": "2025-11-11T11:57:37.560Z",
43555
43555
  "devdoc": {
43556
43556
  "author": "The Witnet Foundation.",
43557
43557
  "kind": "dev",
@@ -72939,7 +72939,7 @@
72939
72939
  }
72940
72940
  },
72941
72941
  "schemaVersion": "3.4.16",
72942
- "updatedAt": "2025-11-11T11:46:15.843Z",
72942
+ "updatedAt": "2025-11-11T11:57:37.004Z",
72943
72943
  "devdoc": {
72944
72944
  "author": "Guillermo Díaz <guillermo@witnet.io>",
72945
72945
  "errors": {
@@ -59616,7 +59616,7 @@
59616
59616
  }
59617
59617
  },
59618
59618
  "schemaVersion": "3.4.16",
59619
- "updatedAt": "2025-11-11T11:46:15.878Z",
59619
+ "updatedAt": "2025-11-11T11:57:37.030Z",
59620
59620
  "devdoc": {
59621
59621
  "author": "Guillermo Díaz <guillermo@witnet.io>",
59622
59622
  "errors": {
@@ -2808,7 +2808,7 @@
2808
2808
  },
2809
2809
  "networks": {},
2810
2810
  "schemaVersion": "3.4.16",
2811
- "updatedAt": "2025-11-11T11:46:16.783Z",
2811
+ "updatedAt": "2025-11-11T11:57:37.723Z",
2812
2812
  "devdoc": {
2813
2813
  "kind": "dev",
2814
2814
  "methods": {},
@@ -72325,7 +72325,7 @@
72325
72325
  },
72326
72326
  "networks": {},
72327
72327
  "schemaVersion": "3.4.16",
72328
- "updatedAt": "2025-11-11T11:46:15.916Z",
72328
+ "updatedAt": "2025-11-11T11:57:37.060Z",
72329
72329
  "devdoc": {
72330
72330
  "author": "Guillermo Díaz <guillermo@witnet.io>",
72331
72331
  "errors": {
@@ -52426,7 +52426,7 @@
52426
52426
  }
52427
52427
  },
52428
52428
  "schemaVersion": "3.4.16",
52429
- "updatedAt": "2025-11-11T11:46:15.953Z",
52429
+ "updatedAt": "2025-11-11T11:57:37.086Z",
52430
52430
  "devdoc": {
52431
52431
  "author": "Guillermo Díaz <guillermo@witnet.io>",
52432
52432
  "errors": {