Skip to content
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

New workflow #503

Closed
wants to merge 14 commits into from
Closed

New workflow #503

wants to merge 14 commits into from

Commits on Dec 13, 2023

  1. ibc: add compatibility code for upstream IBC types (#460)

    Introduce From and TryFrom conversion between IBC identifier types in
    our fork of ibc-rs and upstream ibc-rs crate.  This will be needed by
    Solana implementation which uses upstream code.
    mina86 authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    470fc17 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    5fd0719 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. subxt update (#462)

    kkast authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    687ff2f View commit details
    Browse the repository at this point in the history
  2. Fix overflow (#464)

    * Fix overflow
    
    * Revert "subxt update (#462)"
    
    This reverts commit 687ff2f.
    vmarkushin authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e868518 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. subxt update (#466)

    kkast authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0951dac View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Relayer documentation (#469)

    * adding new things to relayer documentation
    
    * adding connection toml
    
    * removing spaces
    
    * removing ips
    
    * modifying contracts
    Ciejo authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5b89480 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Cosmos fixes and improvements; metric handling fix (#474)

    * Fix cosmos client next updates and improve some of the queries
    
    * Return in `MetricsHandler::handle_events` if no new height was found
    vmarkushin authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    883cb03 View commit details
    Browse the repository at this point in the history
  2. ready to deploy (#473)

    Ciejo authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    851cd42 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    6972b2f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    7ae8b4f View commit details
    Browse the repository at this point in the history
  2. cf-guest-cw: add light client implementation for the guest blockchain (

    …#478)
    
    
    
    ---------
    
    Signed-off-by: Michal Nazarewicz <[email protected]>
    Co-authored-by: Dhruv D Jain <[email protected]>
    mina86 and dhruvja authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    46588f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    1e387ab View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Weaken GRANDPA proof validation (#497)

    `verify_with_voter_set` function is performing additional validation that go beyond the [standard implementation](https://raw.githubusercontent.com/w3f/consensus/master/pdf/grandpa.pdf) (section 2.3), possibly leading to proofs not being accepted while valid.
    
    Instead, we need to accept all finality justifications where is_valid is true. The equivocations or other misbehaviors detected in the justifications must be handled too but not should not reject the proof.
    vmarkushin authored May 15, 2024
    Configuration menu
    Copy the full SHA
    063a708 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    2a8574f View commit details
    Browse the repository at this point in the history