Skip to content

make an interface for the api so that clients/servers can implement it #7

make an interface for the api so that clients/servers can implement it

make an interface for the api so that clients/servers can implement it #7

Triggered via push June 6, 2024 08:31
Status Success
Total duration 43s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, Rebel028/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: 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 declaring the property as nullable.
build: DotNut/ApiModels/GetKeysetsResponse.cs#L7
Non-nullable property 'Keysets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/BlindedMessage.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/BlindedMessage.cs#L9
Non-nullable property 'B_' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/BlindSignature.cs#L12
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/BlindSignature.cs#L14
Non-nullable property 'C_' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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 declaring the property as nullable.
build: DotNut/ApiModels/GetInfoResponse.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/ApiModels/GetInfoResponse.cs#L9
Non-nullable property 'Pubkey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/ApiModels/GetInfoResponse.cs#L10
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/ApiModels/GetInfoResponse.cs#L11
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DotNut/ApiModels/GetInfoResponse.cs#L12
Non-nullable property 'DescriptionLong' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
😢 NUGET_KEY not given