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

ics-cf-solana light-client: header verification & client update; protobuf impl #510

Open
wants to merge 21 commits into
base: hyperspace-solana
Choose a base branch
from

Commits on Aug 5, 2024

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

Commits on Aug 8, 2024

  1. Fix doc type

    vmarkushin committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c1942e9 View commit details
    Browse the repository at this point in the history
  2. Add PreCheckedShreds type that provides some guarantees for the rec…

    …eived shreds in a header =
    vmarkushin committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f8b6ab9 View commit details
    Browse the repository at this point in the history
  3. Check for misbehavior when an update from the past received

    Check that the consensus state for the header is the same as in the storage (if have any)
    vmarkushin committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    999e51d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7efb3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    311cf7d View commit details
    Browse the repository at this point in the history
  6. Add some todos

    vmarkushin committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b5d9b0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37afb2f View commit details
    Browse the repository at this point in the history
  8. Fix iterator loop

    vmarkushin committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b172be3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65b5bd0 View commit details
    Browse the repository at this point in the history
  10. Optimize collection

    vmarkushin committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    673fd8a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Update light-clients/icsxx-cf-solana/src/client.rs

    Co-authored-by: Michal Nazarewicz <[email protected]>
    vmarkushin and mina86 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    eb250e9 View commit details
    Browse the repository at this point in the history
  2. Add a TODO

    vmarkushin committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8787431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    687e9b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f97d39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    976d8d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3964b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ceff4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f014eb5 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/vmarkushin/cf-solana-client-upda…

    …te' into vmarkushin/cf-solana-client-update
    vmarkushin committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0738a5b View commit details
    Browse the repository at this point in the history
  10. Merge branch 'refs/heads/hyperspace-solana' into vmarkushin/cf-solana…

    …-client-update
    
    # Conflicts:
    #	contracts/pallet-ibc/src/light_clients.rs
    #	light-clients/icsxx-cf-solana/src/client_def.rs
    vmarkushin committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    dcaea3c View commit details
    Browse the repository at this point in the history