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

Sf/block stream future03 #2679

Merged
merged 12 commits into from
Aug 11, 2021

Commits on Aug 11, 2021

  1. Revert "*: Downgrade to tokio 0.2"

    This reverts commit a32d631.
    
    # Conflicts:
    #	Cargo.lock
    #	chain/ethereum/src/block_ingestor.rs
    #	chain/ethereum/tests/network_indexer.rs
    #	core/src/subgraph/instance_manager.rs
    #	graph/Cargo.toml
    #	graph/src/data/graphql/effort.rs
    #	graph/src/util/futures.rs
    #	graphql/src/execution/execution.rs
    #	graphql/tests/query.rs
    #	runtime/test/src/test/abi.rs
    #	runtime/wasm/Cargo.toml
    #	runtime/wasm/src/host_exports.rs
    #	runtime/wasm/src/mapping.rs
    #	runtime/wasm/src/module/test.rs
    #	store/postgres/src/chain_head_listener.rs
    #	store/postgres/tests/graft.rs
    #	store/test-store/src/store.rs
    jubeless committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    546dab6 View commit details
    Browse the repository at this point in the history
  2. Upgraded tokio to 1.9

    jubeless committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    5432e82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    834dc86 View commit details
    Browse the repository at this point in the history
  4. runtime: fix test runtime

    jubeless committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    6fb952c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1435833 View commit details
    Browse the repository at this point in the history
  6. Upgraded from future 0.1 to future 0.3

    - Modified blockstream implementation to support future 0.3
    - Modified cancellable to support future 0.3
    - Modified `retry` lib to support future 0.3. Now retry func expects a future 0.3 function
    - Sprinkled some `boxed` & `compat` where needed
    - Fixed exemples
    jubeless committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    60dde3c View commit details
    Browse the repository at this point in the history
  7. Cleaned up dead code

    jubeless committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ebfd630 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f42399f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d10721e View commit details
    Browse the repository at this point in the history
  10. store: mutli-thread test fix

    jubeless committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    75e9df7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ce8d71a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c827e1 View commit details
    Browse the repository at this point in the history