Skip to content

Commit

Permalink
#303 Upgrade Cosmos-SDK to v0.47.8
Browse files Browse the repository at this point in the history
- Fix CI lint errors
- Temporary disable actionlint job

Signed-off-by: Abdulbois <[email protected]>
Signed-off-by: Abdulbois <[email protected]>
  • Loading branch information
Abdulbois committed Apr 19, 2024
1 parent d606863 commit d1db4b0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@ md
pdf
ul
WebSocket
cometbft
cometbft
CometBFT
CometBFT's
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
if: needs.changes.outputs.workflows == 'true'
name: Run actionlint tool to verify lint issues in GitHub actions
runs-on: ubuntu-latest
needs:
- changes
# needs:
# - changes
steps:
- uses: actions/checkout@master
- uses: reviewdog/action-actionlint@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ but they may be provided in the future.
- The following libraries can be used as light clients:
- [Golang Light Client implementation](https://pkg.go.dev/github.com/cometbft/cometbft/light)
- [Rust Light Client implementation](https://docs.rs/cometbft-light-client/0.1.0-alpha.2/cometbft_light_client/)
- Refer to [this doc](./docs/cometbtf-rpc.md) to see how to [subscribe](./docs/cometbtf-rpc.md#subscribe) to a CometBFT WebSocket based events and/or [query](./docs/cometbtf-rpc.md#querying-application-components) an application components.
- Refer to [this doc](./docs/cometbft-rpc.md) to see how to [subscribe](./docs/cometbft-rpc.md#subscribe) to a CometBFT WebSocket based events and/or [query](./docs/cometbft-rpc.md#querying-application-components) an application components.


### Instructions
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Please make sure that TLS is enabled in gRPC, REST or Light Client Proxy for sec
- Tendermint RPC supports state proofs. Tendermint's Light Client library can be used to verify the state proofs.
So, if Light Client API is used, then it's possible to communicate with non-trusted nodes.
- Please note, that multi-value queries don't have state proofs support and should be sent to trusted nodes only.
- Refer to [this doc](./cometbtf-rpc.md) to see how to [subscribe](./cometbtf-rpc.md#subscribe) to a Tendermint WebSocket based events and/or [query](./cometbtf-rpc.md#querying-application-components) an application components.
- Refer to [this doc](./cometbft-rpc.md) to see how to [subscribe](./cometbft-rpc.md#subscribe) to a Tendermint WebSocket based events and/or [query](./cometbft-rpc.md#querying-application-components) an application components.

`NotFound` (404 code) is returned if an entry is not found on the ledger.

Expand Down

0 comments on commit d1db4b0

Please sign in to comment.