Skip to content

Releases: celestiaorg/celestia-app

v2.0.0-rc2

24 Jun 16:52
4a559d2
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release

Upgrade Notice

This release candidate is not recommended for usage on mainnet. It is strictly for testing purposes.

What's Changed

  • chore: extends single-node.sh script to support local tracing and traced data retrieval by @staheri14 in #3496
  • chore(deps): Bump codecov/codecov-action from 4.4.0 to 4.4.1 by @dependabot in #3498
  • test: improve and test versioned ibc module by @ninabarbakadze in #3500
  • chore(deps): Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot in #3503
  • feat: add multi-account support by @cmwaters in #3433
  • chore(deps): Bump alpine from 3.19 to 3.20 in /docker by @dependabot in #3502
  • fix: e2e tests by @ninabarbakadze in #3487
  • chore(deps): Bump github.com/celestiaorg/nmt from 0.20.0 to 0.21.0 by @dependabot in #3507
  • chore(deps): Bump celestiaorg/.github from 0.4.1 to 0.4.2 by @dependabot in #3518
  • feat: add auto gas and fee estimations by @vgonkivs in #3510
  • chore(deps): upgrade to nmt v0.21.0 by @rootulp in #3526
  • chore(deps): Bump github.com/celestiaorg/go-square from 1.0.1 to 1.1.0 by @dependabot in #3528
  • test: enables local tracing in e2e benchmark tests by @staheri14 in #3514
  • ci: remove govulncheck by @rootulp in #3529
  • chore(deps): Bump golang from 1.22.3-alpine3.19 to 1.22.4-alpine3.19 in /docker by @dependabot in #3531
  • chore(deps): Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #3532
  • chore(deps): Bump github.com/ethereum/go-ethereum from 1.14.3 to 1.14.4 by @dependabot in #3533
  • chore(deps): Bump github.com/ethereum/go-ethereum from 1.14.4 to 1.14.5 by @dependabot in #3536
  • chore(deps): Bump github.com/cosmos/gogoproto from 1.4.12 to 1.5.0 by @dependabot in #3534
  • test: consistent appHash between commits by @ninabarbakadze in #3513
  • chore: update e2e-test workflow to run on merge to main by @ninabarbakadze in #3542
  • docs(x/signal): replace upgrade with signal in comments by @rootulp in #3547
  • chore(deps): Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #3548
  • feat: allow user to set and update default gas price by @cmwaters in #3538
  • chore(deps): Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #3561
  • feat!: modify constraint for signal versions by @rootulp in #3558
  • test: circuit breaker for authz messages by @rootulp in #3554
  • chore(x/signal): add comment to test by @rootulp in #3566
  • chore(x/signal)!: rename upgrade to signal in proto paths by @rootulp in #3567
  • chore: enable slack pings by @ninabarbakadze in #3562
  • fix: minfee key table not registered on app restarts by @ninabarbakadze in #3571
  • fix: TxClient gas price querying on v1 networks by @cmwaters in #3570
  • feat: use proxy instead of port forwards by @smuu in #3505
  • feat: add grpc query server for minfee by @cmwaters in #3565
  • chore(deps): Bump celestiaorg/.github from 0.4.2 to 0.4.3 by @dependabot in #3577
  • refactor(x/minfee)!: rename to network min gas price by @rootulp in #3575
  • refactor: test/util/common by @rootulp in #3572
  • fix: rename remaining instances of GlobalMinGasPrice to NetworkMinGasPrice by @staheri14 in #3583
  • fix!: msg gatekeeper for authz messages by @rootulp in #3555
  • fix: fixes the expected results of TestCircuitBreaker by @staheri14 in #3594
  • fix: removes redundant attempts to start tx clients in the BenchmarkTest's Run method by @staheri14 in #3591
  • test: backports knuu optimizations from 3493 by @staheri14 in #3515
  • feat: enables selection and execution of specific e2e benchmark tests by @staheri14 in #3595
  • feat!: add a delay between quorum and upgrade height by @rootulp in #3560
  • chore!: deletes JSONRPCError from e2e test_helpers by @staheri14 in #3602
  • test: make nodes also restart after upgrading in knuu by @cmwaters in #3556
  • chore(deps): upgrade to celestia-core v1.37.0-tm-v0.34.29 by @rootulp in #3607
  • fix: increases txsim grpc client max receive message size by @staheri14 in #3541

Full Changelog: v2.0.0-rc1...v2.0.0-rc2

v1.12.0

24 Jun 16:51
ed392a1
Compare
Choose a tag to compare

Upgrade Notice

Per the minor version bump, this is a strictly non-breaking change that is optional to update to.

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.12.0-rc0

21 Jun 19:33
ed392a1
Compare
Choose a tag to compare
v1.12.0-rc0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.11.0...v1.12.0-rc0

v1.11.0

04 Jun 09:14
21b5bc7
Compare
Choose a tag to compare

Upgrade Notice

Per the minor bump, this is a strictly non-breaking change that is optional to update to.

What's Changed

  • feat: add support for multiple accounts (backport) by @cmwaters in #3504
  • chore(deps): upgrade to cosmos-sdk v1.23.0-sdk-v0.46.16 by @rootulp in #3517
  • chore(deps): upgrade to nmt v0.21.0 by @rootulp in #3527

Full Changelog: v1.10.1...v1.11.0

v1.11.0-rc1

31 May 18:37
d366698
Compare
Choose a tag to compare

What's Changed

  • chore(deps): upgrade to cosmos-sdk v1.23.0-sdk-v0.46.16 by @rootulp in #3517

Full Changelog: v1.11.0-rc0...v1.11.0-rc1

v1.11.0-rc0

30 May 06:19
6157752
Compare
Choose a tag to compare

What's Changed

  • feat: add support for multiple accounts (backport) by @cmwaters in #3504

Full Changelog: v1.10.1...v1.11.0-rc0

v2.0.0-rc1

17 May 20:11
c5b0b94
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release

Upgrade Notice

This release candidate is not recommended for usage on mainnet. It is strictly for testing purposes.

What's Changed

  • chore(deps): bump core version to v1.36.0-tm-v0.34.29 by @rach-id in #3452
  • feat: export BroadcastPayForBlob to support more async blob submission. by @evan-forbes in #3459
  • chore(deps): Bump github.com/ethereum/go-ethereum from 1.14.2 to 1.14.3 by @dependabot in #3458
  • fix: register blob store key in v2 by @rootulp in #3465
  • test: extend minor version compat to test v2 by @rootulp in #3454
  • docs: correct command of binary file by @tnv1 in #3467
  • test(e2e benchmark): introduces test manifest and its related utilities by @staheri14 in #3391
  • chore: export NewShareInclusionProofFromEDS by @rach-id in #3460
  • fix: export command by @rootulp in #3450
  • refactor: consolidate multiple rootCmd.AddCommand() by @MukulKolpe in #3478
  • chore(deps): upgrade to celestia-core v1.36.1-tm-v0.34.29 by @rootulp in #3469
  • fix: restart node for chain that starts on v2 by @rootulp in #3477
  • docs: use one term for MaxBlockSizeBytes by @rootulp in #3481
  • docs(app/module): README by @rootulp in #3483
  • docs(adr-18): remove hardcoded upgrade height by @rootulp in #3482
  • chore(deps): Bump codecov/codecov-action from 4.3.1 to 4.4.0 by @dependabot in #3484
  • chore(deps): Bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #3485
  • docs(README): section on usage as a library by @rootulp in #3492
  • test(e2e benchmark): refactors E2EThroughput by @staheri14 in #3395
  • chore: revive max blob size decorator by @rootulp in #3479
  • test(e2e benchmark): adds network latency by @staheri14 in #3494

New Contributors

Full Changelog: v2.0.0-rc0...v2.0.0-rc1

v1.10.1

16 May 21:29
39cc28d
Compare
Choose a tag to compare

Upgrade Notice

This release contains a bug fix for the ParseNamespace function. Please follow these communication channels for announcements on when this release is recommended per network.

What's Changed

  • fix: end exclusive parse namespace end share range (backport #2208) by @mergify in #3491

Full Changelog: v1.10.0...v1.10.1

v1.10.0

10 May 19:17
c4ae12c
Compare
Choose a tag to compare

Upgrade Notice

Per the minor bump, this is a strictly non-breaking change that is optional to update to.

Changelog

  • c4ae12c chore: export NewShareInclusionProofFromEDS (#3461)

v2.0.0-rc0

09 May 19:17
2fec50c
Compare
Choose a tag to compare

Upgrade Notice

This release is not intended for use in production. This release will be used for testing and auditing prior to creating an official v2.0.0 release.

What's Changed

Read more