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

WIP Relayer for Solana #439

Draft
wants to merge 260 commits into
base: master
Choose a base branch
from
Draft

WIP Relayer for Solana #439

wants to merge 260 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    f6b5f9f View commit details
    Browse the repository at this point in the history
  2. added few more query methods

    dhruvja committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a7bbc60 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

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

Commits on Oct 30, 2023

  1. added channel whitelist

    dhruvja committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0bfdae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63e221a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Nov 21, 2023

  1. fix connectionId issue

    dhruvja committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    2306e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7187ec2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

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

Commits on Dec 5, 2023

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

    dhruvja committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b67b6f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 7, 2023

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

Commits on Dec 11, 2023

  1. added recv and send packets

    dhruvja committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1665409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eddbcee View commit details
    Browse the repository at this point in the history
  3. setup tests for solana cosmos

    dhruvja committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    afe4c6e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    43c45fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fd9e84 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Dec 14, 2023

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

Commits on Dec 17, 2023

  1. testing wip

    dhruvja committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    d39dc16 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. fix sync and fmt

    dhruvja committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9bb6b7e View commit details
    Browse the repository at this point in the history
  2. wip

    dhruvja committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    fb4c49f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. wip

    dhruvja committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    00acd2e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. wip

    dhruvja committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    02ed256 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. add mock solana light client

    dhruvja committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    88128f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

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

Commits on Jan 4, 2024

  1. added send transfer

    dhruvja committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    2d57d61 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    4901d83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5f8792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7aa062 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

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

Commits on Jan 25, 2024

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

Commits on Feb 9, 2024

  1. Fix overflow (#464)

    * Fix overflow
    
    * Revert "subxt update (#462)"
    
    This reverts commit 687ff2f.
    
    (cherry picked from commit e868518)
    vmarkushin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d7ff1cc View commit details
    Browse the repository at this point in the history
  2. 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
    
    (cherry picked from commit 883cb03)
    vmarkushin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    976bfc9 View commit details
    Browse the repository at this point in the history
  3. Update Cargo.lock

    vmarkushin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e258cc9 View commit details
    Browse the repository at this point in the history
  4. Update Cargo.lock

    vmarkushin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1c4a6bb View commit details
    Browse the repository at this point in the history
  5. subxt update (#462)

    (cherry picked from commit 687ff2f)
    kkast authored and vmarkushin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    47d6ee0 View commit details
    Browse the repository at this point in the history
  6. subxt update (#466)

    (cherry picked from commit 0951dac)
    kkast authored and vmarkushin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d775eb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Feb 29, 2024

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

Commits on Mar 4, 2024

  1. wip

    mina86 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ec24275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64cbe06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df7f81a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3bd718 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5a45d1 View commit details
    Browse the repository at this point in the history
  6. fmt

    dhruvja committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1c66e3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c442f0e View commit details
    Browse the repository at this point in the history
  8. fix send transfer logic

    dhruvja committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    802d49f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. wip

    mina86 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5aff3ba View commit details
    Browse the repository at this point in the history
  2. wip

    mina86 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    14a8d75 View commit details
    Browse the repository at this point in the history
  3. wip

    mina86 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a829c5e View commit details
    Browse the repository at this point in the history
  4. use types crate from lts ibc

    dhruvja committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6d3e9bd View commit details
    Browse the repository at this point in the history
  5. wip

    mina86 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    54e39cc View commit details
    Browse the repository at this point in the history
  6. fmt

    mina86 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8e746e7 View commit details
    Browse the repository at this point in the history
  7. review

    mina86 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    246855f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. update dep

    mina86 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    be8ec1b View commit details
    Browse the repository at this point in the history
  2. rm unneccesary code

    dhruvja committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bbae5fd View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. pull from upstream

    dhruvja committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    596ef1f View commit details
    Browse the repository at this point in the history
  2. Update light-clients/cf-guest-cw/Cargo.toml

    Co-authored-by: Dhruv D Jain <[email protected]>
    Signed-off-by: Michal Nazarewicz <[email protected]>
    mina86 and dhruvja authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0667cf9 View commit details
    Browse the repository at this point in the history
  3. wip

    mina86 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    06902a9 View commit details
    Browse the repository at this point in the history
  4. wip

    mina86 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2cfd17e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c574456 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    c07338e View commit details
    Browse the repository at this point in the history
  2. implemented custom errors

    dhruvja committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2a60fd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd8252b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82767b1 View commit details
    Browse the repository at this point in the history
  5. fix prootbuf derive

    mina86 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0445be9 View commit details
    Browse the repository at this point in the history
  6. fix to threadsafe

    mina86 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e01b6b3 View commit details
    Browse the repository at this point in the history
  7. deps

    mina86 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3d8b59b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

  1. impl anyclientstate proto

    dhruvja committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5fcb865 View commit details
    Browse the repository at this point in the history
  2. Revert "Contract updates addressing the ibc-go wasm light client refa…

    …ctoring (#388)"
    
    This reverts commit 5fd0719.
    dhruvja committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1ecff56 View commit details
    Browse the repository at this point in the history
  3. wip

    dhruvja committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2556c50 View commit details
    Browse the repository at this point in the history
  4. change contract interface

    mina86 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fcb6180 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. deps

    mina86 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e328ea8 View commit details
    Browse the repository at this point in the history
  2. wip

    mina86 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6aa1b17 View commit details
    Browse the repository at this point in the history
  3. wasm state

    mina86 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    fed2e67 View commit details
    Browse the repository at this point in the history
  4. wip

    dhruvja committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b952e90 View commit details
    Browse the repository at this point in the history
  5. update cosmwasm contract

    dhruvja committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    165c1cb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    e5856e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e4946 View commit details
    Browse the repository at this point in the history
  3. update cosmwasm

    dhruvja committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9eee178 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a2309d View commit details
    Browse the repository at this point in the history
  5. A (#484)

    * wip
    
    * wip
    mina86 authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7b2b8f0 View commit details
    Browse the repository at this point in the history
  6. validate-delay (#485)

    mina86 authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    30789ef View commit details
    Browse the repository at this point in the history
  7. wasm from tm

    dhruvja committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    bfa68d6 View commit details
    Browse the repository at this point in the history
  8. fix

    dhruvja committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    708080e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 23, 2024

  1. small changes

    dhruvja committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    17f9b07 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. fix updates in solana

    dhruvja committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    18b5bd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. small changes

    dhruvja committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8802199 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. add signature chunking

    dhruvja committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    78280a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. minor changes

    dhruvja committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    88fd7b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. update deps

    dhruvja committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b1948bf View commit details
    Browse the repository at this point in the history
  2. fix ibc testkit

    dhruvja committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c3347c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef4ad96 View commit details
    Browse the repository at this point in the history
  4. filter events

    dhruvja committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3af7873 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d50c24 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    76317e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fb9874 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. update ibc rev

    dhruvja committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    253582d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    54340d3 View commit details
    Browse the repository at this point in the history
  2. ics02: fix formatting

    mina86 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    16e0430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    215a808 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    286dca8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1af1a8 View commit details
    Browse the repository at this point in the history
  6. icsxx-solana-cw: remove unused crate (#493)

    Implementation for the Solana light client is in cf-guest-cw.
    icsxx-solana-cw is a leftover from before the new name was used.  Get
    rid of it.
    mina86 authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fb1e2cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7575ef3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. add localnet config

    dhruvja committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    86d782b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c71370 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    585ea8a View commit details
    Browse the repository at this point in the history
  2. fix timeouts

    dhruvja committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    60e224e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on Apr 28, 2024

  1. send user account during ack

    dhruvja committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c6a4bc7 View commit details
    Browse the repository at this point in the history
  2. increase trusting period

    dhruvja committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    75b394f View commit details
    Browse the repository at this point in the history
  3. convert signer to string

    dhruvja committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a50fea9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d89207 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09f7077 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b432c7a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. use token account from packet

    dhruvja committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2cbbd2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c729e0f View commit details
    Browse the repository at this point in the history
  3. check token account on chain

    dhruvja committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    376341e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. get rid of panics

    dhruvja committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c7c40ec View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fix seeds

    dhruvja committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a9ca328 View commit details
    Browse the repository at this point in the history
  2. some changes form vm

    root committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7932fe3 View commit details
    Browse the repository at this point in the history
  3. fix merge conflicts

    root committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8685e43 View commit details
    Browse the repository at this point in the history
  4. fix issues while receiving

    dhruvja committed May 1, 2024
    Configuration menu
    Copy the full SHA
    250c6e9 View commit details
    Browse the repository at this point in the history
  5. fix all merge conflicts

    dhruvja committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e2859ba View commit details
    Browse the repository at this point in the history
  6. update timeouts

    dhruvja committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b1db631 View commit details
    Browse the repository at this point in the history
  7. avoid unwrap

    dhruvja committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c98dd22 View commit details
    Browse the repository at this point in the history
  8. panic when disconnects

    dhruvja committed May 1, 2024
    Configuration menu
    Copy the full SHA
    15810de View commit details
    Browse the repository at this point in the history
  9. make cosmos bullish again

    dhruvja committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a4adfbe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d590ed4 View commit details
    Browse the repository at this point in the history
  11. logs

    dhruvja committed May 1, 2024
    Configuration menu
    Copy the full SHA
    202f3e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9cdf6ea View commit details
    Browse the repository at this point in the history
  13. use block header og

    dhruvja committed May 1, 2024
    Configuration menu
    Copy the full SHA
    cba6912 View commit details
    Browse the repository at this point in the history
  14. testing proof height

    dhruvja committed May 1, 2024
    Configuration menu
    Copy the full SHA
    081968a View commit details
    Browse the repository at this point in the history
  15. use lts height on source

    dhruvja committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9c6ae71 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    91dc30b View commit details
    Browse the repository at this point in the history
  2. fix infinite loop

    dhruvja committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b8c15ed View commit details
    Browse the repository at this point in the history
  3. import duration

    dhruvja committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b839bc6 View commit details
    Browse the repository at this point in the history
  4. add semicolon

    dhruvja committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f46cca9 View commit details
    Browse the repository at this point in the history
  5. get timeout height

    dhruvja committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4195510 View commit details
    Browse the repository at this point in the history
  6. upgrade solana-ibc

    dhruvja committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0c466bf View commit details
    Browse the repository at this point in the history
  7. logs

    dhruvja committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3753acb View commit details
    Browse the repository at this point in the history
  8. rm unneccesary logging

    dhruvja committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4ed1fec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    487bbf5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. optimize

    dhruvja committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c56718a View commit details
    Browse the repository at this point in the history
  2. parallelize signature tx

    dhruvja committed May 3, 2024
    Configuration menu
    Copy the full SHA
    cd95a48 View commit details
    Browse the repository at this point in the history
  3. add signer

    dhruvja committed May 3, 2024
    Configuration menu
    Copy the full SHA
    dab6ea1 View commit details
    Browse the repository at this point in the history
  4. rm sig parallel

    dhruvja committed May 3, 2024
    Configuration menu
    Copy the full SHA
    67b09a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b3a2d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9554d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b32aa6 View commit details
    Browse the repository at this point in the history
  8. make updates in ascending

    dhruvja committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c601d50 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

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

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    dd60b26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    befc973 View commit details
    Browse the repository at this point in the history
  3. send updates every interval

    dhruvja committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4d3b177 View commit details
    Browse the repository at this point in the history
  4. get proof height for timeout

    dhruvja committed May 6, 2024
    Configuration menu
    Copy the full SHA
    db81e7d View commit details
    Browse the repository at this point in the history
  5. fmt

    dhruvja committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c3c8f8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94ec676 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40f164e View commit details
    Browse the repository at this point in the history
  8. add solana mainnet config

    dhruvja committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b8caee0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. parallelize transactions

    dhruvja committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b319383 View commit details
    Browse the repository at this point in the history
  2. chuking for all tx

    dhruvja committed May 7, 2024
    Configuration menu
    Copy the full SHA
    165aa4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    498af52 View commit details
    Browse the repository at this point in the history
  4. fix time since last update

    dhruvja committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0355cec View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. add jito and batch all tx

    dhruvja committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7b69379 View commit details
    Browse the repository at this point in the history
  2. update dep of jito

    dhruvja committed May 8, 2024
    Configuration menu
    Copy the full SHA
    db49043 View commit details
    Browse the repository at this point in the history
  3. revert local path change

    dhruvja committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a1ffbb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fff3f5d View commit details
    Browse the repository at this point in the history
  5. remove handshake complete

    dhruvja committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e729a4a View commit details
    Browse the repository at this point in the history
  6. add handshake flag

    dhruvja committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9074ecc View commit details
    Browse the repository at this point in the history
  7. clear unneccesary things

    dhruvja committed May 8, 2024
    Configuration menu
    Copy the full SHA
    528efd1 View commit details
    Browse the repository at this point in the history
  8. fix handshake completed

    dhruvja committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d4a814a View commit details
    Browse the repository at this point in the history
  9. retry when fetching logs

    dhruvja committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6b865dd View commit details
    Browse the repository at this point in the history
  10. remove mainnet configs

    dhruvja committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3822a97 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    33b965a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0ac775 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e73fd42 View commit details
    Browse the repository at this point in the history
  4. revert toolchain version

    dhruvja committed May 9, 2024
    Configuration menu
    Copy the full SHA
    202e2ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    085745b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2002455 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3288595 View commit details
    Browse the repository at this point in the history
  8. run single cosmos tx

    dhruvja committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ee1df86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    706dda2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c45d02e View commit details
    Browse the repository at this point in the history
  11. skip only optional updates

    dhruvja committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2ac70fb View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    c011570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59a01fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5baf6ac View commit details
    Browse the repository at this point in the history
  4. fix mandatory updates

    dhruvja committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8341210 View commit details
    Browse the repository at this point in the history
  5. sleep during updates

    dhruvja committed May 10, 2024
    Configuration menu
    Copy the full SHA
    553c584 View commit details
    Browse the repository at this point in the history
  6. fix sleep

    dhruvja committed May 10, 2024
    Configuration menu
    Copy the full SHA
    24d397f View commit details
    Browse the repository at this point in the history
  7. default update height to 0

    dhruvja committed May 10, 2024
    Configuration menu
    Copy the full SHA
    da07e7c View commit details
    Browse the repository at this point in the history
  8. logs for proofs

    dhruvja committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5ba9765 View commit details
    Browse the repository at this point in the history
  9. fix

    dhruvja committed May 10, 2024
    Configuration menu
    Copy the full SHA
    016077f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c96c5b View commit details
    Browse the repository at this point in the history
  11. increase CU for sigverify

    dhruvja committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e5c1c23 View commit details
    Browse the repository at this point in the history
  12. get trie data from db

    dhruvja committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4446085 View commit details
    Browse the repository at this point in the history
  13. fix query proofs

    dhruvja committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1938d15 View commit details
    Browse the repository at this point in the history
  14. use jito

    dhruvja committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6698cdb View commit details
    Browse the repository at this point in the history
  15. log trie root

    dhruvja committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7868c12 View commit details
    Browse the repository at this point in the history
  16. fix bug

    dhruvja committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fba4967 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    b97cd97 View commit details
    Browse the repository at this point in the history
  2. process packets in chunks

    dhruvja committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4318b0b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. add trie db path in config

    dhruvja committed May 12, 2024
    Configuration menu
    Copy the full SHA
    cb578d2 View commit details
    Browse the repository at this point in the history
  2. fix trie fetch

    dhruvja committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5983613 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    252b0e4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. simulate tx

    dhruvja committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e9879c9 View commit details
    Browse the repository at this point in the history
  2. remove simulation

    dhruvja committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9f67610 View commit details
    Browse the repository at this point in the history
  3. log encoded transactions

    dhruvja committed May 13, 2024
    Configuration menu
    Copy the full SHA
    036bcf7 View commit details
    Browse the repository at this point in the history
  4. logging signed tx

    dhruvja committed May 13, 2024
    Configuration menu
    Copy the full SHA
    68655f8 View commit details
    Browse the repository at this point in the history
  5. log encoded tx of all tx

    dhruvja committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7d5833c View commit details
    Browse the repository at this point in the history
  6. increase heap

    dhruvja committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e5a5650 View commit details
    Browse the repository at this point in the history
  7. chunk only once

    dhruvja committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ec7c323 View commit details
    Browse the repository at this point in the history
  8. fix ack

    dhruvja committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ad2b0c0 View commit details
    Browse the repository at this point in the history
  9. increase chunk size to 4

    dhruvja committed May 13, 2024
    Configuration menu
    Copy the full SHA
    75d956a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. dont add trace prefix

    dhruvja committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cf78efb View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    ba88365 View commit details
    Browse the repository at this point in the history
  2. uncomment get trie

    dhruvja committed May 17, 2024
    Configuration menu
    Copy the full SHA
    55a34e7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 24, 2024

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

Commits on May 25, 2024

  1. fetch validators from epoch

    dhruvja committed May 25, 2024
    Configuration menu
    Copy the full SHA
    2dbd4f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dea9a6a View commit details
    Browse the repository at this point in the history
  3. not fetch ready packets

    dhruvja committed May 25, 2024
    Configuration menu
    Copy the full SHA
    ce3eae3 View commit details
    Browse the repository at this point in the history
  4. fix

    dhruvja committed May 25, 2024
    Configuration menu
    Copy the full SHA
    91be5b9 View commit details
    Browse the repository at this point in the history
  5. fix

    dhruvja committed May 25, 2024
    Configuration menu
    Copy the full SHA
    aa31749 View commit details
    Browse the repository at this point in the history
  6. test

    dhruvja committed May 25, 2024
    Configuration menu
    Copy the full SHA
    65607e5 View commit details
    Browse the repository at this point in the history
  7. revert test changes

    dhruvja committed May 25, 2024
    Configuration menu
    Copy the full SHA
    bbd2b16 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. improve logging

    dhruvja committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2c10acb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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

Commits on Jun 2, 2024

  1. reduce jito fees

    dhruvja committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    ea1592c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Contract updates addressing the ibc-go wasm light client refactoring (#…

    …388)
    
    (cherry picked from commit 5fd0719)
    misko9 authored and vmarkushin committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    20891ca View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    ddb0c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba5b179 View commit details
    Browse the repository at this point in the history
  3. remove priority fees

    dhruvja committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3ae10e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. change solana block time to 0

    dhruvja committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8956e4d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Aug 1, 2024

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

Commits on Aug 7, 2024

  1. port to sdk50

    dhruvja committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    299045c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. use local deps

    dhruvja committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8c86ba9 View commit details
    Browse the repository at this point in the history
  2. wip

    dhruvja committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8634300 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fix sdk 50

    dhruvja committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    20e99e5 View commit details
    Browse the repository at this point in the history