Skip to content

Releases: celestiaorg/celestia-node

v0.6.1

15 Dec 15:57
3a58679
Compare
Choose a tag to compare

This release contains a configuration change for a bootstrapper's p2p resource manager. See here for more details.

What's Changed

Improvement

  • feat(nodebuilder/p2p): Enable InfiniteLimits for resource manager if bootstrapper by @renaynay in #1496

MISCELLANEOUS

  • chore(markdownlint): disable 'Multiple headings with the same content' rule by @Wondertan in #1480

Full Changelog: v0.6.0...v0.6.1

v0.6.0 - Mocha

14 Dec 16:23
4c5d247
Compare
Choose a tag to compare

This release upgrades celestia-node's dependency on celestia-app to incorporate a fix to a share splitting bug.

The binary will also now point to mocha as the default network.

Also, transaction methods have been extended to include a fee argument which breaks the public API (and REST endpoints). Please see #1484 for further details.

What's Changed

BREAKING

  • chore!(nodebuilder/p2p): Upgrade mamaki to mocha by @renaynay in #1434
  • refactor(nodebuilder/p2p): Switch default network from arabica to mocha by @renaynay in #1462
  • feat(state)!: Adding fee parameter to CoreAccessor operations by @distractedm1nd in #1484

BUG FIXES

  • fix(state): Verify the state inclusion proof without splitting keys by @evan-forbes in #1483

MISCELLANEOUS

Full Changelog: v0.5.0...v0.6.0

v0.5.0

13 Dec 14:51
cf7ad84
Compare
Choose a tag to compare

This release contains several weeks-worth of progress in the direction of our three primary work streams: building out celestia-node's public API, hardening our header-ex, and refactoring blocksync storage (all of these epics can be viewed in more depth as they are pinned in our issues).

This release contains two breaking changes to the public API, including:

  • port 26658 is default for RPC communication with the node
  • port 26659 exposes a RESTful gateway to access node endpoints that were previously available on 26658

as well as a breaking change to the CLI for both the celestia and cel-key binaries:

  • --node.network is now --p2p.network

and a breaking upgrade of our celestia-app dependency which changes the rsmt2d codec used and fixes an issue with share splitting.

What's Changed

BREAKING

  • refactor!(params): Moving params to nodebuilder and adding config by @distractedm1nd in #1168
  • feat!(api/rpc): OpenRPC scaffolding, migrating OpenAPI gateway to api/gateway by @distractedm1nd in #1175
  • feat!(gateway): reenabling gateway, adding flag to enable by @distractedm1nd in #1199
  • chore!: bump celestia-app to v0.10.0-rc1 by @evan-forbes in #1338
  • chore!(nodebuilder/p2p): increment the chain-id for arabica by @evan-forbes in #1370
  • chore!(nodebuilder/p2p): change genesis hash for upgraded arabica-2 by @Bidon15 in #1371
  • refactor!(cmd/cel-key): Unify flag names --node.network -> --p2p.network by @renaynay in #1443

FEATURE

IMPROVEMENT

  • fix: removing protocolIDs from global namespace in p2p and fraud by @distractedm1nd in #1268
  • refactor(nodebuilder): Allow custom networks to work over already-initialised store by @renaynay in #1270
  • feat(blocksync): Benchmarks for ReadEDS and WriteEDS by @distractedm1nd in #1197
  • feat(ipld): integration test for namespace hasher by @distractedm1nd in #1256
  • refactor(share): move bad encoding fraud proof to share pkg by @walldiss in #1241
  • refactor(daser): use functional options pattern to configure daser by @derrandz in #1225
  • fix(rpc): custom JSON ExtendedHeader marshal/unmarshaling using amino wrapper by @distractedm1nd in #1292
  • feat(rpc): adding daser stub for friendly API error by @distractedm1nd in #1308
  • feat(api/gateway): Implement context cancellation middleware by @renaynay in #1321
  • improvement(header/server): implement timeout for GetRangeByHeight request by @vgonkivs in #1318
  • fix(rpc): fraud.Proof (un)marshalling and subscription as chan by @distractedm1nd in #1307
  • improvement(header/p2p): get bestHead if timeout is reached by @vgonkivs in #1319
  • refactor(ipld): use Set/GetCell API from rstm2d by @Wondertan in #1173
  • refactor(nodebuilder/p2p): Allow specifying network alias with --p2p.network flag by @renaynay in #1357
  • tests(nodebuilder): sync and das over non-empty blocks by @Wondertan in #1341
  • refactor: changing nodebuilder/<pkg>/service.go to <pkg>.go by @distractedm1nd in #1301
  • improvement(header/store): make all global variables configurable by @vgonkivs in #1388
  • improvement(header/p2p): parallelize GetRangeByHeight request by @vgonkivs in #1206
  • improvement(header/p2p): unify sendMessage method to request headers by @vgonkivs in #1405
  • feat(header/p2p): add functional params for header/p2p package by @vgonkivs in #1398
  • feat(share): Periodic GC over EDSStore by @distractedm1nd in #1359
  • refactor(share/eds): Store methods take DataHash instead of share.Root by @renaynay in #1439
  • Extract common parsing logic into single function. by @HoytRen in #1394
  • feat(header/p2p): implement gcing for peerTracker by @vgonkivs in #1298
  • improvement(share/discovery): send peer to multiple readers by @vgonkivs in #1460

BUG FIX

  • fix: restricting PFD metrics to successful PFDs by @distractedm1nd in #1255
  • fix(das): Only debug log sampled header if it was actually successful by @renaynay in #1295
  • fix(header): Extend ValidateBasic on ExtendedHeader to include data root check by @renaynay in #1364
  • fix(coreaccessor): pfd submission nil check by @distractedm1nd in #1368
  • fix(eds/byzantine): trim NMTWrapper's namespace during BEFP validation by @evan-forbes in #1354
  • fix: allowing hostnames in gateway/rpc addr field by @distractedm1nd in #1378
  • fix: pointing make openrpc-gen to the correct cmd by @distractedm1nd in #1390
  • fix(header): add extra arg to fix build by @evan-forbes in #1410
  • refactor(nodebuilder/p2p): Extend p2p.Module method signatures to contain context.Context as first param by @renaynay in #1415

MISCELLANEOUS

  • chore: gen less acounts to reduce test execution times by @Wondertan in #1253
  • chore(share/ipld): remove dead code by @Wondertan in #1257
  • refactor(core/fetcher): Improve error messages for fetcher methods by @renaynay in #1263
  • refactor(nodebuilder/header): Clarify error for init store failure by @renaynay in #1272
  • add semver tags to docker image builds by @jbowen93 in #1277
  • Makefile: update go-acc version due to errors and new release by @MSevey in #1281
  • chore(nodebuilder/p2p): Update to new arabica chain-id by @evan-forbes in #1284
  • refactor(share/ipld): Use NamespaceSize var for consistency by @renaynay in #1297
  • chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in #1264
  • chore...
Read more

v0.5.0-rc5

15 Nov 18:07
039facd
Compare
Choose a tag to compare
v0.5.0-rc5 Pre-release
Pre-release

What's Changed

  • chore!(nodebuilder/p2p): change genesis hash for upgraded arabica-2 by @Bidon15 in #1371

Full Changelog: v0.5.0-rc4...v0.5.0-rc5

v0.5.0-rc4

15 Nov 16:50
7787c6b
Compare
Choose a tag to compare
v0.5.0-rc4 Pre-release
Pre-release

What's Changed

  • chore(deps): bump go.opentelemetry.io/otel/metric from 0.32.1 to 0.33.0 by @dependabot in #1267
  • Update Docker image build pipelines by @jbowen93 in #1337
  • chore!(nodebuilder/p2p): increment the chain-id for arabica by @evan-forbes in #1370

Full Changelog: v0.5.0-rc3...v0.5.0-rc4

v0.5.0-rc3

15 Nov 15:23
566daa0
Compare
Choose a tag to compare
v0.5.0-rc3 Pre-release
Pre-release

What's Changed

  • docs(adr): Public API by @Wondertan in #506
  • fix(header): Extend ValidateBasic on ExtendedHeader to include data root check by @renaynay in #1364
  • fix(das): Correct WithMetrics fx Invocation by @derrandz in #1366
  • refactor(nodebuilder/p2p): Allow specifying network alias with --p2p.network flag by @renaynay in #1357
  • fix(coreaccessor): pfd submission nil check by @distractedm1nd in #1368
  • chore(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in #1360
  • fix(eds/byzantine): trim NMTWrapper's namespace during BEFP validation by @evan-forbes in #1354
  • chore!: bump celestia-app to v0.10.0-rc1 by @evan-forbes in #1338

Full Changelog: v0.5.0-rc2...v0.5.0-rc3

v0.5.0-rc2

11 Nov 15:17
19dd38f
Compare
Choose a tag to compare
v0.5.0-rc2 Pre-release
Pre-release

What's Changed

  • feat(share/availability/light): Add some debug logs for sampling by @renaynay in #1294
  • fix(gateway): switch to separate Listen/Serve by @distractedm1nd in #1314
  • feat(api/gateway): Implement context cancellation middleware by @renaynay in #1321
  • feat(.github): add labels on issues workflow by @renaynay in #1315
  • refactor(nodebuilder): Logger names in subpackages to constructor/<subpkg> by @renaynay in #1324
  • refactor: linewrapping comments to 100 width by @distractedm1nd in #1274
  • fix(.github): Point at correct action by @renaynay in #1335
  • fix(.github/workflows): Implement working label automation by @renaynay in #1346
  • improvement(header/server): implement timeout for GetRangeByHeight request by @vgonkivs in #1318
  • fix(rpc): fraud.Proof (un)marshalling and subscription as chan by @distractedm1nd in #1307
  • fix(share): incorrect TestGetSharesByNamespace test by @walldiss in #1342
  • fix(nodebuilder): Use test node for tests instead of New by @renaynay in #1350
  • improvement(header/p2p): get bestHead if timeout is reached by @vgonkivs in #1319
  • refactor(ipld): use Set/GetCell API from rstm2d by @Wondertan in #1173

Full Changelog: v0.5.0-rc1...v0.5.0-rc2

v0.5.0-rc1

09 Nov 16:42
72d8bc4
Compare
Choose a tag to compare
v0.5.0-rc1 Pre-release
Pre-release

Release candidate for v0.5.0

What's Changed

BREAKING

FEATURE

IMPROVEMENT

  • fix: removing protocolIDs from global namespace in p2p and fraud by @distractedm1nd in #1268
  • refactor(nodebuilder): Allow custom networks to work over already-initialised store by @renaynay in #1270
  • refactor(share): move bad encoding fraud proof to share pkg by @walldiss in #1241
  • refactor(daser): use functional options pattern to configure daser by @derrandz in #1225
  • feat(rpc): adding daser stub for friendly API error by @distractedm1nd in #1308
  • chore(share/eds): adding test utility for generating embedded test data by @distractedm1nd in #1320

BUG FIX

  • fix: restricting PFD metrics to successful PFDs by @distractedm1nd in #1255
  • fix(das): Only debug log sampled header if it was actually successful by @renaynay in #1295
  • fix(rpc): custom JSON ExtendedHeader marshal/unmarshaling using amino wrapper by @distractedm1nd in #1292

MISCELLANEOUS

  • chore: gen less acounts to reduce test execution times by @Wondertan in #1253
  • chore(share/ipld): remove dead code by @Wondertan in #1257
  • refactor(core/fetcher): Improve error messages for fetcher methods by @renaynay in #1263
  • refactor(nodebuilder/header): Clarify error for init store failure by @renaynay in #1272
  • add semver tags to docker image builds by @jbowen93 in #1277
  • Makefile: update go-acc version due to errors and new release by @MSevey in #1281
  • chore(nodebuilder/p2p): Update to new arabica chain-id by @evan-forbes in #1284
  • refactor(share/ipld): Use NamespaceSize var for consistency by @renaynay in #1297
  • chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in #1264
  • chore: bump celestia app v0.9.0 by @evan-forbes in #1300

New Contributors

Full Changelog: v0.4.1...v0.5.0-rc1

v0.4.2 - Upgrade network ID to `arabica-1`

31 Oct 17:15
75b122f
Compare
Choose a tag to compare

This patch release upgrades the network ID to arabica-1.

Full Changelog: v0.4.1...v0.4.2

v0.4.1 - Bug fixes for `namespaceHasher` and `CoreAccessor`

19 Oct 16:30
dbaf227
Compare
Choose a tag to compare

This patch release contains a two bug fixes for issues found during testing on v0.4.0.

  1. namespaceHasher.Write's error is not properly handled for, so in the case that data comes in that is of an unexpected length, the error is not caught and causes a panic. To remedy that, namespaceHasher.Sum now returns nil in the case that the data is empty such that multihash.encodeHash will catch it and an error will be returned.

  2. CoreAccessor used the context passed into it from construction to manage its lifecycle which was incorrect as that context should only be used for the start operation rather than the management of its lifecycle. CoreAccessor now manages its own context internally to the component.

What's Changed

IMPROVEMENTS

  • refactor(rpc): move sanity check logic from rpc handlers to implementations. by @HoytRen in #1213

BUG FIXES

  • fix: returning nil sum when hasher receives data with incorrect length by @distractedm1nd in #1245
  • fix(state): CoreAccessor manages its own context by @renaynay in #1247

MISC

  • .github: add triggering on versioned tags by @MSevey in #1237
  • refactor(share/ipld): Use consts for node type determination by @renaynay in #1244

Full Changelog: v0.4.0...v0.4.1