Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jun 14, 2024
1 parent 1a2f383 commit 43536b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# CosmWasm IBC Lite

This workspace contains the CosmWasm IBC Lite implementation. IBC lite is a work in progress trimmed down specification of the IBC protocol. It is designed to be simpler to implement and be as secure as the full IBC protocol. Learn more about IBC lite in the [IBC Lite Spec](https://github.com/cosmos/ibc/pull/1093).

This repository is a work in progress and is not ready for production use.
1 change: 0 additions & 1 deletion e2e/interchaintestv8/ics07tendermint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ func (s *ICS07TendermintTestSuite) TestVerifyMembership() {
s.Require().NoError(err)
s.Require().NotEmpty(proof)
s.Require().NotEmpty(value)
// s.Require().Equal(expValue, value)
s.Require().Equal(int64(s.trustedHeight.RevisionHeight), proofHeight)
}))

Expand Down

0 comments on commit 43536b4

Please sign in to comment.