github Nethereum/Nethereum 4.0.2

latest releases: 4.8.0, 4.7.0, 4.6.1...
2 years ago

Support of Eth_FeeHistory for Geth v1.10.6.

Geth v1.10.6 does not provide yet a Hex value to input the blockcount, so this provides a small patch / workaround.
This is the default format until v1.10.7 is released.

If you are using other node, with hex input you will need to set the value:

Nethereum.RPC.Eth.Transactions.EthFeeHistory.UseBlockCountAsNumber = false;
https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.RPC/Eth/Transactions/EthFeeHistory.cs#L15

1559 Fee Suggestion strategies:
You can find all the suggestion strategies here:
web3.FeeSuggestion

Added MedianPriorityFeeHistorySuggestionStrategy based on MyCrypto simple median strategy.
Updated TimePreferenceFeeSuggestionStrategy based on Felfodi Zsolt to include the latest figures.

Other Changes
Big Decimal support for casting / conversion to BigInteger, Double conversion using long instead of BigInteger
Force Unsigned bytes when generating private keys
Other minor issues.

Don't miss a new Nethereum release

NewReleases is sending notifications on new releases.