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

Add package download & unpacking #48

Merged
merged 9 commits into from
Oct 8, 2023
Merged

Add package download & unpacking #48

merged 9 commits into from
Oct 8, 2023

Conversation

tarkah
Copy link
Collaborator

@tarkah tarkah commented Oct 3, 2023

TODO: This doesn't handle any db caching that needs to be done

TODO: This doesn't handle any db caching that needs
to be done
@tarkah tarkah requested review from ikeycode and ermo as code owners October 3, 2023 20:45
Copy link
Member

@ikeycode ikeycode left a comment

Choose a reason for hiding this comment

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

good stuff =) minor fixes for spdx is all

@@ -0,0 +1,26 @@
use bytes::Bytes;
Copy link
Member

Choose a reason for hiding this comment

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

missing spdx headers

@@ -0,0 +1,233 @@
use std::{io, path::PathBuf};
Copy link
Member

Choose a reason for hiding this comment

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

missing spdx headers

/// Shared client for tcp socket reuse and connection limit
static CLIENT: Lazy<reqwest::Client> = Lazy::new(|| {
reqwest::ClientBuilder::new()
.user_agent(concat!(
Copy link
Member

Choose a reason for hiding this comment

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

lol nice :D

@ikeycode ikeycode merged commit d777cf3 into main Oct 8, 2023
@ikeycode ikeycode deleted the feat/transaction-apply branch October 8, 2023 20:17
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.

2 participants