Nethereum.BlockchainStorage
Nethereum.BlockchainStorage copied to clipboard
Library for processing the storage of the Ethereum blockchain in Azure Table Storage
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.10.1 to 2.19.0. Release notes Sourced from MongoDB.Driver's releases. NET Driver Version 2.19.0 Release Notes .NET Driver Version 2.19.0 Release Notes This is the general availability release...
The following method does a `MaxAsync` on the `BlockProgress` table but the `LastBlockProcessed` column is set to `NVARCHAR` in the SQL scripts supplied, as a result, the query will return...
As an example this will need to be included in Transaction in EF builder https://github.com/Nethereum/Nethereum.BlockchainStorage/blob/master/src/Nethereum.BlockchainStore.EF/EntityBuilders/TransactionEntityBuilder.cs Azure table storage https://github.com/Nethereum/Nethereum.BlockchainStorage/blob/master/src/Nethereum.BlockchainStore.AzureTables/Entities/TransactionBase.cs ...
not sure if this is on purpose, but would seem unlikely.
Azure table has blocks DATA not transactions and other records. Issue with the code? do I need to do anything get transactions DATA populated?