Skip to content

Releases: celestiaorg/celestia-node

v0.23.1-mocha

04 Jun 16:19
500bf45

Choose a tag to compare

v0.23.1-mocha Pre-release
Pre-release

This release is config-breaking and requires go v1.24.1

What's Changed

New Contributors

Full Changelog: v0.23.0-mocha...v0.23.1-mocha

v0.23.1-arabica

04 Jun 13:04
74832ae

Choose a tag to compare

v0.23.1-arabica Pre-release
Pre-release

This release is config-breaking and requires go v1.24.1

What's Changed

New Contributors

Full Changelog: v0.23.0-arabica...v0.23.1-arabica

v0.23.0-mocha

20 May 07:39
a0c0547

Choose a tag to compare

v0.23.0-mocha Pre-release
Pre-release

This release corresponds with celestia-app's V4 upgrade.

What's Changed

  • fix(makefile): ensure correct semantic version is shown for branches by @Himess in #4230
  • docs(README): add supported archs by @cristaloleg in #4253
  • deps: Bump SDK to version 0.50 and Celestia App to V4 by @chatton in #4219
  • chore(deps): upgrade to v4.0.0-arabica by @rootulp in #4268

New Contributors

Full Changelog: v0.22.2-mocha...v0.23.0-mocha

v0.23.0-arabica

14 May 18:28
b814f44

Choose a tag to compare

v0.23.0-arabica Pre-release
Pre-release

This release corresponds with celestia-app's V4 upgrade.

What's Changed

  • fix(makefile): ensure correct semantic version is shown for branches by @Himess in #4230
  • docs(README): add supported archs by @cristaloleg in #4253
  • deps: Bump SDK to version 0.50 and Celestia App to V4 by @chatton in #4219
  • chore(deps): upgrade to v4.0.0-arabica by @rootulp in #4268

New Contributors

Full Changelog: v0.22.2-arabica...v0.23.0-arabica

v0.23.0-rc0

30 Apr 13:27
38453ae

Choose a tag to compare

v0.23.0-rc0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.22.1...v0.23.0-rc0

v0.22.2

05 May 10:48
5dc98d8

Choose a tag to compare

Fixes a non-critical bug with pruning where a syncing BN would store historic blocks it does not need to store (which would be later cleaned up by pruner). Now unnecessary writes are avoided.

Also fixes bug with discovery timer deadlock, hopefully improving stability of node discovery.

What's Changed

Full Changelog: v0.22.1...v0.22.2

v0.22.2-mocha

30 Apr 12:08
5dc98d8

Choose a tag to compare

v0.22.2-mocha Pre-release
Pre-release

Fixes a non-critical bug with pruning where a syncing BN would store historic blocks it does not need to store (which would be later cleaned up by pruner). Now unnecessary writes are avoided.

Also fixes bug with discovery timer deadlock, hopefully improving stability of node discovery.

What's Changed

Full Changelog: v0.22.1-mocha...v0.22.2-mocha

v0.22.2-arabica

30 Apr 12:08
5dc98d8

Choose a tag to compare

v0.22.2-arabica Pre-release
Pre-release

Fixes a non-critical bug with pruning where a syncing BN would store historic blocks it does not need to store (which would be later cleaned up by pruner). Now unnecessary writes are avoided.

Also fixes bug with discovery timer deadlock, hopefully improving stability of node discovery.

What's Changed

Full Changelog: v0.22.1-arabica...v0.22.2-arabica

v0.22.1

17 Apr 13:50
b770202

Choose a tag to compare

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

v0.22.1-mocha

16 Apr 18:10
fa89371

Choose a tag to compare

v0.22.1-mocha Pre-release
Pre-release

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

BREAKING

What's Changed

  • refactor(all): modernized code with built-in func by @quantix9 in #4183
  • refactor: use time.DateTime constant from standard library by @threehonor in #4184
  • chore(deps): upgrade to go-square v2.2.0 by @rootulp in #4187
  • chore(nodebuilder): add 01node bootstrap testnet node by @daemon2k3 in #4179
  • chore: fix formatting by @cristaloleg in #4192
  • fix(rpc/client): handle empty auth token by @eshaan7 in #4197
  • chore(nodebuilder): add ZKV mocha bootstrap node by @koenmtb1 in #4200
  • feat(shwap/bitswap): disable session pruning with env var by @Wondertan in #4201
  • fix(state)!: Fix gas price and gas usage estimation in CoreAccessor by @renaynay in #4186
  • feat!(eds): make Size method return error by @VolodymyrBg in #4091
  • feat: Add Binary Builders mainnet bootstrapper by @auricom in #4205
  • chore(bootstrappers): rename bootstrappers by @smuu in #4204
  • feat(nodebuilder/p2p): If node is a bootstrapper, automatically initiate connection to other hardcoded bootstrappers for the given network by @renaynay in #4182
  • fix: comment string for --core.xtoken.path by @adlerjohn in #4209
  • chore(nodebuilder): Remove core.grpc.port flag by @adlerjohn in #4210
  • fix!(store/metrics): fix metrics prefix by @vgonkivs in #4211
  • deps(go.mod): bump app by @renaynay in #4220

New Contributors

Full Changelog: v0.22.0-mocha...v0.22.1-mocha