Implement native Notary contract #8562
Annotations
10 warnings
Test:
src/Neo/SmartContract/Native/CryptoLib.cs#L110
'NamedCurve' is obsolete: 'NamedCurve enum is obsolete and will be removed in future versions. Please, use an extended NamedCurveHash instead.'
|
Test:
src/Neo/SmartContract/Native/CryptoLib.cs#L24
'NamedCurve' is obsolete: 'NamedCurve enum is obsolete and will be removed in future versions. Please, use an extended NamedCurveHash instead.'
|
Test:
src/Neo/SmartContract/Native/CryptoLib.cs#L26
'NamedCurve' is obsolete: 'NamedCurve enum is obsolete and will be removed in future versions. Please, use an extended NamedCurveHash instead.'
|
Test:
src/Neo/SmartContract/Native/CryptoLib.cs#L26
'NamedCurve.secp256k1' is obsolete: 'secp256k1 value is obsolete and will be removed in future versions. Please, use NamedCurveHash.secp256k1SHA256 for compatible behaviour.'
|
Test:
src/Neo/SmartContract/Native/CryptoLib.cs#L27
'NamedCurve' is obsolete: 'NamedCurve enum is obsolete and will be removed in future versions. Please, use an extended NamedCurveHash instead.'
|
Test:
src/Neo/SmartContract/Native/CryptoLib.cs#L27
'NamedCurve.secp256r1' is obsolete: 'secp256r1 value is obsolete and will be removed in future versions. Please, use NamedCurveHash.secp256r1SHA256 for compatible behaviour.'
|
Test:
src/Plugins/StatesDumper/Settings.cs#L43
XML comment is not placed on a valid language element
|
Test:
src/Plugins/StorageDumper/StorageDumper.cs#L35
Non-nullable field '_writer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Test:
src/Plugins/StorageDumper/StorageDumper.cs#L35
Non-nullable field '_currentBlock' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Test:
src/Plugins/StorageDumper/StorageDumper.cs#L35
Non-nullable field '_lastCreateDirectory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading