celestiaorg / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Other
19 stars 33 forks source link

chore: create a v0.46.0 release branch with celestia specific changes #243

Closed evan-forbes closed 2 years ago

evan-forbes commented 2 years ago

Description

This PR cherry picks all of the celestia-specific changes onto a branch based on the v0.46.0 release branch

NOTE: had to merge -s ours to override the conflicts found between the v0.46.0-beta2 and v0.46.0 tags

still need to use an official release of celestia-core blocked by #802

blocking progress on the QGB and the upgrade of the app https://github.com/celestiaorg/celestia-app/pull/472

codecov-commenter commented 2 years ago

Codecov Report

Merging #243 (06c5688) into release/v0.46.x-celestia (3358ea3) will increase coverage by 1.48%. The diff coverage is n/a.

Impacted file tree graph

@@                     Coverage Diff                      @@
##           release/v0.46.x-celestia     #243      +/-   ##
============================================================
+ Coverage                     65.13%   66.61%   +1.48%     
============================================================
  Files                           682      752      +70     
  Lines                         71672    77749    +6077     
============================================================
+ Hits                          46680    51791    +5111     
- Misses                        22303    22880     +577     
- Partials                       2689     3078     +389     
Impacted Files Coverage Δ
baseapp/abci.go 63.03% <ø> (+3.06%) :arrow_up:
baseapp/baseapp.go 79.63% <ø> (+13.27%) :arrow_up:
baseapp/grpcserver.go 1.72% <ø> (-0.04%) :arrow_down:
baseapp/msg_service_router.go 80.88% <ø> (ø)
baseapp/options.go 67.92% <ø> (+5.88%) :arrow_up:
baseapp/params.go 100.00% <ø> (ø)
baseapp/recovery.go 100.00% <ø> (ø)
baseapp/router.go 100.00% <ø> (ø)
baseapp/test_helpers.go 74.19% <ø> (+14.87%) :arrow_up:
client/broadcast.go 51.54% <ø> (ø)
... and 430 more
evan-forbes commented 2 years ago

this is ready for review, but is currently blocked by https://github.com/celestiaorg/celestia-core/pull/802