Aram Kocharyan
Aram Kocharyan
When using `TimePreferenceSuggestionStrategy` like this (without constructor argument), NullReferenceException is thrown. `web3.TransactionManager.Fee1559SuggestionStrategy = new TimePreferenceFeeSuggestionStrategy();` `IClient client` is a vital dependency, so `TimePreferenceSuggestionStrategy ` shouldn't have a constructor without it.
http://odata.github.io/RESTier/#02-04-ETAG In Documentation about ETag support missing reference to `[Timestamp]` attribute. Concurrency checks in EF [work ](https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/handling-concurrency-with-the-entity-framework-in-an-asp-net-mvc-application) not only for entities with `[ConcurrencyCheck]` attribute but also with `[Timestamp]`. All versions...