Add HelloWorld and ZkpBalanceVerifier contracts; implement basic ZKP … #6
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
ZkpSharp/Integration/Stellar/StellarBlockchain.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
ZkpSharp.Tests/Integration/Stellar/StellarTests.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
ZkpSharp.Tests/Integration/Stellar/StellarTests.cs#L34
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
ZkpSharp.Tests/Integration/Stellar/StellarTests.cs#L50
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
ZkpSharp.Tests/Integration/Stellar/StellarTests.cs#L9
The field 'StellarTests._hmacKey' is assigned but its value is never used
|
build:
ZkpSharp/Integration/Stellar/StellarBlockchain.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
ZkpSharp.Tests/Integration/Stellar/StellarTests.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
ZkpSharp.Tests/Integration/Stellar/StellarTests.cs#L34
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
ZkpSharp.Tests/Integration/Stellar/StellarTests.cs#L50
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
ZkpSharp.Tests/Integration/Stellar/StellarTests.cs#L9
The field 'StellarTests._hmacKey' is assigned but its value is never used
|