forked from nervosnetwork/ckb
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ckb async download #32
Draft
eval-exec
wants to merge
50
commits into
develop
Choose a base branch
from
ckb-async-download
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eval-exec
force-pushed
the
ckb-async-download
branch
from
May 13, 2024 03:09
4b369bb
to
95c26d9
Compare
Signed-off-by: Eval EXEC <[email protected]>
eval-exec
force-pushed
the
ckb-async-download
branch
from
June 27, 2024 04:46
8f38e14
to
c5761f0
Compare
…block_assembler_config_data2_117 [backport] chore: Disable use of data2 in block_assembler config
…ocket-perf-issue [Backport] Fix websocket subscription performance issue
eval-exec
force-pushed
the
ckb-async-download
branch
from
July 5, 2024 10:44
c5761f0
to
cc96ea6
Compare
eval-exec
force-pushed
the
ckb-async-download
branch
from
July 17, 2024 07:11
cc96ea6
to
5a23995
Compare
Backport nervosnetwork#4527 Early return process_fetch_cmd if ckb received exit signal
eval-exec
force-pushed
the
ckb-async-download
branch
from
July 24, 2024 04:33
5a23995
to
598efac
Compare
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 0.14.30. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.30/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.28...v0.14.30) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
eval-exec
force-pushed
the
ckb-async-download
branch
from
July 25, 2024 08:22
cb4242f
to
58b0027
Compare
…batch-limit Add jsonrpc batch request limit
eval-exec
force-pushed
the
ckb-async-download
branch
from
July 30, 2024 06:18
678a29e
to
df6c166
Compare
Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.17.1 to 1.19.0. - [Release notes](https://github.com/rhaiscript/rhai/releases) - [Changelog](https://github.com/rhaiscript/rhai/blob/main/CHANGELOG.md) - [Commits](rhaiscript/rhai@v1.17.1...v1.19.0) --- updated-dependencies: - dependency-name: rhai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.17 to 0.99.18. - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/v0.99.18/CHANGELOG.md) - [Commits](JelteF/derive_more@v0.99.17...v0.99.18) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [url](https://github.com/servo/rust-url) from 2.5.0 to 2.5.2. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.0...v2.5.2) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…argo/url-2.5.2 chore(deps): bump url from 2.5.0 to 2.5.2
…argo/derive_more-0.99.18 chore(deps): bump derive_more from 0.99.17 to 0.99.18
…argo/rhai-1.19.0 chore(deps): bump rhai from 1.17.1 to 1.19.0
…argo/hyper-0.14.30 chore(deps): bump hyper from 0.14.28 to 0.14.30
eval-exec
force-pushed
the
ckb-async-download
branch
2 times, most recently
from
August 1, 2024 06:45
59c2cdd
to
c3ec6c6
Compare
…collaboration fix: fix sync relayer collaboration
Signed-off-by: Eval EXEC <[email protected]>
Signed-off-by: Eval EXEC <[email protected]>
Signed-off-by: Eval EXEC <[email protected]>
Signed-off-by: Eval EXEC <[email protected]>
Signed-off-by: Eval EXEC <[email protected]>
eval-exec
force-pushed
the
ckb-async-download
branch
from
August 1, 2024 16:45
c3ec6c6
to
b31c07d
Compare
…fore exit Signed-off-by: Eval EXEC <[email protected]>
eval-exec
force-pushed
the
ckb-async-download
branch
from
August 2, 2024 04:49
5b895f2
to
dc5dfb8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What is changed and how it works?
Proposal: xxx
What's Changed:
Related changes
owner/repo
:Check List
Tests
Side effects
Release note