Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecate block mode in proto #923

Merged
merged 2 commits into from
Mar 10, 2023
Merged

Conversation

loin3
Copy link
Contributor

@loin3 loin3 commented Mar 7, 2023

cosmos-sdk decided to delete block mode when broadcast from v0.47.x through cosmos/cosmos-sdk#12659.
test codes using CLI are also using block mode when broadcasting, lots of changes would be occurred if we delete block mode in lbm-sdk.
so in this PR, only proto file is changed to block mode marked as deprecated.

Description

closes: #902

Motivation and context

How has this been tested?

Screenshots (if appropriate):

스크린샷 2023-03-07 오후 2 33 36

block mode will be marked as deprecated when using in other project

Checklist:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml

@codecov
Copy link

codecov bot commented Mar 7, 2023

Codecov Report

Merging #923 (1547c0d) into main (81fec6d) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #923      +/-   ##
==========================================
- Coverage   62.34%   62.34%   -0.01%     
==========================================
  Files         653      653              
  Lines       79485    79485              
==========================================
- Hits        49558    49557       -1     
- Misses      27248    27249       +1     
  Partials     2679     2679              
Impacted Files Coverage Δ
crypto/keys/internal/ecdsa/privkey.go 81.13% <0.00%> (-1.89%) ⬇️

@loin3 loin3 requested review from zemyblue, 0Tech, dudong2, jaeseung-bae and tkxkd0159 and removed request for zemyblue March 7, 2023 07:43
@loin3 loin3 self-assigned this Mar 7, 2023
@loin3 loin3 merged commit b626dec into Finschia:main Mar 10, 2023
@loin3 loin3 deleted the deprecate_block_mode branch March 10, 2023 04:49
zemyblue pushed a commit to zemyblue/finschia-sdk that referenced this pull request Mar 17, 2023
* feat: deprecate block mode in proto

* add changelog

(cherry picked from commit b626dec)
zemyblue added a commit that referenced this pull request Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the deprecate comment and warning usage in BroadcastMode Block
4 participants