-
Notifications
You must be signed in to change notification settings - Fork 122
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
feat: first iteration on Permissionless ICS #2117
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd4b88a - Browse repository at this point
Copy the full SHA bd4b88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27936c5 - Browse repository at this point
Copy the full SHA 27936c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 008553d - Browse repository at this point
Copy the full SHA 008553dView commit details -
Configuration menu - View commit details
-
Copy full SHA for da27847 - Browse repository at this point
Copy the full SHA da27847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8366967 - Browse repository at this point
Copy the full SHA 8366967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f2a3e - Browse repository at this point
Copy the full SHA 47f2a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a117b1a - Browse repository at this point
Copy the full SHA a117b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90db064 - Browse repository at this point
Copy the full SHA 90db064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 995a6e4 - Browse repository at this point
Copy the full SHA 995a6e4View commit details -
added extra check in the initialization so unknokwn, launched, or sto…
…pped chains cannot re-initialize
Configuration menu - View commit details
-
Copy full SHA for 13d3e9f - Browse repository at this point
Copy the full SHA 13d3e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1a1321 - Browse repository at this point
Copy the full SHA a1a1321View commit details -
Configuration menu - View commit details
-
Copy full SHA for e253917 - Browse repository at this point
Copy the full SHA e253917View commit details -
made it so we traverse initialization records instead of addition pro…
…posals (+ additional changes so the unit tests pass)
Configuration menu - View commit details
-
Copy full SHA for 337298a - Browse repository at this point
Copy the full SHA 337298aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b60271b - Browse repository at this point
Copy the full SHA b60271bView commit details -
removed ClientIdToChainId state because chainId already resides on th…
…e registration record
Configuration menu - View commit details
-
Copy full SHA for 600e276 - Browse repository at this point
Copy the full SHA 600e276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2994136 - Browse repository at this point
Copy the full SHA 2994136View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff5ef0a - Browse repository at this point
Copy the full SHA ff5ef0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2854568 - Browse repository at this point
Copy the full SHA 2854568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34d9164 - Browse repository at this point
Copy the full SHA 34d9164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c51962 - Browse repository at this point
Copy the full SHA 9c51962View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa8a1a - Browse repository at this point
Copy the full SHA cfa8a1aView commit details -
introduced consumerId in the equivocation messages (and a useful quer…
…y for Hermes to get the consumerId)
Configuration menu - View commit details
-
Copy full SHA for 5de11fd - Browse repository at this point
Copy the full SHA 5de11fdView commit details -
added safeguard so that a validator cannot opt-in to two different ch…
…ains with the same chain id
Configuration menu - View commit details
-
Copy full SHA for 0c3d3b6 - Browse repository at this point
Copy the full SHA 0c3d3b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cee3e9 - Browse repository at this point
Copy the full SHA 2cee3e9View commit details -
Co-authored-by: bernd-m <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7461ed - Browse repository at this point
Copy the full SHA c7461edView commit details -
Configuration menu - View commit details
-
Copy full SHA for e86d44d - Browse repository at this point
Copy the full SHA e86d44dView commit details -
rebased to pick up the removal of legacy proposals (#2130) and re-int…
…roduced old messages so that existing proposals can deserialize
Configuration menu - View commit details
-
Copy full SHA for 60a6cee - Browse repository at this point
Copy the full SHA 60a6ceeView commit details -
changes messages to only have MsgCreateConsumer and MsgUpdateConsumer…
… and modified protos so that we are backward-compatible
Configuration menu - View commit details
-
Copy full SHA for 3e1b726 - Browse repository at this point
Copy the full SHA 3e1b726View commit details -
cleaned up slightly a few things (mostly committing & pushing) so peo…
…ple can pick up the latest changes
Configuration menu - View commit details
-
Copy full SHA for 06081be - Browse repository at this point
Copy the full SHA 06081beView commit details -
fixed the CreateConsumer and UpdateConsumer logic and made most of th…
…e fields optional
Configuration menu - View commit details
-
Copy full SHA for da6e001 - Browse repository at this point
Copy the full SHA da6e001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55da067 - Browse repository at this point
Copy the full SHA 55da067View commit details -
feat: extend consumer validator query to return commission rate (back…
…port #2162) (#2165) * adapt #2162 changes for permissionless ICS * nits --------- Co-authored-by: kirdatatjana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81e51f0 - Browse repository at this point
Copy the full SHA 81e51f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1891737 - Browse repository at this point
Copy the full SHA 1891737View commit details -
took into account comments and also added safeguard to reject new pro…
…posals that still use deprecated messages (e.g., MsgConsumerAddition, etc.)
Configuration menu - View commit details
-
Copy full SHA for 22fcb6d - Browse repository at this point
Copy the full SHA 22fcb6dView commit details -
Update x/ccv/provider/types/msg.go
Co-authored-by: bernd-m <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f66831a - Browse repository at this point
Copy the full SHA f66831aView commit details -
removed double-gas charge on MsgCreateConsumer and imroved the logic …
…of MsgUpdateConsumer
Configuration menu - View commit details
-
Copy full SHA for 76e0370 - Browse repository at this point
Copy the full SHA 76e0370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e27e9 - Browse repository at this point
Copy the full SHA 59e27e9View commit details -
took into account comments (using protos for marshalling string slice…
…, fixed issues in the UpdateConsumer logic, added extra check to abort spurious proposals)
Configuration menu - View commit details
-
Copy full SHA for cde883b - Browse repository at this point
Copy the full SHA cde883bView commit details -
feat: add fields to consumer validators query (#2167)
* extend consumer validators query * nit * nits * fix msg order * deprecate power for consumer_power
Configuration menu - View commit details
-
Copy full SHA for e182d49 - Browse repository at this point
Copy the full SHA e182d49View commit details -
modified the way we verify the new owner address, as well as nit refa…
…ctoring on the ConsumerIds
Configuration menu - View commit details
-
Copy full SHA for 35b4140 - Browse repository at this point
Copy the full SHA 35b4140View commit details -
Configuration menu - View commit details
-
Copy full SHA for b54c6e4 - Browse repository at this point
Copy the full SHA b54c6e4View commit details