You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/contracts.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ After going through this validation process, a contract can be integrated in off
107
107
108
108
Steps for deploying a contract:
109
109
110
-
1. Finish development, review, and tests as written above.
110
+
1. Finish development, review, and tests as written above. This includes waiting for approval of your PR by the core dev team. If you need to make any significant changes to the code after the computors accepted your proposal, you will need to make a second proposal.
111
111
2. A proposal for including your contract into the Qubic Core needs to be prepared.
112
112
We recommend to add your proposal description to https://github.com/qubic/proposal/tree/main/SmartContracts via a pull request (this directory also contains files from other contracts added before, which can be used as a template).
113
113
The proposal description should include a detailed description of your contract (see point 1 of the [Development section](#development)) and the final source code of the contract.
@@ -635,3 +635,4 @@ The function `castVote()` is a more complex example combining both, calling a co
1.[Most important principles](#most-important-principles)
9
+
2.[General guidelines](#general-guidelines)
10
+
3.[Style guidelines](#style-guidelines)
11
+
4.[Version naming scheme](#version-naming-scheme)
12
+
5.[Profiling](#profiling)
13
+
3
14
## Contributing as an external developer
4
15
5
16
If you find bugs, typos, or other problems that can be fixed with a few changes, you are more than welcome to contribute these fixes with a pull request as follows.
@@ -391,3 +402,4 @@ Even when bound by serializing instructions, the system environment at the time
391
402
392
403
Another rich source: [Intel® 64 and IA-32 Architectures Software Developer's Manual Combined Volumes: 1, 2A, 2B, 2C, 2D, 3A, 3B, 3C, 3D, and 4](https://cdrdv2.intel.com/v1/dl/getContent/671200)
0 commit comments