This repository was archived by the owner on Feb 2, 2026. It is now read-only.
Commit 437be70
merge new changes (#10)
* Verify SC files automatically (qubic#506)
* compliance changes for CCF SC
* compliance changes for GQMPROP SC
* compliance changes for MSVAULT SC
* compliance changes for QEARN SC
* compliance changes for QBAY SC
* compliance changes for QUOTTERY SC
* compliance changes for QUTIL SC
* compliance changes for QX SC
* Qx: add div type explicitly to fix compile errors in test project
* compliance changes for TestExampleD SC
* add contract verify workflow
* Update contract-verify.yml
* update branch name in contract-verify.yml
* find all contract files to verify
* fix typo in contract-verify.yml
* print full path to file list
* use list of contract files as input for verify action
* only trigger contract-verify.yml when contract files or workflow file changed
* use published action in contract-verify.yml
* Revert "use published action in contract-verify.yml"
This reverts commit 6fbd535.
* mention contract verification tool in contracts.md
* make QPI div and mod constexpr
* update contract verify tool text in contracts.md
* add STATIC_ASSERT macro to enable use of static asserts in SC files
* remove workflow trigger on feature branch before merging into develop
* contributing doc: add paragraph about curly braces style
* update contract guidelines (qubic#512)
* remove unused defines that clash with QPI definitions
* fix: fixed gtest bug in qearn (qubic#516)
* fix: fixed gtest bug in qearn
* fix: removed unnecessary local variables in BEGIN_EPOCH procedure
* update contract verify tool to v0.3.3-beta
* Fix incorrect vc optimization of FourQ for release mode. (qubic#517)
* Add unittest for fourq.
* Fix MSVC misoptimization causing incorrect operation ordering.
* Unittest: Ensure FourQ is initialized if signature verification is used in contract testing.
* Add comment for optimization bug of MSVC.
* networking: support private IPs (qubic#513)
* nw: support private IPs
* remove redundant code
* fix warning
* add checking boundary when accessing publicPeers
* Fix bug relate to invalid mining seed of qpi mining. (qubic#518)
* update params for epoch 176 / v1.257.0
* Remove mining seed set function in qpi.
* Increase target tick duration
The delay function did not work due to bugs. Now the delay function
works and tick time should decrease.
* Develop (#4)
* Verify SC files automatically (qubic#506)
* compliance changes for CCF SC
* compliance changes for GQMPROP SC
* compliance changes for MSVAULT SC
* compliance changes for QEARN SC
* compliance changes for QBAY SC
* compliance changes for QUOTTERY SC
* compliance changes for QUTIL SC
* compliance changes for QX SC
* Qx: add div type explicitly to fix compile errors in test project
* compliance changes for TestExampleD SC
* add contract verify workflow
* Update contract-verify.yml
* update branch name in contract-verify.yml
* find all contract files to verify
* fix typo in contract-verify.yml
* print full path to file list
* use list of contract files as input for verify action
* only trigger contract-verify.yml when contract files or workflow file changed
* use published action in contract-verify.yml
* Revert "use published action in contract-verify.yml"
This reverts commit 6fbd535.
* mention contract verification tool in contracts.md
* make QPI div and mod constexpr
* update contract verify tool text in contracts.md
* add STATIC_ASSERT macro to enable use of static asserts in SC files
* remove workflow trigger on feature branch before merging into develop
* contributing doc: add paragraph about curly braces style
* update contract guidelines (qubic#512)
* remove unused defines that clash with QPI definitions
* fix: fixed gtest bug in qearn (qubic#516)
* fix: fixed gtest bug in qearn
* fix: removed unnecessary local variables in BEGIN_EPOCH procedure
* update contract verify tool to v0.3.3-beta
* Fix incorrect vc optimization of FourQ for release mode. (qubic#517)
* Add unittest for fourq.
* Fix MSVC misoptimization causing incorrect operation ordering.
* Unittest: Ensure FourQ is initialized if signature verification is used in contract testing.
* Add comment for optimization bug of MSVC.
* networking: support private IPs (qubic#513)
* nw: support private IPs
* remove redundant code
* fix warning
* add checking boundary when accessing publicPeers
* Fix bug relate to invalid mining seed of qpi mining. (qubic#518)
* update params for epoch 176 / v1.257.0
* Increase target tick duration
The delay function did not work due to bugs. Now the delay function
works and tick time should decrease.
---------
Co-authored-by: Franziska Mueller <11660876+Franziska-Mueller@users.noreply.github.com>
Co-authored-by: TakaYuPP <yutotaka24@gmail.com>
Co-authored-by: cyber-pc <165458555+cyber-pc@users.noreply.github.com>
Co-authored-by: dkat <39078779+krypdkat@users.noreply.github.com>
Co-authored-by: fnordspace <qubic@fnord.space>
* Fix bug in PRIVATE_PEER_IP logic
* update params for epoch 176 / v1.257.1
* fix a merge bug
* fix not ticking bug
* faster tick time in testnet
* fix contract test failed
* Update README.md
* initial linux port
* pin main thread for windows
* fix atomic bugs
* fix compilation bugs in windows
* update cmake build parameter
* Revise README_CLANG.md for clarity and accuracy
* Enhance README with build instructions and details
* Update README_CLANG.md with installation commands
Added compiler installation commands to README_CLANG.md.
* Update README.md
* linux port (#7)
* initial linux port
* pin main thread for windows
* fix atomic bugs
* fix compilation bugs in windows
* update cmake build parameter
* Revise README_CLANG.md for clarity and accuracy
* Enhance README with build instructions and details
* Update README_CLANG.md with installation commands
Added compiler installation commands to README_CLANG.md.
* Update README.md
* Format README.md for improved readability
* Revise compiler installation commands in README
Updated installation commands for clarity and added missing packages.
* performance boost
* improve networking performance
* fix compilation bugs in windows
* fix misalign bug in linux
* fix networking bugs (#9)
* tmp fix
* fixed bug cause new incomming connection get rejected
* upgrade stimulate uefi networking behaviour
* boost main thread performance in msvc
* log tick digest
* fix hangling send()
* improve send() behaviour in linux
* correctly enable non-blocking mode in windows
* remove unused logs
---------
Co-authored-by: Franziska Mueller <11660876+Franziska-Mueller@users.noreply.github.com>
Co-authored-by: TakaYuPP <yutotaka24@gmail.com>
Co-authored-by: cyber-pc <165458555+cyber-pc@users.noreply.github.com>
Co-authored-by: dkat <39078779+krypdkat@users.noreply.github.com>
Co-authored-by: fnordspace <qubic@fnord.space>1 parent 33156d0 commit 437be70
File tree
51 files changed
+1455
-544
lines changed- .github/workflows
- .idea
- doc
- lib
- platform_common
- platform_efi
- src
- K12
- contract_core
- contracts
- extensions
- network_core
- platform
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+1455
-544
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
12 | 24 | | |
13 | 25 | | |
14 | 26 | | |
| |||
56 | 68 | | |
57 | 69 | | |
58 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
59 | 76 | | |
60 | 77 | | |
61 | 78 | | |
62 | | - | |
| 79 | + | |
63 | 80 | | |
64 | 81 | | |
65 | 82 | | |
66 | 83 | | |
67 | | - | |
68 | | - | |
69 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
| |||
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | | - | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
50 | | - | |
| 56 | + | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| |||
79 | 85 | | |
80 | 86 | | |
81 | 87 | | |
| 88 | + | |
82 | 89 | | |
83 | 90 | | |
84 | | - | |
85 | 91 | | |
86 | | - | |
| 92 | + | |
| 93 | + | |
87 | 94 | | |
88 | 95 | | |
89 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
224 | 241 | | |
225 | 242 | | |
226 | 243 | | |
| |||
373 | 390 | | |
374 | 391 | | |
375 | 392 | | |
| 393 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
67 | | - | |
68 | | - | |
69 | 65 | | |
70 | 66 | | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
74 | | - | |
| 70 | + | |
75 | 71 | | |
76 | 72 | | |
77 | 73 | | |
| |||
81 | 77 | | |
82 | 78 | | |
83 | 79 | | |
84 | | - | |
| 80 | + | |
85 | 81 | | |
86 | 82 | | |
87 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
0 commit comments