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

Merge Astria support into Penumbra branch #16

Merged
merged 16 commits into from
Mar 15, 2024
Merged

Merge Astria support into Penumbra branch #16

merged 16 commits into from
Mar 15, 2024

Commits on Dec 14, 2023

  1. update rustfmt

    noot committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7a42855 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. implement AstriaEndpoint (#1)

    * begin AstriaEndpoint impl; update rustfmt
    
    * impl send_messages and verify_header
    
    * check_misbehaviour and bootstrap
    
    * bump deps and work on query methods
    
    * implement rest of queries, lint
    
    * getting stuff running! hermes working but issue on astria
    
    * increase default rpc timeout to 60s
    
    * add proof specs for astria
    
    * handle nonce in astria endpoint
    
    * use no_prehash for proof spec for now
    
    * update localnet config for osmosis
    
    * cleanup
    
    * fix astria address creation and cleanup
    
    * implement ICS20Withdrawal on astria for transfer command
    noot committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e4532c9 View commit details
    Browse the repository at this point in the history
  2. merge w upstream (#2)

    noot committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ccb05dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fca16c6 View commit details
    Browse the repository at this point in the history
  4. merge with upstream

    noot committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    45cce61 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. add celestia config

    noot committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    25ede0e View commit details
    Browse the repository at this point in the history
  2. remove unused config

    noot committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2b0fd79 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    6de0923 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f135c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Use ibc-types v0.12.0

    zbuc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2a489d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b63a86 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    zbuc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1a91a28 View commit details
    Browse the repository at this point in the history
  4. Fix some test imports

    zbuc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0ba1056 View commit details
    Browse the repository at this point in the history
  5. Test fixes for Penumbra/Astria

    zbuc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    89bc392 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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