10000 Remove tempfile as a dependency by elichai · Pull Request #307 · rust-bitcoin/rust-bitcoin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove tempfile as a dependency #307

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

Merged
merged 1 commit into from
Aug 7, 2019

Conversation

elichai
Copy link
Member
@elichai elichai commented Aug 5, 2019

This removes tempfile as a dependency.
it wasn't really needed anyway, anything that was done via the fs can be done with in memory buffers.

this solves #306 and #305

@elichai elichai force-pushed the 2019-08-remove-tempfile branch 4 times, most recently from 1bc45a5 to 22e625d Compare August 5, 2019 18:07
Removed tempfile usage from stream_reader
@codecov-io
Copy link
codecov-io commented Aug 5, 2019

Codecov Report

Merging #307 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #307      +/-   ##
==========================================
+ Coverage   81.71%   81.72%   +0.01%     
==========================================
  Files          38       38              
  Lines        6825     6808      -17     
==========================================
- Hits         5577     5564      -13     
+ Misses       1248     1244       -4
Impacted Files Coverage Δ
src/network/stream_reader.rs 94.39% <100%> (+2.45%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db8c8b4...22e625d. Read the comment docs.

@tamasblummer tamasblummer merged commit 4a1830c into rust-bitcoin:master Aug 7, 2019
@elichai elichai deleted the 2019-08-remove-tempfile branch August 7, 2019 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0