-
Notifications
You must be signed in to change notification settings - Fork 326
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
Add evidence
command for monitoring and reporting misbehavior evidence to counterparty clients
#3456
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab01656 - Browse repository at this point
Copy the full SHA ab01656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d6df8d - Browse repository at this point
Copy the full SHA 0d6df8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1709d1a - Browse repository at this point
Copy the full SHA 1709d1aView commit details -
Add
MsgSubmitIcsConsumerMisbehaviour
domain type from `anca/ics-mis……behaviour-handling` branch
Configuration menu - View commit details
-
Copy full SHA for fc3aea4 - Browse repository at this point
Copy the full SHA fc3aea4View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81ef9dd - Browse repository at this point
Copy the full SHA 81ef9ddView commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for db9187e - Browse repository at this point
Copy the full SHA db9187eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa3287 - Browse repository at this point
Copy the full SHA 2fa3287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 700521f - Browse repository at this point
Copy the full SHA 700521fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc6d67 - Browse repository at this point
Copy the full SHA ffc6d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e85c83 - Browse repository at this point
Copy the full SHA 1e85c83View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f965aa - Browse repository at this point
Copy the full SHA 9f965aaView commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b6605d9 - Browse repository at this point
Copy the full SHA b6605d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de7224 - Browse repository at this point
Copy the full SHA 9de7224View commit details
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93c81b4 - Browse repository at this point
Copy the full SHA 93c81b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e73ce - Browse repository at this point
Copy the full SHA d4e73ceView commit details -
Signed-off-by: Romain Ruetschi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4b7767 - Browse repository at this point
Copy the full SHA a4b7767View commit details -
Signed-off-by: Romain Ruetschi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49f8ac1 - Browse repository at this point
Copy the full SHA 49f8ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b59e0 - Browse repository at this point
Copy the full SHA 84b59e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ec1b3 - Browse repository at this point
Copy the full SHA 75ec1b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7854b2c - Browse repository at this point
Copy the full SHA 7854b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfd005b - Browse repository at this point
Copy the full SHA cfd005bView commit details -
Document clock drift parameters in guide (#3420)
* Add clock-drift.md file to guide * Add section on mis-configuring clock drift * Update guide/src/advanced/troubleshooting/clock-drift.md Co-authored-by: Anca Zamfir <[email protected]> Signed-off-by: Sean Chen <[email protected]> * Update guide/src/advanced/troubleshooting/clock-drift.md Co-authored-by: Anca Zamfir <[email protected]> Signed-off-by: Sean Chen <[email protected]> * Remove redundant section * Update guide/src/advanced/troubleshooting/clock-drift.md Co-authored-by: Anca Zamfir <[email protected]> Signed-off-by: Sean Chen <[email protected]> * Update guide/src/advanced/troubleshooting/clock-drift.md Co-authored-by: Anca Zamfir <[email protected]> Signed-off-by: Sean Chen <[email protected]> * Explain what `C` constant represents * Add reference to forward lunatic attack --------- Signed-off-by: Sean Chen <[email protected]> Co-authored-by: Anca Zamfir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e6b2d4 - Browse repository at this point
Copy the full SHA 2e6b2d4View commit details -
Bump uuid from 1.3.3 to 1.4.0 (#3461)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.3 to 1.4.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.3.3...1.4.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fa4b990 - Browse repository at this point
Copy the full SHA fa4b990View commit details -
Fix wrong sequence number in
MsgTimeoutOnClose
(#3440)The MsgTimeoutOnClose requires sequence of dstchannel.NextRecv in ordered channels, rather than packet.Sequence. The code above resolve the sequence for ordered and unordered, just while creating msg it is ignored. Signed-off-by: Puneet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b10d758 - Browse repository at this point
Copy the full SHA b10d758View commit details -
Include client updates for supporting messages when assembling messag…
…es to relay from the operational data (#3468) * Include client updates for supporting messages when assembling messages to relay from the operational data * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for a929e05 - Browse repository at this point
Copy the full SHA a929e05View commit details -
Use
max_expected_time_per_block
value for themax_block_time
(#3467)* Use max_block_time queried from /genesis * Clean solution * Add unclog entry * Remove serde-with dependency
Configuration menu - View commit details
-
Copy full SHA for 71d5f30 - Browse repository at this point
Copy the full SHA 71d5f30View commit details -
config auto
now generates a config file even when it encounters an ……error (#3466) * Stub out code flow * Stub out code flow * Change return type of `hermes_cofig` fn * Define ConfigAutoError type * Add some printlns * Change `get_configs` return type * Change AutoCmd::run * Get it to compile * Fix false reporting of missing chain configs * Change get_data_from_handles * Get it working * Remove some debugging code * Cargo fmt * Update `get_configs` doc comment * Update gas price warning in guide * Cargo fmt
Configuration menu - View commit details
-
Copy full SHA for c0ed9a3 - Browse repository at this point
Copy the full SHA c0ed9a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5846cb9 - Browse repository at this point
Copy the full SHA 5846cb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f768e - Browse repository at this point
Copy the full SHA a5f768eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c620e9b - Browse repository at this point
Copy the full SHA c620e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67bc213 - Browse repository at this point
Copy the full SHA 67bc213View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2cbae73 - Browse repository at this point
Copy the full SHA 2cbae73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 589f75a - Browse repository at this point
Copy the full SHA 589f75aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed587c9 - Browse repository at this point
Copy the full SHA ed587c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef0607 - Browse repository at this point
Copy the full SHA 0ef0607View commit details -
Configuration menu - View commit details
-
Copy full SHA for d025043 - Browse repository at this point
Copy the full SHA d025043View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d9ec0c - Browse repository at this point
Copy the full SHA 9d9ec0cView commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b748ef1 - Browse repository at this point
Copy the full SHA b748ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 043cb03 - Browse repository at this point
Copy the full SHA 043cb03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44fbe36 - Browse repository at this point
Copy the full SHA 44fbe36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d0b146 - Browse repository at this point
Copy the full SHA 7d0b146View commit details -
Adapt to change of
MsgSubmitIcsConsumerMisbehaviour::misbehaviour
t……o `Any` in upstream protos
Configuration menu - View commit details
-
Copy full SHA for 5ff82a9 - Browse repository at this point
Copy the full SHA 5ff82a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecfb092 - Browse repository at this point
Copy the full SHA ecfb092View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6cfe8e3 - Browse repository at this point
Copy the full SHA 6cfe8e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5684b8 - Browse repository at this point
Copy the full SHA a5684b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b62286f - Browse repository at this point
Copy the full SHA b62286fView commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bdd908b - Browse repository at this point
Copy the full SHA bdd908bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8043763 - Browse repository at this point
Copy the full SHA 8043763View commit details -
Configuration menu - View commit details
-
Copy full SHA for be8940b - Browse repository at this point
Copy the full SHA be8940bView commit details
Commits on Sep 13, 2023
-
fix: send evidences with non-empty infraction block header (#3578)
* try to fill infraction header in double voting msg * reformat * fix nit * fmt * Formatting * Make infraction block header required * Stop after submitting double voting evidence to the provider * Force refresh of account before sending a tx * Revert refresh on every call * Remove hermes binary at root * Send ICS misbehaviour for CCV consumer chain in misbehaviour worker * Make the evidence command resilient to error, eg. because a client was already frozen * Improve logging * Go back to refreshing the account everytime * Improve CI test script * Improve logs * Add `key-name` and `check-past-blocks` arguments to `evidence` command (#3603) * Add `key-name` and `check-past-blocks` arguments to `evidence` command * Update templates * Better logs * Update nix flake * Patch check-guide tool with CCV protos * Do not refresh account everytime * Fix for zero height * Update ICS misbehaviour test to use a different wallet for the `evidence` command * Remove double sign script --------- Co-authored-by: Romain Ruetschi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6d03a1 - Browse repository at this point
Copy the full SHA b6d03a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61b7f81 - Browse repository at this point
Copy the full SHA 61b7f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff10df1 - Browse repository at this point
Copy the full SHA ff10df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f33f868 - Browse repository at this point
Copy the full SHA f33f868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a1b293 - Browse repository at this point
Copy the full SHA 7a1b293View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47193cb - Browse repository at this point
Copy the full SHA 47193cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 352332f - Browse repository at this point
Copy the full SHA 352332fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0581d3 - Browse repository at this point
Copy the full SHA c0581d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5d3729 - Browse repository at this point
Copy the full SHA f5d3729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 344f3a8 - Browse repository at this point
Copy the full SHA 344f3a8View commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5c7e87a - Browse repository at this point
Copy the full SHA 5c7e87aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b6141d - Browse repository at this point
Copy the full SHA 8b6141dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1a2db5 - Browse repository at this point
Copy the full SHA b1a2db5View commit details
Commits on Sep 26, 2023
-
Fix evidence submission (#3612)
* Fix evidence submission by using fix in custom branch tendermint-rs * Check that evidence command saw the evidence in the block * Skip submitting evidence if client is already frozen or expired * Skip frozen clients * Add more delay in standard misbehaviour test * Use latest tendermint-rs
Configuration menu - View commit details
-
Copy full SHA for fd26a58 - Browse repository at this point
Copy the full SHA fd26a58View commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ff700e - Browse repository at this point
Copy the full SHA 5ff700eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4762131 - Browse repository at this point
Copy the full SHA 4762131View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfcc312 - Browse repository at this point
Copy the full SHA cfcc312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa77c7 - Browse repository at this point
Copy the full SHA 7aa77c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a7f5eb - Browse repository at this point
Copy the full SHA 0a7f5ebView commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f025aa6 - Browse repository at this point
Copy the full SHA f025aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39adcc6 - Browse repository at this point
Copy the full SHA 39adcc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac48352 - Browse repository at this point
Copy the full SHA ac48352View commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7985ae9 - Browse repository at this point
Copy the full SHA 7985ae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c17cc98 - Browse repository at this point
Copy the full SHA c17cc98View commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b746151 - Browse repository at this point
Copy the full SHA b746151View commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8fb5e93 - Browse repository at this point
Copy the full SHA 8fb5e93View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd7333e - Browse repository at this point
Copy the full SHA cd7333eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3b98e - Browse repository at this point
Copy the full SHA bf3b98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7ec073 - Browse repository at this point
Copy the full SHA c7ec073View commit details -
Configuration menu - View commit details
-
Copy full SHA for f392f1e - Browse repository at this point
Copy the full SHA f392f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b9e898 - Browse repository at this point
Copy the full SHA 9b9e898View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c267e - Browse repository at this point
Copy the full SHA d9c267eView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2ef9317 - Browse repository at this point
Copy the full SHA 2ef9317View commit details
Commits on Oct 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ae80dd - Browse repository at this point
Copy the full SHA 9ae80ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51cb1f9 - Browse repository at this point
Copy the full SHA 51cb1f9View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb96ffc - Browse repository at this point
Copy the full SHA cb96ffcView commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for afdc3cd - Browse repository at this point
Copy the full SHA afdc3cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cb4d3e - Browse repository at this point
Copy the full SHA 9cb4d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4a4054 - Browse repository at this point
Copy the full SHA e4a4054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da442a - Browse repository at this point
Copy the full SHA 6da442aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b83fe - Browse repository at this point
Copy the full SHA f1b83feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 136e25b - Browse repository at this point
Copy the full SHA 136e25bView commit details -
Detect and report misbehaviour using the CometBFT light client to avo…
…id freezing the client too early
Configuration menu - View commit details
-
Copy full SHA for 8bfb121 - Browse repository at this point
Copy the full SHA 8bfb121View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2300d6c - Browse repository at this point
Copy the full SHA 2300d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea73fc0 - Browse repository at this point
Copy the full SHA ea73fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d39546d - Browse repository at this point
Copy the full SHA d39546dView commit details -
Never send IBC message if client is already frozen
Co-authored-by: Anca Zamfir <[email protected]> Signed-off-by: Romain Ruetschi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78e2ed7 - Browse repository at this point
Copy the full SHA 78e2ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8b37f - Browse repository at this point
Copy the full SHA 3e8b37fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 530a979 - Browse repository at this point
Copy the full SHA 530a979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 992afc3 - Browse repository at this point
Copy the full SHA 992afc3View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c3a8ad - Browse repository at this point
Copy the full SHA 4c3a8adView commit details -
Skip UpdateClient message if counterparty has consensus state at comm…
…on height, whether or not it is a provider chain
Configuration menu - View commit details
-
Copy full SHA for c27b9e4 - Browse repository at this point
Copy the full SHA c27b9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 116f141 - Browse repository at this point
Copy the full SHA 116f141View commit details -
Configuration menu - View commit details
-
Copy full SHA for c72a270 - Browse repository at this point
Copy the full SHA c72a270View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c1792 - Browse repository at this point
Copy the full SHA 78c1792View commit details -
Configuration menu - View commit details
-
Copy full SHA for c58c119 - Browse repository at this point
Copy the full SHA c58c119View commit details