Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Disable sign-ext WASM feature when building runtimes #13804

Merged

Conversation

koute
Copy link
Contributor

@koute koute commented Apr 3, 2023

Followup of #13758

Looks like just setting target-cpu=mvp is not enough.

Fixes #13636 (this time for real)

@koute koute added A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit labels Apr 3, 2023
@koute koute requested review from athei and a team April 3, 2023 07:40
@bkchr
Copy link
Member

bkchr commented Apr 3, 2023

bot rebase

@paritytech-processbot
Copy link

Rebased

@bkchr
Copy link
Member

bkchr commented Apr 3, 2023

bot merge

@paritytech-processbot
Copy link

Waiting for commit status.

@paritytech-processbot paritytech-processbot bot merged commit dd45632 into paritytech:master Apr 3, 2023
gpestana pushed a commit that referenced this pull request Apr 23, 2023
shakawwq added a commit to CESSProject/substrate that referenced this pull request Jun 1, 2023
shakawwq added a commit to CESSProject/cess that referenced this pull request Jun 1, 2023
ytqaljn pushed a commit to CESSProject/cess that referenced this pull request Jun 5, 2023
* feat: add stake_score in election

* fix: merge conflics

* fix: paritytech/substrate#13804
AstaFrode added a commit to CESSProject/cess that referenced this pull request Jun 7, 2023
* feat: add stake_score in election

* fix: merge conflics

* fix: paritytech/substrate#13804

Co-authored-by: Shaka Lavigne <shakawwq@gmail.com>
AstaFrode pushed a commit to CESSProject/cess that referenced this pull request Jun 9, 2023
* 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>
AstaFrode added a commit to CESSProject/cess that referenced this pull request Jun 13, 2023
* 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

---------

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>
nathanwhit pushed a commit to nathanwhit/substrate that referenced this pull request Jul 19, 2023
sea212 pushed a commit to zeitgeistpm/substrate that referenced this pull request Aug 25, 2023
sea212 pushed a commit to zeitgeistpm/substrate that referenced this pull request Aug 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit
Projects
Status: done
Development

Successfully merging this pull request may close these issues.

Unsupported Wasm Opcode after updating nightly toolchain
3 participants