Skip to content

Commit

Permalink
Sf/block stream future03 (#2679)
Browse files Browse the repository at this point in the history
* Revert "*: Downgrade to tokio 0.2"
* Upgraded tokio to 1.9
* runtime: fix tokio runtime flavor
* runtime: fix test runtime
* graphql: fix Owned semaphore creation
* 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 examples
  • Loading branch information
jubeless authored Aug 11, 2021
1 parent 83ecbbf commit bc26b36
Show file tree
Hide file tree
Showing 41 changed files with 1,302 additions and 1,495 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Contributing to graph-node

Welcome to the Graph Protocol! Thanks a ton for your interest in contributing.
Expand Down
Loading

0 comments on commit bc26b36

Please sign in to comment.