Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Request based collation fetching #2594

Closed
wants to merge 25 commits into from
Closed

Request based collation fetching #2594

wants to merge 25 commits into from

Conversation

eskimor
Copy link
Member

@eskimor eskimor commented Mar 9, 2021

Closes #2591
Big part of #2283

@eskimor eskimor added A3-in_progress Pull request is in progress. No review needed at this stage. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Mar 9, 2021
@eskimor eskimor force-pushed the rk-collation-2591 branch from 50bcf94 to 999ace3 Compare March 12, 2021 12:03
@eskimor eskimor changed the title WIP: Request based collation fetching Request based collation fetching Mar 14, 2021
@eskimor eskimor marked this pull request as ready for review March 14, 2021 13:17
@github-actions github-actions bot added A0-please_review Pull request needs code review. and removed A3-in_progress Pull request is in progress. No review needed at this stage. labels Mar 14, 2021
node/network/protocol/src/lib.rs Outdated Show resolved Hide resolved
node/network/protocol/src/request_response/mod.rs Outdated Show resolved Hide resolved
Comment on lines +30 to +31
[target.'cfg(not(target_os = "unknown"))'.dependencies]
zstd = "0.5.0"
Copy link
Member

Choose a reason for hiding this comment

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

we could make it an optional dependency and include it in std feature as we do for other such deps

Copy link
Member

Choose a reason for hiding this comment

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

I sorry, I remember now there were troubles compiling zstd to wasm
#2288 (comment)
maybe this suggestion was wrong, but I think we can make it both optional and gated by unknown target

node/network/bridge/src/action.rs Show resolved Hide resolved
@eskimor eskimor force-pushed the rk-collation-2591 branch from 7e24d42 to 6659aab Compare March 14, 2021 13:56
@eskimor eskimor force-pushed the rk-collation-2591 branch 3 times, most recently from 292864c to 8a1aaed Compare March 14, 2021 16:06
@eskimor eskimor force-pushed the rk-collation-2591 branch from 8a1aaed to 4202d3c Compare March 14, 2021 16:09
@eskimor eskimor closed this Mar 14, 2021
@eskimor eskimor reopened this Mar 14, 2021
@eskimor eskimor closed this Mar 14, 2021
@eskimor eskimor deleted the rk-collation-2591 branch March 14, 2021 16:13
@eskimor eskimor restored the rk-collation-2591 branch March 14, 2021 16:13
@eskimor
Copy link
Member Author

eskimor commented Mar 14, 2021

Re-opened here. (CI behaved weirdly, maybe I hit a rate limit or something)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request based collation fetching
2 participants