@witnet/solidity 3.0.6 → 3.0.7
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.
- package/build/contracts/Bech32.json +1 -1
- package/build/contracts/Clonable.json +1 -1
- package/build/contracts/Context.json +1 -1
- package/build/contracts/Create3.json +1 -1
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/Escrowable.json +1 -1
- package/build/contracts/IChainlinkAggregatorV3.json +1 -1
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC2362.json +1 -1
- package/build/contracts/IPythChainlinkAggregatorV3.json +1 -1
- package/build/contracts/IWitAppliance.json +1 -1
- package/build/contracts/IWitOracle.json +1 -1
- package/build/contracts/IWitOracleAppliance.json +1 -1
- package/build/contracts/IWitOracleConsumer.json +1 -1
- package/build/contracts/IWitOracleConsumerLegacy.json +1 -1
- package/build/contracts/IWitOracleLegacy.json +1 -1
- package/build/contracts/IWitOracleQueriable.json +1 -1
- package/build/contracts/IWitOracleQueriableConsumer.json +1 -1
- package/build/contracts/IWitOracleQueriableEvents.json +1 -1
- package/build/contracts/IWitOracleQueriableExperimental.json +1 -1
- package/build/contracts/IWitOracleQueriableTrustableReporter.json +1 -1
- package/build/contracts/IWitOracleQueriableTrustlessReporter.json +1 -1
- package/build/contracts/IWitOracleRadonRegistry.json +1 -1
- package/build/contracts/IWitOracleRadonRegistryEvents.json +1 -1
- package/build/contracts/IWitOracleRadonRegistryLegacy.json +1 -1
- package/build/contracts/IWitOracleRadonRequestFactory.json +1 -1
- package/build/contracts/IWitOracleRadonRequestModal.json +1 -1
- package/build/contracts/IWitOracleRadonRequestTemplate.json +1 -1
- package/build/contracts/IWitOracleRequest.json +1 -1
- package/build/contracts/IWitOracleRequestFactory.json +1 -1
- package/build/contracts/IWitOracleRequestFactoryEvents.json +1 -1
- package/build/contracts/IWitOracleRequestTemplate.json +1 -1
- package/build/contracts/IWitOracleTrustableAdmin.json +1 -1
- package/build/contracts/IWitOracleTrustless.json +1 -1
- package/build/contracts/IWitPriceFeeds.json +1 -1
- package/build/contracts/IWitPriceFeedsAdmin.json +1 -1
- package/build/contracts/IWitPriceFeedsConsumer.json +1 -1
- package/build/contracts/IWitPriceFeedsEvents.json +1 -1
- package/build/contracts/IWitPriceFeedsLegacy.json +1 -1
- package/build/contracts/IWitPriceFeedsLegacyAdmin.json +1 -1
- package/build/contracts/IWitPriceFeedsLegacySolver.json +1 -1
- package/build/contracts/IWitPriceFeedsLegacySolverFactory.json +1 -1
- package/build/contracts/IWitPriceFeedsTypes.json +1 -1
- package/build/contracts/IWitPyth.json +1 -1
- package/build/contracts/IWitPythChainlinkAggregator.json +1 -1
- package/build/contracts/IWitPythErrors.json +1 -1
- package/build/contracts/IWitPythEvents.json +1 -1
- package/build/contracts/IWitPythReporter.json +1 -1
- package/build/contracts/IWitRandomness.json +1 -1
- package/build/contracts/IWitRandomnessAdmin.json +1 -1
- package/build/contracts/IWitRandomnessAdminV2.json +1 -1
- package/build/contracts/IWitRandomnessConsumer.json +1 -1
- package/build/contracts/IWitRandomnessEvents.json +1 -1
- package/build/contracts/IWitRandomnessLegacy.json +1 -1
- package/build/contracts/IWitRandomnessTypes.json +1 -1
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/OVM_GasPriceOracle.json +1 -1
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Ownable2Step.json +1 -1
- package/build/contracts/Payable.json +1 -1
- package/build/contracts/Proxiable.json +1 -1
- package/build/contracts/ReentrancyGuard.json +1 -1
- package/build/contracts/Secp256k1.json +1 -1
- package/build/contracts/Slices.json +1 -1
- package/build/contracts/TestBech32.json +1 -1
- package/build/contracts/TestSecp256k1.json +1 -1
- package/build/contracts/Upgradeable.json +1 -1
- package/build/contracts/UsingWitOracle.json +1 -1
- package/build/contracts/UsingWitPriceFeeds.json +1 -1
- package/build/contracts/UsingWitRandomness.json +1 -1
- package/build/contracts/WitOracle.json +13 -2
- package/build/contracts/WitOracleBasePushOnly.json +1 -1
- package/build/contracts/WitOracleBasePushOnlyTrustable.json +1 -1
- package/build/contracts/WitOracleBasePushOnlyTrustless.json +1 -1
- package/build/contracts/WitOracleBasePushOnlyUpgradable.json +1 -1
- package/build/contracts/WitOracleBaseQueriable.json +1 -1
- package/build/contracts/WitOracleBaseQueriableTrustable.json +1 -1
- package/build/contracts/WitOracleBaseQueriableTrustless.json +1 -1
- package/build/contracts/WitOracleBaseQueriableUpgradable.json +1 -1
- package/build/contracts/WitOracleDataLib.json +254 -2
- package/build/contracts/WitOraclePushOnly.json +1 -1
- package/build/contracts/WitOracleRadonEncodingLib.json +14 -2
- package/build/contracts/WitOracleRadonRegistry.json +13 -2
- package/build/contracts/WitOracleRadonRegistryBase.json +1 -1
- package/build/contracts/WitOracleRadonRegistryBaseUpgradable.json +1 -1
- package/build/contracts/WitOracleRadonRegistryData.json +1 -1
- package/build/contracts/WitOracleRadonRegistryDefaultV21.json +1 -1
- package/build/contracts/WitOracleRadonRegistryUpgradableDefault.json +10 -2
- package/build/contracts/WitOracleRadonRegistryUpgradableNoSha256.json +10 -2
- package/build/contracts/WitOracleRadonRegistryUpgradableZkSync.json +1 -1
- package/build/contracts/WitOracleRadonRequestFactory.json +13 -2
- package/build/contracts/WitOracleRadonRequestFactoryBase.json +1 -1
- package/build/contracts/WitOracleRadonRequestFactoryBaseUpgradable.json +1 -1
- package/build/contracts/WitOracleRadonRequestFactoryModals.json +13 -2
- package/build/contracts/WitOracleRadonRequestFactoryModalsDefault.json +23 -2
- package/build/contracts/WitOracleRadonRequestFactoryTemplates.json +13 -2
- package/build/contracts/WitOracleRadonRequestFactoryTemplatesDefault.json +33 -2
- package/build/contracts/WitOracleRadonRequestFactoryUpgradableConfluxCore.json +1 -1
- package/build/contracts/WitOracleRadonRequestFactoryUpgradableDefault.json +13 -2
- package/build/contracts/WitOracleResultStatusLib.json +14 -2
- package/build/contracts/WitOracleTrustableDefault.json +259 -2
- package/build/contracts/WitOracleTrustableExperimental.json +1 -1
- package/build/contracts/WitOracleTrustableObscuro.json +1 -1
- package/build/contracts/WitOracleTrustableOvm2.json +1 -1
- package/build/contracts/WitOracleTrustablePushOnly.json +1 -1
- package/build/contracts/WitOracleTrustableReef.json +1 -1
- package/build/contracts/WitOracleTrustableZkSync.json +1 -1
- package/build/contracts/WitOracleTrustlessDataLib.json +1 -1
- package/build/contracts/WitOracleTrustlessDefaultV22.json +1 -1
- package/build/contracts/WitOracleTrustlessUpgradableDefault.json +1 -1
- package/build/contracts/WitPriceFeeds.json +13 -2
- package/build/contracts/WitPriceFeedsDataLib.json +14 -2
- package/build/contracts/WitPriceFeedsLegacy.json +13 -2
- package/build/contracts/WitPriceFeedsLegacyDataLib.json +154 -2
- package/build/contracts/WitPriceFeedsLegacyUpgradable.json +80 -2
- package/build/contracts/WitPriceFeedsLegacyUpgradableBypass.json +80 -2
- package/build/contracts/WitPriceFeedsSolverBase.json +1 -1
- package/build/contracts/WitPriceFeedsV3.json +1 -1
- package/build/contracts/WitPriceFeedsV3Upgradable.json +17 -2
- package/build/contracts/WitPythChainlinkAggregator.json +1 -1
- package/build/contracts/WitRandomness.json +8 -2
- package/build/contracts/WitRandomnessLegacy.json +1 -1
- package/build/contracts/WitRandomnessV3.json +8 -2
- package/build/contracts/WitRngConsumer.json +1 -1
- package/build/contracts/Witnet.json +1 -1
- package/build/contracts/WitnetBuffer.json +1 -1
- package/build/contracts/WitnetCBOR.json +1 -1
- package/build/contracts/WitnetDeployer.json +13 -2
- package/build/contracts/WitnetDeployerConfluxCore.json +1 -1
- package/build/contracts/WitnetDeployerDeferred.json +1 -1
- package/build/contracts/WitnetDeployerMeter.json +1 -1
- package/build/contracts/WitnetProxy.json +9 -2
- package/build/contracts/WitnetUpgradableBase.json +1 -1
- package/dist/dist/migrations/addresses.json +494 -0
- package/dist/dist/migrations/constructorArgs.json +310 -0
- package/dist/migrations/settings/networks.js +2 -2
- package/dist/src/bin/helpers.cjs +4 -4
- package/package.json +1 -1
- package/scripts/verify-truffle.cjs +2 -2
- package/src/bin/helpers.cjs +3 -3
|
@@ -18397,7 +18397,7 @@
|
|
|
18397
18397
|
},
|
|
18398
18398
|
"networks": {},
|
|
18399
18399
|
"schemaVersion": "3.4.16",
|
|
18400
|
-
"updatedAt": "2025-11-
|
|
18400
|
+
"updatedAt": "2025-11-11T11:46:16.672Z",
|
|
18401
18401
|
"devdoc": {
|
|
18402
18402
|
"details": "Collection of functions related to the Bech32 address generation",
|
|
18403
18403
|
"kind": "dev",
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
},
|
|
342
342
|
"networks": {},
|
|
343
343
|
"schemaVersion": "3.4.16",
|
|
344
|
-
"updatedAt": "2025-11-
|
|
344
|
+
"updatedAt": "2025-11-11T11:46:15.792Z",
|
|
345
345
|
"devdoc": {
|
|
346
346
|
"details": "Provides information about the current execution context, including the sender of the transaction and its data. While these are generally available via msg.sender and msg.data, they should not be accessed in such a direct manner, since when dealing with meta-transactions the account sending and paying for execution may not be the actual sender (as far as an application is concerned). This contract is only required for intermediate, library-like contracts.",
|
|
347
347
|
"kind": "dev",
|
|
@@ -2209,7 +2209,7 @@
|
|
|
2209
2209
|
},
|
|
2210
2210
|
"networks": {},
|
|
2211
2211
|
"schemaVersion": "3.4.16",
|
|
2212
|
-
"updatedAt": "2025-11-
|
|
2212
|
+
"updatedAt": "2025-11-11T11:46:16.676Z",
|
|
2213
2213
|
"devdoc": {
|
|
2214
2214
|
"author": "Solmate (https://github.com/transmissions11/solmate/blob/main/src/utils/CREATE3.sol)0xSequence (https://github.com/0xSequence/create3/blob/master/contracts/Create3.sol)",
|
|
2215
2215
|
"kind": "dev",
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
},
|
|
334
334
|
"networks": {},
|
|
335
335
|
"schemaVersion": "3.4.16",
|
|
336
|
-
"updatedAt": "2025-11-
|
|
336
|
+
"updatedAt": "2025-11-11T11:46:15.795Z",
|
|
337
337
|
"devdoc": {
|
|
338
338
|
"details": "Implementation of the {IERC165} interface. Contracts that want to implement ERC-165 should inherit from this contract and override {supportsInterface} to check for the additional interface id that will be supported. For example: ```solidity function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId); } ```",
|
|
339
339
|
"kind": "dev",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
},
|
|
179
179
|
"networks": {},
|
|
180
180
|
"schemaVersion": "3.4.16",
|
|
181
|
-
"updatedAt": "2025-11-
|
|
181
|
+
"updatedAt": "2025-11-11T11:46:15.796Z",
|
|
182
182
|
"devdoc": {
|
|
183
183
|
"details": "Interface of the ERC-165 standard, as defined in the https://eips.ethereum.org/EIPS/eip-165[ERC]. Implementers can declare support of contract interfaces, which can then be queried by others ({ERC165Checker}). For an implementation, see {ERC165}.",
|
|
184
184
|
"kind": "dev",
|
|
@@ -1120,7 +1120,7 @@
|
|
|
1120
1120
|
},
|
|
1121
1121
|
"networks": {},
|
|
1122
1122
|
"schemaVersion": "3.4.16",
|
|
1123
|
-
"updatedAt": "2025-11-
|
|
1123
|
+
"updatedAt": "2025-11-11T11:46:15.791Z",
|
|
1124
1124
|
"devdoc": {
|
|
1125
1125
|
"details": "Interface of the ERC-20 standard as defined in the ERC.",
|
|
1126
1126
|
"events": {
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
"networks": {},
|
|
247
247
|
"schemaVersion": "3.4.16",
|
|
248
|
-
"updatedAt": "2025-11-
|
|
248
|
+
"updatedAt": "2025-11-11T11:46:15.797Z",
|
|
249
249
|
"devdoc": {
|
|
250
250
|
"details": "EIP2362 Interface for pull oracles https://github.com/adoracles/EIPs/blob/erc-2362/EIPS/eip-2362.md",
|
|
251
251
|
"kind": "dev",
|
|
@@ -3116,7 +3116,7 @@
|
|
|
3116
3116
|
},
|
|
3117
3117
|
"networks": {},
|
|
3118
3118
|
"schemaVersion": "3.4.16",
|
|
3119
|
-
"updatedAt": "2025-11-
|
|
3119
|
+
"updatedAt": "2025-11-11T11:46:15.784Z",
|
|
3120
3120
|
"devdoc": {
|
|
3121
3121
|
"custom:oz-upgrades-unsafe-allow": "constructor constructor() { _disableInitializers(); } ``` ====",
|
|
3122
3122
|
"details": "This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer function so it can only be called once. The {initializer} modifier provided by this contract will have this effect. The initialization functions use a version number. Once a version number is used, it is consumed and cannot be reused. This mechanism prevents re-execution of each \"step\" but allows the creation of new initialization steps in case an upgrade adds a module that needs to be initialized. For example: [.hljs-theme-light.nopadding] ```solidity contract MyToken is ERC20Upgradeable { function initialize() initializer public { __ERC20_init(\"MyToken\", \"MTK\"); } } contract MyTokenV2 is MyToken, ERC20PermitUpgradeable { function initializeV2() reinitializer(2) public { __ERC20Permit_init(\"MyToken\"); } } ``` TIP: To avoid leaving the proxy in an uninitialized state, the initializer function should be called as early as possible by providing the encoded function call as the `_data` argument to {ERC1967Proxy-constructor}. CAUTION: When used with inheritance, manual care must be taken to not invoke a parent initializer twice, or to ensure that all initializers are idempotent. This is not verified automatically as constructors are by Solidity. [CAUTION] ==== Avoid leaving a contract uninitialized. An uninitialized contract can be taken over by an attacker. This applies to both a proxy and its implementation contract, which may impact the proxy. To prevent the implementation contract from being used, you should invoke the {_disableInitializers} function in the constructor to automatically lock it when it is deployed: [.hljs-theme-light.nopadding] ```",
|
|
@@ -1819,7 +1819,7 @@
|
|
|
1819
1819
|
},
|
|
1820
1820
|
"networks": {},
|
|
1821
1821
|
"schemaVersion": "3.4.16",
|
|
1822
|
-
"updatedAt": "2025-11-
|
|
1822
|
+
"updatedAt": "2025-11-11T11:46:15.789Z",
|
|
1823
1823
|
"devdoc": {
|
|
1824
1824
|
"details": "Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. The initial owner is set to the address provided by the deployer. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.",
|
|
1825
1825
|
"errors": {
|
|
@@ -1119,7 +1119,7 @@
|
|
|
1119
1119
|
},
|
|
1120
1120
|
"networks": {},
|
|
1121
1121
|
"schemaVersion": "3.4.16",
|
|
1122
|
-
"updatedAt": "2025-11-
|
|
1122
|
+
"updatedAt": "2025-11-11T11:46:16.798Z",
|
|
1123
1123
|
"devdoc": {
|
|
1124
1124
|
"details": "Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. The initial owner is specified at deployment time in the constructor for `Ownable`. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).",
|
|
1125
1125
|
"errors": {
|