-
Notifications
You must be signed in to change notification settings - Fork 642
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
02-client: merge misbehavior & header interfaces #1107
Merged
seantking
merged 41 commits into
02-client-refactor
from
sean/issue#875-merge-misbehvior-header-interfaces
Mar 15, 2022
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
8f62a47
refactor: allow the mock module to be used multiple times as base ibc…
colin-axner 843b459
feat: adding Pack/Unpack acknowledgement helper fns (#895)
seantking fb2f041
imp: support custom keys for testing (#893)
fedekunze c27d5b5
chore: add ParsePacketFromEvents testing helper function (#904)
colin-axner afa2d90
fix: correctly claim capability for mock module, handle genesis expor…
colin-axner d31f92d
docs: update migration docs for upgrade proposal in relation to ICS27…
colin-axner f442721
chore(ica): add trail of bits audit report (#903)
crodriguezvega 20dd5ca
testing: adding multiple sender accounts for testing purposes (#935)
seantking 98f4d3a
Create test chain with multiple validators (#942)
AdityaSripal 52e3ae5
add changelog entry for SDK bump
crodriguezvega d48f576
fix: classify client states without consensus states as expired (#941)
timlind 01cd4ad
chore: fix broken link (#972)
colin-axner 9fcf254
add backport actions for v1.3.x and v2.1.x (#958)
crodriguezvega 08d38d4
Revert "feat: adding Pack/Unpack acknowledgement helper fns (#895)" (…
colin-axner ef34765
chore: update migration docs (#985)
colin-axner 556cc01
chore: fix mispelled words (#991)
seantking 04ab3cb
fix: remove go mod tidy from proto-gen script (#989)
seantking 4545154
bug: support base denoms with slashes (#978)
crodriguezvega 9d8be7c
upgrade ics23 to v0.7 (#948)
crodriguezvega 6d6888b
ibctesting: make `testing.T` public (#1020)
fedekunze e1be19b
add changelog entry for #941
crodriguezvega f994d1e
fix package import (#1007)
crodriguezvega 147e0f1
feat: Add a function to initialize the ICS27 module via an upgrade pr…
colin-axner f71a505
docs: add missing args to NewKeeper in integration docs (#1038)
daeMOn63 a55ca88
small fixes for v2 to v3 migration (#1016)
crodriguezvega 029c6e9
add missing slash
crodriguezvega 7ae90c2
build(deps): bump actions/checkout from 2.4.0 to 3 (#1045)
dependabot[bot] fc452ac
call packet.GetSequence() rather than passing the func as argument (#…
13df199
Add counterpartyChannelID param to IBCModule.OnChanOpenAck (#1086)
catShaark 90a7e5f
fix mirgation docs (#1091)
colin-axner a7563c9
fix: handle testing update client errors (#1094)
fedekunze f0b94df
replace channel keeper with IBC keeper in AnteDecorator (#950)
crodriguezvega d40f1da
add backport rules for v1.4.x and v2.2.x (#1085)
crodriguezvega c32e4be
ibctesting: custom voting power reduction for testing (#939)
fedekunze 7ca5875
merging Header & Misbehavior interfaces into ClientMessage & fixing a…
seantking d59c886
fix: update related functions
seantking 44bf918
Merge branch '02-client-refactor' into sean/issue#875-merge-misbehvio…
seantking c345354
chore: comments
seantking 671ab6b
Update modules/core/02-client/types/encoding.go
seantking b682545
chore: changelog
seantking 46d070c
chore: comment
seantking File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: comments
- Loading branch information
commit c34535496675b223e4ca383db4c8e321374c3915
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AdityaSripal suggestion would be welcome for the comment/description here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe something along the lines: