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

Bridges - changes for Bridges V2 - relay client part #4494

Merged
merged 16 commits into from
Jun 14, 2024

Commits on May 23, 2024

  1. Revive new client and fix relay-halt issue (#2161)

    * Revert "Revert new client (#2153)"
    
    This reverts commit 17cf7b596170419a1e9b9d39d7e329acdb1a87de.
    
    * add comment re cache to CachingClient (#2162)
    
    * do not wait for reader when sending items (#2163)
    
    * Use unsync cache + async-aware sync primitives (#2164)
    
    * use unsync cache + async-aware sync primitives
    
    * clippy
    
    * trigger CI
    
    * Revert "trigger CI"
    
    This reverts commit b5c1405492409b85abf552ba0b089c000824f722.
    svyatonik authored and bkontur committed May 23, 2024
    Configuration menu
    Copy the full SHA
    29fae91 View commit details
    Browse the repository at this point in the history
  2. Avoid using extra background task for polling subscription when possi…

    …ble (#2206)
    
    * Avoid using extra background task for TransactionTracker
    
    * Add docs
    serban300 authored and bkontur committed May 23, 2024
    Configuration menu
    Copy the full SHA
    411de12 View commit details
    Browse the repository at this point in the history
  3. Polish the Subscription API (#2208)

    serban300 authored and bkontur committed May 23, 2024
    Configuration menu
    Copy the full SHA
    daaa24c View commit details
    Browse the repository at this point in the history
  4. Final check before transaction submit (#2351)

    * final check before transaction submit
    
    * pass pre-encoded transaction to validate
    svyatonik authored and bkontur committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e38f989 View commit details
    Browse the repository at this point in the history
  5. fix grandpa benchmarks (#2577)

    svyatonik authored and bkontur committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fb9d1c8 View commit details
    Browse the repository at this point in the history
  6. Get best and finalized head updates from subscription (#2166)

    * read best + best finalized headers from subscription
    
    * spelling
    
    * clippy
    svyatonik authored and bkontur committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6a021c8 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

  1. Fix review comment

    bkontur committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c0eeff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87a52db View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Removed: TODO (paritytech/parity-bridges-common#2133): this must be i…

    …mplemented for T: Client<C>
    bkontur committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9d1a5df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b19f7c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

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

Commits on Jun 14, 2024

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