This RC mainly fixes go-square to use the v3 major version and adjusts some of the timeouts
What's Changed
- chore(deps): Bump github.com/moby/moby from 27.5.1+incompatible to 28.4.0+incompatible in /test/docker-e2e by @dependabot[bot] in https://github.com/celestiaorg/celestia-app/pull/5689
- chore(deps): Bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 by @dependabot[bot] in https://github.com/celestiaorg/celestia-app/pull/5686
- docs(txsim): correct Run function documentation to reflect actual gRPC-only usage by @sashass1315 in https://github.com/celestiaorg/celestia-app/pull/5700
- docs: fix comment by @bouchmann in https://github.com/celestiaorg/celestia-app/pull/5703
- docs(pkg/user): fix misleading comment by @galaparm in https://github.com/celestiaorg/celestia-app/pull/5708
- docs: add KMS versions to release notes by @rach-id in https://github.com/celestiaorg/celestia-app/pull/5699
- test(pkg/proof): fix test name by @radik878 in https://github.com/celestiaorg/celestia-app/pull/5710
- docs(pkg/wrapper): fix grammar by @levanchverak in https://github.com/celestiaorg/celestia-app/pull/5711
- test(talis): add list command by @tzdybal in https://github.com/celestiaorg/celestia-app/pull/5705
- docs: fix comment by @Galoretka in https://github.com/celestiaorg/celestia-app/pull/5713
- chore(ci): update Github Actions runner to dedicated one by @sysrex in https://github.com/celestiaorg/celestia-app/pull/5706
- docs: improve comment by @galaparm in https://github.com/celestiaorg/celestia-app/pull/5714
- docs: update doc to use new gov proposal format by @rootulp in https://github.com/celestiaorg/celestia-app/pull/5712
- docs(txsim): fix name of error in comment by @VolodymyrBg in https://github.com/celestiaorg/celestia-app/pull/5715
- refactor: simplify account collection in Signer by @lidanserj in https://github.com/celestiaorg/celestia-app/pull/5718
- test: create vesting account with Ledger by @rootulp in https://github.com/celestiaorg/celestia-app/pull/5716
- docs: fix comment by @MozirDmitriy in https://github.com/celestiaorg/celestia-app/pull/5719
- docs: fix comment by @timberrrrrr in https://github.com/celestiaorg/celestia-app/pull/5720
- docs: fix comment for SigVerificationDecorator by @Snezhkko in https://github.com/celestiaorg/celestia-app/pull/5673
- docs(app): Correct comment in nonce mismatch integration test by @YangLi0x0 in https://github.com/celestiaorg/celestia-app/pull/5660
- docs: fix comment by @radik878 in https://github.com/celestiaorg/celestia-app/pull/5727
- chore(ci): Revert some of the jobs to run on the shared runners by @sysrex in https://github.com/celestiaorg/celestia-app/pull/5729
- fix: use correct upgrade height when dumping info to disk by @damiannolan in https://github.com/celestiaorg/celestia-app/pull/5724
- refactor(appconsts): prefer go-square consts by @rootulp in https://github.com/celestiaorg/celestia-app/pull/5725
- docs: fix comment by @sashass1315 in https://github.com/celestiaorg/celestia-app/pull/5732
- chore(deps): Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.19.0 to 1.19.4 by @dependabot[bot] in https://github.com/celestiaorg/celestia-app/pull/5640
- chore: set timeout precommit to 1ms and the delayed precommit to 5850ms by @rach-id in https://github.com/celestiaorg/celestia-app/pull/5726
- chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.2 to 1.31.6 by @dependabot[bot] in https://github.com/celestiaorg/celestia-app/pull/5649
- docs(release-notes): fix flag name for update-config by @rootulp in https://github.com/celestiaorg/celestia-app/pull/5735
- docs(specs): add specs for v6 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/5739
- docs(release-notes): link to hardware requirements by @rootulp in https://github.com/celestiaorg/celestia-app/pull/5738
- fix: PostData for test nodes by @vgonkivs in https://github.com/celestiaorg/celestia-app/pull/5742
- chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.6 to 1.31.8 by @dependabot[bot] in https://github.com/celestiaorg/celestia-app/pull/5746
- chore(deps): Bump google.golang.org/protobuf from 1.36.8 to 1.36.9 by @dependabot[bot] in https://github.com/celestiaorg/celestia-app/pull/5747
- chore(deps): Bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in https://github.com/celestiaorg/celestia-app/pull/5749
- chore(deps): Bump github.com/celestiaorg/rsmt2d from 0.14.0 to 0.15.0 by @dependabot[bot] in https://github.com/celestiaorg/celestia-app/pull/5751
- chore: remove blrs region from talis by @rach-id in https://github.com/celestiaorg/celestia-app/pull/5756
- test(e2e): test state sync after app version upgrades by @mojtaba-esk in https://github.com/celestiaorg/celestia-app/pull/5545
- chore(deps): Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.19.4 to 1.19.6 by @dependabot[bot] in https://github.com/celestiaorg/celestia-app/pull/5752
- chore(deps): Bump google.golang.org/grpc from 1.75.0 to 1.75.1 by @dependabot[bot] in https://github.com/celestiaorg/celestia-app/pull/5750
- chore(deps): upgrade multiplexer to v5.0.5 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/5759
- feat: add
debug list-typescommand by @Copilot in https://github.com/celestiaorg/celestia-app/pull/5767 - chore(deps): upgrade to go-square v3.0.0 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/5769
New Contributors
- @tzdybal made their first contribution in https://github.com/celestiaorg/celestia-app/pull/5705
- @YangLi0x0 made their first contribution in https://github.com/celestiaorg/celestia-app/pull/5660
Full Changelog: https://github.com/celestiaorg/celestia-app/compare/v6.0.1-arabica...v6.0.2-rc0