Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Optimize offchain worker api by re-using http-client #6454

Merged
merged 8 commits into from
Jun 23, 2020

Commits on Jun 21, 2020

  1. Fix typo in offchain's docs

    Scott Piriou committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    d8e703c View commit details
    Browse the repository at this point in the history
  2. Use Self keyword in AsyncApi::new()

    Scott Piriou committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    c23b583 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8fbf03 View commit details
    Browse the repository at this point in the history
  4. Fix compilation errors for tests

    Scott Piriou committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    814c481 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Add wrapper struct for HyperClient

    Scott Piriou committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    cf434c8 View commit details
    Browse the repository at this point in the history
  2. Use lazy_static share SharedClient amongst OffchainWorkers. Remove th…

    …e need to raise the fd limit
    Scott Piriou committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    7af9749 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Revert "Use lazy_static share SharedClient amongst OffchainWorkers. R…

    …emove the need to raise the fd limit"
    
    This reverts commit 7af9749.
    Scott Piriou committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    fc822c4 View commit details
    Browse the repository at this point in the history
  2. Add lazy_static for tests

    Scott Piriou committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    5313534 View commit details
    Browse the repository at this point in the history