Dan Gershony
Dan Gershony
ok if I find time soon I will try to do it
Not yet no, perhaps join our discord and maybe others in the community can help?
This most likely means you are using the wrong consensus factory, the code serializer is failing because there fields it's not expecting. Is RVN a POS network? Do you need...
You have to find out what are the different fileds that get serialized. In your indexer settings file what did you set as the consensus factory type?
Ok so on the custom I suppose you left this part as is? https://github.com/block-core/blockcore-indexer/blob/master/src/Blockcore.Indexer/CUSTOM.json#L12 Here you probably need to change the factory type to POW, can you try ` "NetworkConsensusFactoryType":...
@DavidGershony what about this PR?
Assuming this is to sum the outputs that have opreturn this should be possible to just compute such outputs We should perhaps also compute the total supply of a network,...
Two options for nginx monitoring I will look in to https://www.nginx.com/products/nginx-amplify/ https://www.datadoghq.com/pricing/
Some work done here https://github.com/block-core/blockcore-indexer/commit/b22232bb665649f4be0a14d98db05765bd758ab4
@DavidGershony what about this PR? looks like it needs to be pushed?