Skip to content

Commit

Permalink
breaking change note
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jul 24, 2024
1 parent 66bed79 commit b60bfd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# V17 Breaking Changes
# V19 Breaking Changes

### Verification Flags update

Expand Down Expand Up @@ -62,3 +62,7 @@
### `MsgAddBlameVote` renaming

* `MsgAddBlameVote` has been renamed to `MsgVoteBlame` to maintain consistency with other voting messages

### `Chain.ChainName` deprecated

* `Chain.ChainName` has been deprecated and will be removed from the `Chain` structure. The `Chain.Name` should be used instead.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# V17 Observer Migration Guide
# V19 Observer Migration Guide

## Authorizations Update

Expand Down

0 comments on commit b60bfd7

Please sign in to comment.