@witnet/solidity 3.0.2 → 3.0.3

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 (139) 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 +6 -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 +127 -1
  82. package/build/contracts/WitOraclePushOnly.json +1 -1
  83. package/build/contracts/WitOracleRadonEncodingLib.json +7 -1
  84. package/build/contracts/WitOracleRadonRegistry.json +6 -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 +8 -1
  90. package/build/contracts/WitOracleRadonRegistryUpgradableNoSha256.json +1 -1
  91. package/build/contracts/WitOracleRadonRegistryUpgradableZkSync.json +1 -1
  92. package/build/contracts/WitOracleRadonRequestFactory.json +6 -1
  93. package/build/contracts/WitOracleRadonRequestFactoryBase.json +1 -1
  94. package/build/contracts/WitOracleRadonRequestFactoryBaseUpgradable.json +1 -1
  95. package/build/contracts/WitOracleRadonRequestFactoryModals.json +6 -1
  96. package/build/contracts/WitOracleRadonRequestFactoryModalsDefault.json +6 -1
  97. package/build/contracts/WitOracleRadonRequestFactoryTemplates.json +6 -1
  98. package/build/contracts/WitOracleRadonRequestFactoryTemplatesDefault.json +6 -1
  99. package/build/contracts/WitOracleRadonRequestFactoryUpgradableConfluxCore.json +1 -1
  100. package/build/contracts/WitOracleRadonRequestFactoryUpgradableDefault.json +6 -1
  101. package/build/contracts/WitOracleResultStatusLib.json +7 -1
  102. package/build/contracts/WitOracleTrustableDefault.json +1 -1
  103. package/build/contracts/WitOracleTrustableExperimental.json +1 -1
  104. package/build/contracts/WitOracleTrustableObscuro.json +131 -2
  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 +6 -1
  113. package/build/contracts/WitPriceFeedsDataLib.json +7 -1
  114. package/build/contracts/WitPriceFeedsLegacy.json +6 -1
  115. package/build/contracts/WitPriceFeedsLegacyBypassV3.json +1 -1
  116. package/build/contracts/WitPriceFeedsLegacyDataLib.json +77 -1
  117. package/build/contracts/WitPriceFeedsLegacyUpgradable.json +78 -1
  118. package/build/contracts/WitPriceFeedsSolverBase.json +1 -1
  119. package/build/contracts/WitPriceFeedsUpgradableV3.json +8 -1
  120. package/build/contracts/WitPriceFeedsV3.json +1 -1
  121. package/build/contracts/WitPythChainlinkAggregator.json +1 -1
  122. package/build/contracts/WitRandomness.json +6 -1
  123. package/build/contracts/WitRandomnessLegacy.json +1 -1
  124. package/build/contracts/WitRandomnessV3.json +6 -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 +2 -38
  130. package/build/contracts/WitnetDeployerConfluxCore.json +1 -1
  131. package/build/contracts/WitnetDeployerDeferred.json +9 -2
  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/migrations/addresses.json +13 -1
  136. package/migrations/constructorArgs.json +5 -4
  137. package/package.json +1 -1
  138. package/settings/artifacts.js +1 -0
  139. package/settings/networks.js +2 -2
@@ -27517,7 +27517,7 @@
27517
27517
  },
27518
27518
  "networks": {},
27519
27519
  "schemaVersion": "3.4.16",
27520
- "updatedAt": "2025-10-16T08:47:20.945Z",
27520
+ "updatedAt": "2025-10-16T15:17:05.734Z",
27521
27521
  "devdoc": {
27522
27522
  "errors": {
27523
27523
  "InvalidInitialization()": [
@@ -27656,6 +27656,11 @@
27656
27656
  "links": {},
27657
27657
  "address": "0xa6Fd8CEec2248906c8d0366c04f163F1CECC6dDE"
27658
27658
  },
27659
+ "8443": {
27660
+ "events": {},
27661
+ "links": {},
27662
+ "address": "0x4C912d10d9b4Ce27832118A2A3511E08Be9487f4"
27663
+ },
27659
27664
  "84532": {
27660
27665
  "events": {},
27661
27666
  "links": {},
@@ -27678,7 +27683,7 @@
27678
27683
  }
27679
27684
  },
27680
27685
  "schemaVersion": "3.4.16",
27681
- "updatedAt": "2025-10-16T08:47:20.958Z",
27686
+ "updatedAt": "2025-10-16T15:17:05.750Z",
27682
27687
  "devdoc": {
27683
27688
  "errors": {
27684
27689
  "InvalidInitialization()": [
@@ -19065,6 +19065,12 @@
19065
19065
  "address": "0x7A6C2Aad6b4b08De09477D0F663b8f90b0db9662",
19066
19066
  "transactionHash": "0xec71daa3afc0ee620129749db555c47f635c34a95783108de558914be6568468"
19067
19067
  },
19068
+ "8443": {
19069
+ "events": {},
19070
+ "links": {},
19071
+ "address": "0xc71A87657b13A370594967A04b4301a3AcEAF007",
19072
+ "transactionHash": "0xba89c0ccf124d5516e4aeadd5df0db64213e233af9f9d1e9b7381ac562eb2861"
19073
+ },
19068
19074
  "84532": {
19069
19075
  "events": {},
19070
19076
  "links": {},
@@ -19090,7 +19096,7 @@
19090
19096
  }
19091
19097
  },
19092
19098
  "schemaVersion": "3.4.16",
19093
- "updatedAt": "2025-10-16T08:47:21.256Z",
19099
+ "updatedAt": "2025-10-16T15:17:06.097Z",
19094
19100
  "devdoc": {
19095
19101
  "author": "The Witnet Foundation.",
19096
19102
  "kind": "dev",
@@ -61048,7 +61048,7 @@
61048
61048
  }
61049
61049
  },
61050
61050
  "schemaVersion": "3.4.16",
61051
- "updatedAt": "2025-10-16T08:47:20.641Z",
61051
+ "updatedAt": "2025-10-16T15:17:05.365Z",
61052
61052
  "devdoc": {
61053
61053
  "author": "The Witnet Foundation",
61054
61054
  "errors": {
@@ -69672,7 +69672,7 @@
69672
69672
  },
69673
69673
  "networks": {},
69674
69674
  "schemaVersion": "3.4.16",
69675
- "updatedAt": "2025-10-16T08:47:20.668Z",
69675
+ "updatedAt": "2025-10-16T15:17:05.405Z",
69676
69676
  "devdoc": {
69677
69677
  "author": "The Witnet Foundation",
69678
69678
  "errors": {
@@ -61496,9 +61496,138 @@
61496
61496
  "name": "solc",
61497
61497
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
61498
61498
  },
61499
- "networks": {},
61499
+ "networks": {
61500
+ "8443": {
61501
+ "events": {
61502
+ "0x4d570ee36dec878006609360d34ac8d6a0b68d521871ae15a407b6340877ca01": {
61503
+ "anonymous": false,
61504
+ "inputs": [
61505
+ {
61506
+ "indexed": false,
61507
+ "internalType": "address[]",
61508
+ "name": "reporters",
61509
+ "type": "address[]"
61510
+ }
61511
+ ],
61512
+ "name": "ReportersSet",
61513
+ "type": "event"
61514
+ },
61515
+ "0x646436560d9757cb3c0f01da0f62642c6040b00c9a80685f94ef1a7725cad5f1": {
61516
+ "anonymous": false,
61517
+ "inputs": [
61518
+ {
61519
+ "indexed": false,
61520
+ "internalType": "address[]",
61521
+ "name": "reporters",
61522
+ "type": "address[]"
61523
+ }
61524
+ ],
61525
+ "name": "ReportersUnset",
61526
+ "type": "event"
61527
+ },
61528
+ "0xdad34843fe0bb0a9944d07fad791384dd3727bfeb7f286a0f424120018e1057c": {
61529
+ "anonymous": false,
61530
+ "inputs": [
61531
+ {
61532
+ "indexed": false,
61533
+ "internalType": "Witnet.QueryId",
61534
+ "name": "queryId",
61535
+ "type": "uint64"
61536
+ },
61537
+ {
61538
+ "indexed": false,
61539
+ "internalType": "uint256",
61540
+ "name": "evmGasPrice",
61541
+ "type": "uint256"
61542
+ }
61543
+ ],
61544
+ "name": "WitOracleQueryReport",
61545
+ "type": "event"
61546
+ },
61547
+ "0x6c796d02cda250b2df8ffb41596f8c9bd3de98cec4082fca7bddbfdf87500641": {
61548
+ "anonymous": false,
61549
+ "inputs": [
61550
+ {
61551
+ "indexed": false,
61552
+ "internalType": "Witnet.QueryId",
61553
+ "name": "queryId",
61554
+ "type": "uint64"
61555
+ },
61556
+ {
61557
+ "indexed": false,
61558
+ "internalType": "address",
61559
+ "name": "evmConsumer",
61560
+ "type": "address"
61561
+ },
61562
+ {
61563
+ "indexed": false,
61564
+ "internalType": "uint256",
61565
+ "name": "evmGasPrice",
61566
+ "type": "uint256"
61567
+ },
61568
+ {
61569
+ "indexed": false,
61570
+ "internalType": "uint256",
61571
+ "name": "evmCallbackGas",
61572
+ "type": "uint256"
61573
+ }
61574
+ ],
61575
+ "name": "WitOracleQueryReportDelivery",
61576
+ "type": "event"
61577
+ },
61578
+ "0x09fcb062eea311bee472ba4446b2fd5ef38dbfbb7aefe922398b05776a86e48e": {
61579
+ "anonymous": false,
61580
+ "inputs": [
61581
+ {
61582
+ "indexed": false,
61583
+ "internalType": "Witnet.QueryId",
61584
+ "name": "queryId",
61585
+ "type": "uint64"
61586
+ },
61587
+ {
61588
+ "indexed": false,
61589
+ "internalType": "address",
61590
+ "name": "evmConsumer",
61591
+ "type": "address"
61592
+ },
61593
+ {
61594
+ "indexed": false,
61595
+ "internalType": "uint256",
61596
+ "name": "evmGasPrice",
61597
+ "type": "uint256"
61598
+ },
61599
+ {
61600
+ "indexed": false,
61601
+ "internalType": "uint256",
61602
+ "name": "evmCallbackActualGas",
61603
+ "type": "uint256"
61604
+ },
61605
+ {
61606
+ "indexed": false,
61607
+ "internalType": "string",
61608
+ "name": "evmCallbackRevertReason",
61609
+ "type": "string"
61610
+ },
61611
+ {
61612
+ "indexed": false,
61613
+ "internalType": "bytes",
61614
+ "name": "resultCborBytes",
61615
+ "type": "bytes"
61616
+ }
61617
+ ],
61618
+ "name": "WitOracleResportDeliveryFailed",
61619
+ "type": "event"
61620
+ }
61621
+ },
61622
+ "links": {
61623
+ "WitOracleDataLib": "0xf6d52770453166de85B6B6260Cf22196bC460E88",
61624
+ "WitOracleResultStatusLib": "0xc71A87657b13A370594967A04b4301a3AcEAF007"
61625
+ },
61626
+ "address": "0xA211A3D1940136F013C675FEBE1F4479B9843853"
61627
+ }
61628
+ },
61500
61629
  "schemaVersion": "3.4.16",
61501
- "updatedAt": "2025-10-16T08:47:20.696Z",
61630
+ "updatedAt": "2025-10-16T15:17:05.440Z",
61502
61631
  "devdoc": {
61503
61632
  "author": "The Witnet Foundation",
61504
61633
  "errors": {
@@ -66229,7 +66229,7 @@
66229
66229
  }
66230
66230
  },
66231
66231
  "schemaVersion": "3.4.16",
66232
- "updatedAt": "2025-10-16T08:47:20.730Z",
66232
+ "updatedAt": "2025-10-16T15:17:05.482Z",
66233
66233
  "devdoc": {
66234
66234
  "author": "The Witnet Foundation",
66235
66235
  "errors": {
@@ -21970,7 +21970,7 @@
21970
21970
  },
21971
21971
  "networks": {},
21972
21972
  "schemaVersion": "3.4.16",
21973
- "updatedAt": "2025-10-16T08:47:20.749Z",
21973
+ "updatedAt": "2025-10-16T15:17:05.507Z",
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-10-16T08:47:20.767Z",
60826
+ "updatedAt": "2025-10-16T15:17:05.531Z",
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-10-16T08:47:20.793Z",
60647
+ "updatedAt": "2025-10-16T15:17:05.558Z",
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-10-16T08:47:21.042Z",
58177
+ "updatedAt": "2025-10-16T15:17:05.842Z",
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-10-16T08:47:20.865Z",
59847
+ "updatedAt": "2025-10-16T15:17:05.634Z",
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-10-16T08:47:20.980Z",
63846
+ "updatedAt": "2025-10-16T15:17:05.773Z",
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.",
@@ -2062,6 +2062,11 @@
2062
2062
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
2063
2063
  },
2064
2064
  "networks": {
2065
+ "8443": {
2066
+ "events": {},
2067
+ "links": {},
2068
+ "address": "0x3210564CFC8855cAD45D6d963118058fe2B80123"
2069
+ },
2065
2070
  "84532": {
2066
2071
  "events": {},
2067
2072
  "links": {},
@@ -2084,7 +2089,7 @@
2084
2089
  }
2085
2090
  },
2086
2091
  "schemaVersion": "3.4.16",
2087
- "updatedAt": "2025-10-16T08:47:20.313Z",
2092
+ "updatedAt": "2025-10-16T15:17:04.666Z",
2088
2093
  "devdoc": {
2089
2094
  "author": "The Witnet Foundation.",
2090
2095
  "errors": {
@@ -61163,6 +61163,12 @@
61163
61163
  "address": "0xe04408124498F5812Ad341Df6038f11f18dC538e",
61164
61164
  "transactionHash": "0xa13b6de71dcf5164d0c09e405d18ae2cc3399e0cb149636c4cfd2e5d891b1369"
61165
61165
  },
61166
+ "8443": {
61167
+ "events": {},
61168
+ "links": {},
61169
+ "address": "0x705E076F3387cFd59708D8D8508CECe3e1C65C87",
61170
+ "transactionHash": "0x81552764c8d629a4e7cef36992f639b332245fcbf1ecf888dfcce8aa32dd2375"
61171
+ },
61166
61172
  "84532": {
61167
61173
  "events": {},
61168
61174
  "links": {},
@@ -61188,7 +61194,7 @@
61188
61194
  }
61189
61195
  },
61190
61196
  "schemaVersion": "3.4.16",
61191
- "updatedAt": "2025-10-16T08:47:21.070Z",
61197
+ "updatedAt": "2025-10-16T15:17:05.875Z",
61192
61198
  "devdoc": {
61193
61199
  "author": "The Witnet Foundation.",
61194
61200
  "errors": {
@@ -2189,6 +2189,11 @@
2189
2189
  "links": {},
2190
2190
  "address": "0x1111AbA2164AcdC6D291b08DfB374280035E1111"
2191
2191
  },
2192
+ "8443": {
2193
+ "events": {},
2194
+ "links": {},
2195
+ "address": "0x1111AbA2164AcdC6D291b08DfB374280035E1111"
2196
+ },
2192
2197
  "84532": {
2193
2198
  "events": {},
2194
2199
  "links": {},
@@ -2206,7 +2211,7 @@
2206
2211
  }
2207
2212
  },
2208
2213
  "schemaVersion": "3.4.16",
2209
- "updatedAt": "2025-10-16T08:47:20.316Z",
2214
+ "updatedAt": "2025-10-16T15:17:04.671Z",
2210
2215
  "devdoc": {
2211
2216
  "author": "The Witnet Foundation.",
2212
2217
  "kind": "dev",
@@ -59867,7 +59867,7 @@
59867
59867
  },
59868
59868
  "networks": {},
59869
59869
  "schemaVersion": "3.4.16",
59870
- "updatedAt": "2025-10-16T08:47:20.340Z",
59870
+ "updatedAt": "2025-10-16T15:17:04.753Z",
59871
59871
  "devdoc": {
59872
59872
  "author": "Guillermo Díaz <guillermo@witnet.io>",
59873
59873
  "errors": {
@@ -43702,6 +43702,82 @@
43702
43702
  "address": "0xBfFA2ec6225390C517A1bEB83b27a171C6734294",
43703
43703
  "transactionHash": "0xd08effb2c76c5d58df13b6343864bf65d5a48339bf0727cda12b986b63e67ac9"
43704
43704
  },
43705
+ "8443": {
43706
+ "events": {
43707
+ "0x69afe750a424a45bbe19fdde185259ba3a79671c6e4f40a783d355704a022921": {
43708
+ "anonymous": false,
43709
+ "inputs": [
43710
+ {
43711
+ "indexed": false,
43712
+ "internalType": "string",
43713
+ "name": "caption",
43714
+ "type": "string"
43715
+ },
43716
+ {
43717
+ "indexed": false,
43718
+ "internalType": "bytes4",
43719
+ "name": "feedId",
43720
+ "type": "bytes4"
43721
+ }
43722
+ ],
43723
+ "name": "WitFeedDeleted",
43724
+ "type": "event"
43725
+ },
43726
+ "0x56660980158f15674b73c4dcec7f3314e2500517420e16306c40a07dad09f101": {
43727
+ "anonymous": false,
43728
+ "inputs": [
43729
+ {
43730
+ "indexed": false,
43731
+ "internalType": "string",
43732
+ "name": "caption",
43733
+ "type": "string"
43734
+ },
43735
+ {
43736
+ "indexed": false,
43737
+ "internalType": "bytes4",
43738
+ "name": "feedId",
43739
+ "type": "bytes4"
43740
+ },
43741
+ {
43742
+ "indexed": false,
43743
+ "internalType": "bytes32",
43744
+ "name": "radHash",
43745
+ "type": "bytes32"
43746
+ }
43747
+ ],
43748
+ "name": "WitFeedSettled",
43749
+ "type": "event"
43750
+ },
43751
+ "0x286a3bf658fa39c74919afa81990860b8526693c9e7de41f8160a973a5c6d052": {
43752
+ "anonymous": false,
43753
+ "inputs": [
43754
+ {
43755
+ "indexed": false,
43756
+ "internalType": "string",
43757
+ "name": "caption",
43758
+ "type": "string"
43759
+ },
43760
+ {
43761
+ "indexed": false,
43762
+ "internalType": "bytes4",
43763
+ "name": "feedId",
43764
+ "type": "bytes4"
43765
+ },
43766
+ {
43767
+ "indexed": false,
43768
+ "internalType": "address",
43769
+ "name": "solver",
43770
+ "type": "address"
43771
+ }
43772
+ ],
43773
+ "name": "WitFeedSolverSettled",
43774
+ "type": "event"
43775
+ }
43776
+ },
43777
+ "links": {},
43778
+ "address": "0xa45206cC3Ae76630Cc4D47A730590Ff9B6d8Ee54",
43779
+ "transactionHash": "0x564ae458e7a08645283bd1fa3ceca43349f3fe69ff36e02fe1d131957af2d568"
43780
+ },
43705
43781
  "84532": {
43706
43782
  "events": {
43707
43783
  "0x69afe750a424a45bbe19fdde185259ba3a79671c6e4f40a783d355704a022921": {
@@ -43938,7 +44014,7 @@
43938
44014
  }
43939
44015
  },
43940
44016
  "schemaVersion": "3.4.16",
43941
- "updatedAt": "2025-10-16T08:47:21.092Z",
44017
+ "updatedAt": "2025-10-16T15:17:05.905Z",
43942
44018
  "devdoc": {
43943
44019
  "author": "The Witnet Foundation.",
43944
44020
  "kind": "dev",
@@ -73168,6 +73168,83 @@
73168
73168
  },
73169
73169
  "address": "0x8E14fFD7C94c7F2c88EbE54A279e819D53c52009"
73170
73170
  },
73171
+ "8443": {
73172
+ "events": {
73173
+ "0x69afe750a424a45bbe19fdde185259ba3a79671c6e4f40a783d355704a022921": {
73174
+ "anonymous": false,
73175
+ "inputs": [
73176
+ {
73177
+ "indexed": false,
73178
+ "internalType": "string",
73179
+ "name": "caption",
73180
+ "type": "string"
73181
+ },
73182
+ {
73183
+ "indexed": false,
73184
+ "internalType": "bytes4",
73185
+ "name": "feedId",
73186
+ "type": "bytes4"
73187
+ }
73188
+ ],
73189
+ "name": "WitFeedDeleted",
73190
+ "type": "event"
73191
+ },
73192
+ "0x56660980158f15674b73c4dcec7f3314e2500517420e16306c40a07dad09f101": {
73193
+ "anonymous": false,
73194
+ "inputs": [
73195
+ {
73196
+ "indexed": false,
73197
+ "internalType": "string",
73198
+ "name": "caption",
73199
+ "type": "string"
73200
+ },
73201
+ {
73202
+ "indexed": false,
73203
+ "internalType": "bytes4",
73204
+ "name": "feedId",
73205
+ "type": "bytes4"
73206
+ },
73207
+ {
73208
+ "indexed": false,
73209
+ "internalType": "bytes32",
73210
+ "name": "radHash",
73211
+ "type": "bytes32"
73212
+ }
73213
+ ],
73214
+ "name": "WitFeedSettled",
73215
+ "type": "event"
73216
+ },
73217
+ "0x286a3bf658fa39c74919afa81990860b8526693c9e7de41f8160a973a5c6d052": {
73218
+ "anonymous": false,
73219
+ "inputs": [
73220
+ {
73221
+ "indexed": false,
73222
+ "internalType": "string",
73223
+ "name": "caption",
73224
+ "type": "string"
73225
+ },
73226
+ {
73227
+ "indexed": false,
73228
+ "internalType": "bytes4",
73229
+ "name": "feedId",
73230
+ "type": "bytes4"
73231
+ },
73232
+ {
73233
+ "indexed": false,
73234
+ "internalType": "address",
73235
+ "name": "solver",
73236
+ "type": "address"
73237
+ }
73238
+ ],
73239
+ "name": "WitFeedSolverSettled",
73240
+ "type": "event"
73241
+ }
73242
+ },
73243
+ "links": {
73244
+ "WitPriceFeedsLegacyDataLib": "0xa45206cC3Ae76630Cc4D47A730590Ff9B6d8Ee54"
73245
+ },
73246
+ "address": "0x5493D785EcF171B59eF042649c2D71ec62D40D67"
73247
+ },
73171
73248
  "84532": {
73172
73249
  "events": {
73173
73250
  "0x69afe750a424a45bbe19fdde185259ba3a79671c6e4f40a783d355704a022921": {
@@ -73401,7 +73478,7 @@
73401
73478
  }
73402
73479
  },
73403
73480
  "schemaVersion": "3.4.16",
73404
- "updatedAt": "2025-10-16T08:47:20.383Z",
73481
+ "updatedAt": "2025-10-16T15:17:04.847Z",
73405
73482
  "devdoc": {
73406
73483
  "author": "Guillermo Díaz <guillermo@witnet.io>",
73407
73484
  "errors": {
@@ -2808,7 +2808,7 @@
2808
2808
  },
2809
2809
  "networks": {},
2810
2810
  "schemaVersion": "3.4.16",
2811
- "updatedAt": "2025-10-16T08:47:21.322Z",
2811
+ "updatedAt": "2025-10-16T15:17:06.165Z",
2812
2812
  "devdoc": {
2813
2813
  "kind": "dev",
2814
2814
  "methods": {},
@@ -52393,6 +52393,13 @@
52393
52393
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
52394
52394
  },
52395
52395
  "networks": {
52396
+ "8443": {
52397
+ "events": {},
52398
+ "links": {
52399
+ "WitPriceFeedsDataLib": "0x705E076F3387cFd59708D8D8508CECe3e1C65C87"
52400
+ },
52401
+ "address": "0xd13c3F2FE72C2A742044699F95be69B9c7b2ad70"
52402
+ },
52396
52403
  "11142220": {
52397
52404
  "events": {},
52398
52405
  "links": {
@@ -52409,7 +52416,7 @@
52409
52416
  }
52410
52417
  },
52411
52418
  "schemaVersion": "3.4.16",
52412
- "updatedAt": "2025-10-16T08:47:20.420Z",
52419
+ "updatedAt": "2025-10-16T15:17:04.918Z",
52413
52420
  "devdoc": {
52414
52421
  "author": "Guillermo Díaz <guillermo@witnet.io>",
52415
52422
  "errors": {
@@ -71793,7 +71793,7 @@
71793
71793
  }
71794
71794
  },
71795
71795
  "schemaVersion": "3.4.16",
71796
- "updatedAt": "2025-10-16T08:47:20.461Z",
71796
+ "updatedAt": "2025-10-16T15:17:05.008Z",
71797
71797
  "devdoc": {
71798
71798
  "author": "Guillermo Díaz <guillermo@witnet.io>",
71799
71799
  "errors": {
@@ -10935,7 +10935,7 @@
10935
10935
  },
10936
10936
  "networks": {},
10937
10937
  "schemaVersion": "3.4.16",
10938
- "updatedAt": "2025-10-16T08:47:21.317Z",
10938
+ "updatedAt": "2025-10-16T15:17:06.161Z",
10939
10939
  "devdoc": {
10940
10940
  "kind": "dev",
10941
10941
  "methods": {},
@@ -961,6 +961,11 @@
961
961
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
962
962
  },
963
963
  "networks": {
964
+ "8443": {
965
+ "events": {},
966
+ "links": {},
967
+ "address": "0xC0FFEE00B76e0E48b967f2963ae6190dA32a536C"
968
+ },
964
969
  "84532": {
965
970
  "events": {},
966
971
  "links": {},
@@ -983,7 +988,7 @@
983
988
  }
984
989
  },
985
990
  "schemaVersion": "3.4.16",
986
- "updatedAt": "2025-10-16T08:47:20.319Z",
991
+ "updatedAt": "2025-10-16T15:17:04.682Z",
987
992
  "devdoc": {
988
993
  "kind": "dev",
989
994
  "methods": {
@@ -931,7 +931,7 @@
931
931
  },
932
932
  "networks": {},
933
933
  "schemaVersion": "3.4.16",
934
- "updatedAt": "2025-10-16T08:47:20.321Z",
934
+ "updatedAt": "2025-10-16T15:17:04.687Z",
935
935
  "devdoc": {
936
936
  "kind": "dev",
937
937
  "methods": {
@@ -55400,6 +55400,11 @@
55400
55400
  "version": "0.8.30+commit.73712a01.Emscripten.clang"
55401
55401
  },
55402
55402
  "networks": {
55403
+ "8443": {
55404
+ "events": {},
55405
+ "links": {},
55406
+ "address": "0xC0FFEE00B76e0E48b967f2963ae6190dA32a536C"
55407
+ },
55403
55408
  "84532": {
55404
55409
  "events": {},
55405
55410
  "links": {},
@@ -55422,7 +55427,7 @@
55422
55427
  }
55423
55428
  },
55424
55429
  "schemaVersion": "3.4.16",
55425
- "updatedAt": "2025-10-16T08:47:20.494Z",
55430
+ "updatedAt": "2025-10-16T15:17:05.084Z",
55426
55431
  "devdoc": {
55427
55432
  "author": "The Witnet Foundation.",
55428
55433
  "details": "Protection against race-condition and malleability attacks requires randomness queried to this contract to be solved is an asynchronous way, meaning that after some randomness is requested, the result provided from the Wit/Oracle sidechain won't be ready until a certain amount of EVM blocks have elapsed. This protection also implies that eventually failing randomness requests on the Wit/Oracle sidechain cannot be retried but from this very same contract. Failing randomness requests will get all automatically and unbiasedly solved as soon as some new randomness request gets solved, even if paid by a different requester. Querying for new randomness requires paying a fee in native EVM gas currency, as to cover the implicit cost of solving unmalleable randomness on the Wit/Oracle sidechain and report it back to the EVM storage. The actual randomize fee depends on the expected gas price to pay for the EVM transaction that would eventually include a call to any of the `randomize(..)` methods of this contract. The randomize fee can be computed by passing the expected gas price value to the `estimateRandomizeFee(uint256)` method. > Note [1]: On highly volatile gas price markets, especially on some Layer-2 EVM chains, is highly recommended to estimate the randomize fee before a `randomize()` call, and pass a fresh EVM gas price value. Otherwise the call to `randomize()` could potentially revert with either \"insufficient reward\" or \"too much reward\". > Note [2]: Contracts requiring some external entity to report Witnet-certified randomness only when required, would need to implement the `IWitRandomnessConsumer`. The external entity would then have to clone the public-domain address, attach it to the consumer contract address, and get the `randomize()` function called on the cloned instance as many times as required.",