Skip to content

✨ Add maxSupportedTransactionVersion #178

✨ Add maxSupportedTransactionVersion

✨ Add maxSupportedTransactionVersion #178

Triggered via pull request November 5, 2023 14:36
Status Success
Total duration 1h 47m 14s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2, coverallsapp/github-action@v1.1.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Solana.Unity.Wallet/Bip39/Mnemonic.cs#L200
'PbeParametersGenerator.GenerateDerivedParameters(int)' is obsolete: 'Use version with 'algorithm' parameter'
build: src/Solana.Unity.Wallet/PublicKey.cs#L24
Missing XML comment for publicly visible type or member 'PublicKey.DefaultPublicKey'
build: src/Solana.Unity.KeyStore/Crypto/IRandomBytesGenerator.cs#L3
Missing XML comment for publicly visible type or member 'IRandomBytesGenerator'
build: src/Solana.Unity.KeyStore/Crypto/IRandomBytesGenerator.cs#L5
Missing XML comment for publicly visible type or member 'IRandomBytesGenerator.GenerateRandomInitializationVector()'
build: src/Solana.Unity.KeyStore/Crypto/IRandomBytesGenerator.cs#L6
Missing XML comment for publicly visible type or member 'IRandomBytesGenerator.GenerateRandomSalt()'
build: src/Solana.Unity.KeyStore/Crypto/KeyStoreCrypto.cs#L13
Missing XML comment for publicly visible type or member 'KeyStoreCrypto'
build: src/Solana.Unity.KeyStore/Crypto/KeyStoreCrypto.cs#L15
Missing XML comment for publicly visible type or member 'KeyStoreCrypto.GenerateDerivedScryptKey(byte[], byte[], int, int, int, int, bool)'
build: src/Solana.Unity.KeyStore/Crypto/KeyStoreCrypto.cs#L28
Missing XML comment for publicly visible type or member 'KeyStoreCrypto.GenerateCipherKey(byte[])'
build: src/Solana.Unity.KeyStore/Crypto/KeyStoreCrypto.cs#L35
Missing XML comment for publicly visible type or member 'KeyStoreCrypto.CalculateKeccakHash(byte[])'
build: src/Solana.Unity.KeyStore/Crypto/KeyStoreCrypto.cs#L44
Missing XML comment for publicly visible type or member 'KeyStoreCrypto.GenerateMac(byte[], byte[])'
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/