File tree Expand file tree Collapse file tree 3 files changed +18
-16
lines changed
src/AElf.CSharp.CodeOps/Validators/Whitelist Expand file tree Collapse file tree 3 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 11# Azure Pipelines configuration file
22jobs :
3- - template : templates/build-template-window.yml
4- parameters :
5- parts : 3
6- n : 1
7- codecoverage : true
8- - template : templates/build-template-window.yml
9- parameters :
10- parts : 3
11- n : 2
12- codecoverage : false
13- - template : templates/build-template-window.yml
14- parameters :
15- parts : 3
16- n : 3
17- codecoverage : false
3+ # - template: templates/build-template-window.yml
4+ # parameters:
5+ # parts: 3
6+ # n: 1
7+ # codecoverage: true
8+ # - template: templates/build-template-window.yml
9+ # parameters:
10+ # parts: 3
11+ # n: 2
12+ # codecoverage: false
13+ # - template: templates/build-template-window.yml
14+ # parameters:
15+ # parts: 3
16+ # n: 3
17+ # codecoverage: false
1818 - template : templates/build-template-linux.yml
1919 parameters :
2020 parts : 3
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8.0.303 "
3+ "version" : " 8.0.x "
44 }
55}
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ private void WhitelistAssemblies(Whitelist whitelist)
4949 . Assembly ( typeof ( IMethod ) . Assembly , Trust . Full ) // AElf.CSharp.Core
5050 . Assembly ( typeof ( SecretSharingHelper ) . Assembly , Trust . Partial ) // AElf.Cryptography
5151 . Assembly ( typeof ( ISmartContractBridgeContext ) . Assembly , Trust . Full ) // AElf.Kernel.SmartContract.Shared
52+ . Assembly ( typeof ( Groth16 . Net . Verifier ) . Assembly , Trust . Full ) // AElf.Cryptography.ECDSA
53+ . Assembly ( typeof ( Poseidon . Net . Poseidon ) . Assembly , Trust . Full )
5254 ;
5355 }
5456
You can’t perform that action at this time.
0 commit comments