Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Rewrite faucet with tokio v0.3 #14336

Merged
merged 2 commits into from
Dec 30, 2020

Conversation

CriesofCarrots
Copy link
Contributor

@CriesofCarrots CriesofCarrots commented Dec 29, 2020

Problem

Faucet code still depends on tokio v0.1

Summary of Changes

Rewrite using tokio v0.3 to synchronize with the majority of the code base
Upgrading to tokio v1.0 will require bumping bytes and tokio-util as well 🎉

Toward #10187

faucet/src/faucet.rs Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Dec 29, 2020

Codecov Report

Merging #14336 (fbd0645) into master (2074e40) will decrease coverage by 0.0%.
The diff coverage is 8.6%.

@@            Coverage Diff            @@
##           master   #14336     +/-   ##
=========================================
- Coverage    80.4%    80.4%   -0.1%     
=========================================
  Files         399      399             
  Lines       98349    98368     +19     
=========================================
+ Hits        79137    79149     +12     
- Misses      19212    19219      +7     

Copy link
Contributor

@t-nelson t-nelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! Where'd all those dependencies go!? 😎

LGTM!

@CriesofCarrots CriesofCarrots merged commit d63dd95 into solana-labs:master Dec 30, 2020
mergify bot pushed a commit that referenced this pull request Dec 30, 2020
* Rewrite faucet for contemporary tokio

* Move away from framed decoder

(cherry picked from commit d63dd95)

# Conflicts:
#	faucet/Cargo.toml
mergify bot added a commit that referenced this pull request Dec 30, 2020
* Rewrite faucet with tokio v0.3 (#14336)

* Rewrite faucet for contemporary tokio

* Move away from framed decoder

(cherry picked from commit d63dd95)

# Conflicts:
#	faucet/Cargo.toml

* Fix conflicts

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
@CriesofCarrots CriesofCarrots deleted the bump-faucet-tokio branch February 25, 2021 22:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants