v0.12.0
版本发布时间: 2023-10-31 22:05:39
celestiaorg/celestia-node最新发布版本:v0.12.0(2023-10-31 22:05:39)
Mainnet Release
After 2.5 years of work, the celestia-node mainnet release is here.
To run a node against Celestia mainnet:
celestia [bridge || full || light] init
celestia [bridge || full || light] start
This is a major milestone for the node team (@Wondertan @renaynay @vgonkivs @walldiss @distractedm1nd and @ramin). We are very proud to share our work with you.
Notes
This release only contains minimal bug fixes, small dependency bumps and other chores.
What's Changed
- fix(blob): properly wrap error in GetAll method by @tzdybal in https://github.com/celestiaorg/celestia-node/pull/2853
- chore(deps): Bump celestiaorg/.github from 0.2.3 to 0.2.8 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/2851
- fix(p2p): Start listening to QUIC when CELESTIA_ENABLE_QUIC is set by @oblique in https://github.com/celestiaorg/celestia-node/pull/2857
- fix(core): Increase listener timeout to 3x block time by @renaynay in https://github.com/celestiaorg/celestia-node/pull/2852
- chore: fix docker builds for arm64 by @Bidon15 in https://github.com/celestiaorg/celestia-node/pull/2862
- override organization pull_request_template.md by @ramin in https://github.com/celestiaorg/celestia-node/pull/2805
- (ci) matrix tests for different OS by @ramin in https://github.com/celestiaorg/celestia-node/pull/2855
- update golangci-lint by @ramin in https://github.com/celestiaorg/celestia-node/pull/2868
- fix(docgen): fix das naming for the openrpc spec by @vgonkivs in https://github.com/celestiaorg/celestia-node/pull/2870
- chore(nodebuilder/das): change daser module name to das by @vgonkivs in https://github.com/celestiaorg/celestia-node/pull/2871
- tests(share/byzantine): extend befp tests by @vgonkivs in https://github.com/celestiaorg/celestia-node/pull/2864
- signed binaries for goreleaser by @ramin in https://github.com/celestiaorg/celestia-node/pull/2869
- chore: bump go-header by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/2877
- fix(core/listener): make listener to retry subscribing on errors by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2876
- chore(deps): Bumps app to v1.3.0 by @renaynay in https://github.com/celestiaorg/celestia-node/pull/2881
- (ci) update github actions ci to use a single GO_VERSION variable by @ramin in https://github.com/celestiaorg/celestia-node/pull/2806
- chore(nodebuilder): bind OTLP error logging by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/2861
- (ci) mark flakey test suites as "continue-on-error: true" by @ramin in https://github.com/celestiaorg/celestia-node/pull/2874
- refactor(nodebuilder/share/cmd)!: Take block height instead of
ExtendedHeader
as argument for share cmds by @bao1029p in https://github.com/celestiaorg/celestia-node/pull/2872 - feat: celestia mainnet bootstrappers by @smuu in https://github.com/celestiaorg/celestia-node/pull/2888
- feat(nodebuilder/p2p): Add mainnet genesis hash by @renaynay in https://github.com/celestiaorg/celestia-node/pull/2889
New Contributors
- @oblique made their first contribution in https://github.com/celestiaorg/celestia-node/pull/2857
- @bao1029p made their first contribution in https://github.com/celestiaorg/celestia-node/pull/2872
Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.11.0...v0.12.0