github celestiaorg/celestia-node v0.22.1

latest releases: v0.23.0-rc0, v0.22.2-mocha, v0.22.2-arabica...
14 days ago

PLEASE NOTE THIS RELEASE ONLY COMPATIBLE WITH CORE ENDPOINTS RUNNING v3.8.1 AND ABOVE!!!

Introducing fee estimation

This release notably introduces fee estimation via #4186. Users will now be able to use the gas price estimation during periods of network congestion which will help blob and other types of transactions get included more reliably in blocks.

To use the gas price estimation feature for blob/general transaction submissions, users can pass the default value (-1) for GasPrice in the TxConfig. Please note that the gas price returned by the estimation endpoint will always be checked against the MaxGasPrice the user has set in the TxConfig. If no MaxGasPrice value was set, the default (0.2utia) will be used.

Note that if the user specifies a GasPrice in the TxConfig that is not the default (-1), that value will be used for the transaction submission.

Misc

Store cache metric naming has been fixed via https://github.com/celestiaorg/celestia-node/pull/4211/files

BREAKING

What's Changed

New Contributors

Full Changelog: v0.21.9...v0.22.1

Don't miss a new celestia-node release

NewReleases is sending notifications on new releases.