Commit 982fc78
readme update (#139)
* fix: renewal space unfreeze
* feat: add some root extrisic
* feat: add some root function for test
* style: 0.5.4 add new field
* style: for distinguish chain
* feat: some root function for test
* feat: for test
* test: migration test
* fix: fix random bug
* fix: index from 1 start
* fix: random seed
* fix: random seed
* config: string limit 50000 -> 60000
* feat: batch delete files
* style: clear warning
* merge: frame-upgrade
* fix: fix merge bug
* refactor: add storage-handler pallet
* fix: fix recursing
* refactor: file-bank pallet adapt
* refactor: adapt storage handle
* refactor: rename file-map -> tee-worker
* refactor: rename file-map -> tee-worker
* fix: bug
* refactor: segment-book -> audit
* feat: upload_deal
* feat: upload_deal
* feat: upload_deal
* feat: upload_deal
* feat: upload deal
* feat: tranfser_report
* feat: time task deal_reassign_miner
* feat: unlock space for miner
* feat: calculate time task
* feat: delete file
* style: add Event
* style: fix warning
* refactor: idle space and service space change when segment add or delete
* feat: some func for test
* style: framework optimization
* fix: update FragmentCount const
* fix: fragment repeat causing BoundedVecError
* refactor: tuple to struct for go-substrate-sdk
* fix: update lock space, miner and user
* feat: add two new package
* feat: tee register
* feat: add report verify
* feat: generate challeng(40%)
* tests: ed25519 verify sig
* feat: generate challenge
* feat: submit prove
* feat: challenge clear
* feat: miner reward
* feat: clear and prove punish
* feat: three punish
* feat: lock miner
* feat: miner exit
* feat: filter for lock miner
* feat: update increase_collateral for debt
* feat: force miner exit
* feat: use force exit miner
* feat: clear expire file
* feat: delete file
* fix: transfer file delete file
* feat: test rsa verify
* style: fix warning
* style: peer id types update
* feat: unlock offchain
* feat: add punish tee worker
* fix: challenge select miner when miner number < 10
* fix: fix challengesnapshot bug
* fix: miner exit bug
* style: add withdraw event
* style: update type
* test: add some test function
* test: add update_peer_id and exit
* test: purchase in mib units
* feat: random 0.046 chunks and random random number
* feat: add new filed
* fix: fix bug in reassigning validation tasks
* style: delete methods that are no longer in use
* feat: add methods for deleting fillers
* style: some related modifications made for testing purposes
* fix: miner exit prep error
* feat: restoral file
* fix: fix compile error
* fix: fix random select miner
* style: add restoral event
* refactor: optimize space expiration functionality
* test: some for test function
* feat: add stake_score in validator election (#125)
* feat: add stake_score in election
* fix: merge conflics
* fix: paritytech/substrate#13804
* test: test for bls
* style: merge
* test: test bls
* feat: restoral order storage
* feat: restoral order storage key
* test: update data for test
* fix: fix space expire bug
* fix: fix upload file user hold slice list
* fix: fix random select miner
* test: for test add some function
* Make verify-bls-signatures no_std compatible (#137)
* - Fixed a warning and compile
- Adding verify-bls-signatures in utils
- Replace Rand lib with getrandom to make it no_std compatible
* uncomment BLS and using dummy rand
* Using getrandom custom
* fix: cancel schedule mission
* fix: file upload update UserBucketList
* style: streamline code
* fix: space expired user bucket list kill
* Update README.md
---------
Co-authored-by: ytqaljn <2716693942@qq.com>
Co-authored-by: Shaka Lavigne <shakawwq@gmail.com>
Co-authored-by: Jimmy Chu <jimmychu0807@gmail.com>
Co-authored-by: Dean Clark <32699199+thirteenggh@users.noreply.github.com>1 parent 9daabf0 commit 982fc78
File tree
22 files changed
+1328
-358
lines changed- c-pallets
- audit/src
- cacher/src
- file-bank/src
- sminer/src
- storage-handler/src
- tee-worker
- src
- primitives/enclave-verify
- src
- runtime/src
- utils
- ring
- verify-bls-signatures
- src
- tests
22 files changed
+1328
-358
lines changedSome 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 | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
909 | | - | |
910 | | - | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
911 | 912 | | |
912 | 913 | | |
913 | 914 | | |
| |||
916 | 917 | | |
917 | 918 | | |
918 | 919 | | |
919 | | - | |
920 | | - | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
921 | 924 | | |
922 | 925 | | |
923 | 926 | | |
| |||
944 | 947 | | |
945 | 948 | | |
946 | 949 | | |
947 | | - | |
| 950 | + | |
948 | 951 | | |
949 | 952 | | |
950 | 953 | | |
| |||
985 | 988 | | |
986 | 989 | | |
987 | 990 | | |
988 | | - | |
| 991 | + | |
989 | 992 | | |
990 | | - | |
991 | | - | |
| 993 | + | |
| 994 | + | |
992 | 995 | | |
993 | 996 | | |
994 | 997 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
| |||
61 | 69 | | |
62 | 70 | | |
63 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
64 | 79 | | |
| 80 | + | |
65 | 81 | | |
66 | 82 | | |
67 | 83 | | |
| |||
89 | 105 | | |
90 | 106 | | |
91 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
92 | 115 | | |
| 116 | + | |
93 | 117 | | |
94 | 118 | | |
95 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
105 | 110 | | |
106 | 111 | | |
107 | 112 | | |
| |||
182 | 187 | | |
183 | 188 | | |
184 | 189 | | |
185 | | - | |
186 | 190 | | |
187 | 191 | | |
188 | 192 | | |
189 | 193 | | |
190 | 194 | | |
191 | 195 | | |
192 | 196 | | |
193 | | - | |
194 | | - | |
| 197 | + | |
| 198 | + | |
195 | 199 | | |
196 | 200 | | |
197 | 201 | | |
198 | 202 | | |
199 | 203 | | |
| 204 | + | |
200 | 205 | | |
201 | 206 | | |
202 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
203 | 212 | | |
204 | 213 | | |
205 | 214 | | |
206 | | - | |
207 | | - | |
| 215 | + | |
208 | 216 | | |
209 | 217 | | |
210 | 218 | | |
211 | 219 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
221 | 224 | | |
222 | 225 | | |
| 226 | + | |
| 227 | + | |
223 | 228 | | |
224 | 229 | | |
225 | 230 | | |
226 | 231 | | |
227 | | - | |
228 | | - | |
| 232 | + | |
229 | 233 | | |
230 | 234 | | |
231 | 235 | | |
| |||
393 | 397 | | |
394 | 398 | | |
395 | 399 | | |
396 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
397 | 405 | | |
398 | 406 | | |
399 | 407 | | |
| |||
541 | 549 | | |
542 | 550 | | |
543 | 551 | | |
544 | | - | |
| 552 | + | |
| 553 | + | |
545 | 554 | | |
546 | 555 | | |
547 | 556 | | |
| |||
551 | 560 | | |
552 | 561 | | |
553 | 562 | | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
554 | 574 | | |
0 commit comments