@iexec-nox/nox-protocol-contracts 0.2.2 → 0.2.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.
- package/DISCLAIMER +75 -0
- package/LICENSE-MIT +22 -0
- package/README.md +1 -1
- package/artifacts/contracts/NoxCompute.sol/NoxCompute.json +7214 -0
- package/artifacts/contracts/interfaces/INoxCompute.sol/INoxCompute.json +11788 -0
- package/artifacts/contracts/modules/ACL.sol/ACL.json +10001 -0
- package/artifacts/contracts/modules/Admin.sol/Admin.json +7670 -0
- package/artifacts/contracts/modules/Common.sol/Common.json +4802 -0
- package/artifacts/contracts/modules/Compute.sol/Compute.json +31750 -0
- package/artifacts/contracts/sdk/Nox.sol/Nox.json +62345 -0
- package/artifacts/contracts/utils/HandleUtils.sol/HandleUtils.json +1059 -0
- package/artifacts/contracts/utils/TypeUtils.sol/TypeUtils.json +3502 -0
- package/contracts/NoxCompute.sol +41 -863
- package/contracts/interfaces/INoxCompute.sol +21 -10
- package/contracts/modules/ACL.sol +192 -0
- package/contracts/modules/Admin.sol +99 -0
- package/contracts/modules/Common.sol +55 -0
- package/contracts/modules/Compute.sol +655 -0
- package/contracts/sdk/Nox.sol +48 -47
- package/contracts/{shared → utils}/HandleUtils.sol +13 -1
- package/contracts/{shared → utils}/TypeUtils.sol +25 -1
- package/package.json +10 -7
- package/ignition/deployments/arbitrumSepolia/artifacts/NoxCompute#implementation.json +0 -2101
- package/ignition/deployments/arbitrumSepolia/artifacts/NoxCompute#proxy.json +0 -84
- /package/contracts/{shared → utils}/LICENSE +0 -0
package/DISCLAIMER
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
Licensor
|
|
2
|
+
--------
|
|
3
|
+
|
|
4
|
+
iExec
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Licensed Work
|
|
8
|
+
-------------
|
|
9
|
+
|
|
10
|
+
Nox smart contracts and associated components.
|
|
11
|
+
|
|
12
|
+
The Licensed Work is (c) 2026 iExec.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
Disclaimer of Warranties, Regulatory Compliance and Smart Contract Risks
|
|
16
|
+
-------------------------------------------------------------------------
|
|
17
|
+
|
|
18
|
+
The following disclaimer applies to the use, deployment, modification and
|
|
19
|
+
interaction with the Nox Protocol software, smart contracts and associated
|
|
20
|
+
components.
|
|
21
|
+
|
|
22
|
+
The disclaimer shall apply independently of the applicable software license
|
|
23
|
+
and shall survive the Change Date.
|
|
24
|
+
|
|
25
|
+
The Licensed Work, including any associated smart contracts, tokens,
|
|
26
|
+
off-chain components or protocol components, is provided "as is" and
|
|
27
|
+
"as available", without any representation, warranty, or undertaking of any
|
|
28
|
+
kind, whether express, implied, statutory, or otherwise.
|
|
29
|
+
|
|
30
|
+
To the maximum extent permitted by applicable law, the Licensor disclaims all
|
|
31
|
+
warranties, including without limitation any warranties of merchantability,
|
|
32
|
+
fitness for a particular purpose, non-infringement, security, reliability,
|
|
33
|
+
performance, or accuracy of the Licensed Work.
|
|
34
|
+
|
|
35
|
+
Without limitation, the Licensor does not warrant that the Licensed Work:
|
|
36
|
+
|
|
37
|
+
• will operate without interruption or error;
|
|
38
|
+
• will be free from bugs, vulnerabilities, exploits, or security flaws;
|
|
39
|
+
• will prevent the loss of digital assets or tokens;
|
|
40
|
+
• will produce any particular technical, financial, or economic outcome;
|
|
41
|
+
• will be compatible with any specific blockchain network, protocol, or
|
|
42
|
+
software environment.
|
|
43
|
+
|
|
44
|
+
The Licensor further makes no representation or warranty that the Licensed
|
|
45
|
+
Work complies with any applicable laws or regulations, including financial,
|
|
46
|
+
crypto-asset, securities, banking, or payment regulations, or obligations
|
|
47
|
+
relating to anti-money laundering, sanctions compliance, or applicable
|
|
48
|
+
crypto-asset regulatory frameworks such as the Markets in Crypto-Assets
|
|
49
|
+
Regulation.
|
|
50
|
+
|
|
51
|
+
Any person or entity deploying, integrating, modifying, operating, or
|
|
52
|
+
otherwise using the Licensed Work is solely responsible for assessing and
|
|
53
|
+
ensuring that their use complies with all applicable laws and regulations in
|
|
54
|
+
the relevant jurisdictions.
|
|
55
|
+
|
|
56
|
+
The Licensor does not provide, operate, or control any financial services,
|
|
57
|
+
crypto-asset services, or regulated activities through the Licensed Work.
|
|
58
|
+
Nothing in this License shall be interpreted as the provision of financial,
|
|
59
|
+
investment, legal, or regulatory advice, nor as the issuance, offer, or
|
|
60
|
+
operation of crypto-asset services.
|
|
61
|
+
|
|
62
|
+
The Licensed Work may include blockchain software and smart contracts that
|
|
63
|
+
are experimental in nature and may contain vulnerabilities, security flaws,
|
|
64
|
+
or economic design risks. Interactions with blockchain networks and smart
|
|
65
|
+
contracts may result in irreversible transactions, technical failures, or
|
|
66
|
+
partial or total loss of digital assets.
|
|
67
|
+
|
|
68
|
+
Any use, deployment, modification, or interaction with the Licensed Work is
|
|
69
|
+
undertaken entirely at the user's own risk.
|
|
70
|
+
|
|
71
|
+
To the maximum extent permitted by applicable law, the Licensor shall not be
|
|
72
|
+
liable for any damages, losses, regulatory sanctions, financial penalties, or
|
|
73
|
+
other liabilities arising out of or related to the deployment, use,
|
|
74
|
+
modification, or operation of the Licensed Work, including any regulatory
|
|
75
|
+
non-compliance by users of the Licensed Work.
|
package/LICENSE-MIT
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
-----------
|
|
3
|
+
|
|
4
|
+
Copyright (c) 2026 iExec
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
in the Software without restriction, including without limitation the rights
|
|
9
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
furnished to do so, subject to the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be included in
|
|
14
|
+
all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
22
|
+
IN THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -144,4 +144,4 @@ The full text of the MIT License is provided in the [LICENSE-MIT](./LICENSE-MIT)
|
|
|
144
144
|
|
|
145
145
|
Some files are dual-licensed under MIT:
|
|
146
146
|
|
|
147
|
-
- All files in `contracts/interfaces/`, `contracts/
|
|
147
|
+
- All files in `contracts/interfaces/`, `contracts/utils/`, `contracts/sdk/` may also be licensed under MIT (as indicated in their SPDX headers).
|