Skip to content

Commit

Permalink
feat!: add custom GetBlockWithTxs for lbm (#891)
Browse files Browse the repository at this point in the history
* feat!: move cosmos.tx.v1beta1.Service/GetBlockWithTxs to lbm.tx.v1beta1.Service/GetBlockWithTxs.

* chore: update statik.go file.

* fix: unittest error of `TestGetBlockWithTxs_GRPCGateway`

* chore: update changelog.

* chore: modify error messages.
  • Loading branch information
zemyblue authored Feb 10, 2023
1 parent eba7b9d commit e371872
Show file tree
Hide file tree
Showing 14 changed files with 6,346 additions and 3,227 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (codec) [\#833](https://github.com/line/lbm-sdk/pull/833) Fix foundation amino codec
* (ostracon) [\#869](https://github.com/line/lbm-sdk/pull/869) apply changes to replace Ostracon proto message with Tendermint
* (x/bank) [\#876](https://github.com/line/lbm-sdk/pull/876) Add `MultiSend` deactivation
* (x/auth) [\#891](https://github.com/line/lbm-sdk/pull/891) deprecate `cosmos.tx.v1beta1.Service/GetBlockWithTxs` and add `lbm.tx.v1beta1.Service/GetBlockWithTxs` for lbm

### Build, CI
* (ci) [\#829](https://github.com/line/lbm-sdk/pull/829) automate release process
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit e371872

Please sign in to comment.