Changed Angor to keep nostr id not npub #220
Merged
Annotations
10 warnings
Build:
src/Blockcore.Indexer.Core/Sync/SyncOperations.cs#L175
The type name 'tcalc' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
src/Blockcore.Indexer.Angor/Sync/SyncTasks/ProjectTransactionsSyncRunner.cs#L64
Argument of type 'List<Investment?>' cannot be used for parameter 'documents' of type 'IEnumerable<Investment>' in 'Task IMongoCollection<Investment>.InsertManyAsync(IEnumerable<Investment> documents, InsertManyOptions options = null, CancellationToken cancellationToken = default(CancellationToken))' due to differences in the nullability of reference types.
|
Build:
src/Blockcore.Indexer.Angor/Networks/BitcoinStandardScriptsRegistry.cs#L47
Possible null reference return.
|
Build:
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Project.cs#L5
Non-nullable property 'AngorKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Project.cs#L6
Non-nullable property 'FounderKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Project.cs#L8
Non-nullable property 'NosrtEventId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Project.cs#L9
Non-nullable property 'AngorKeyScriptHex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Project.cs#L11
Non-nullable property 'TransactionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Project.cs#L13
Non-nullable property 'AddressOnFeeOutput' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Investment.cs#L9
Non-nullable property 'AngorKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading