Skip to content

update info response model #9

update info response model

update info response model #9

Triggered via push October 8, 2024 09:01
Status Success
Total duration 2m 32s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, Rebel028/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, Rebel028/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: DotNut/NBitcoin/BIP39/Mnemonic.cs#L17
Cannot convert null literal to non-nullable reference type.
build: DotNut/NBitcoin/BIP39/Mnemonic.cs#L41
Cannot convert null literal to non-nullable reference type.
build: DotNut/NBitcoin/BIP39/Mnemonic.cs#L139
Cannot convert null literal to non-nullable reference type.
build: DotNut/HTLCProofSecret.cs#L10
'HTLCProofSecret.Key' hides inherited member 'P2PKProofSecret.Key'. Use the new keyword if hiding was intended.
build: DotNut/HTLCProofSecret.cs#L79
Obsolete member 'HTLCProofSecret.GenerateWitness(Proof, ECPrivKey[])' overrides non-obsolete member 'P2PKProofSecret.GenerateWitness(Proof, ECPrivKey[])'
build: DotNut/HTLCProofSecret.cs#L85
Obsolete member 'HTLCProofSecret.GenerateWitness(BlindedMessage, ECPrivKey[])' overrides non-obsolete member 'P2PKProofSecret.GenerateWitness(BlindedMessage, ECPrivKey[])'
build: DotNut/HTLCProofSecret.cs#L91
Obsolete member 'HTLCProofSecret.GenerateWitness(byte[], ECPrivKey[])' overrides non-obsolete member 'P2PKProofSecret.GenerateWitness(byte[], ECPrivKey[])'
build: DotNut/ApiModels/StateResponseItem.cs#L8
Non-nullable property 'Y' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DotNut/ApiModels/PostSwapResponse.cs#L7
Non-nullable property 'Signatures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DotNut/ApiModels/PostSwapRequest.cs#L7
Non-nullable property 'Inputs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
😢 NUGET_KEY not given