-
Notifications
You must be signed in to change notification settings - Fork 82
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
feat: Adapt ckb light node (#2590) #2615
Merged
Merged
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
* fix: Download light client binary when transfer system type and unzip config.toml
ckb light client [email protected] works on ubuntu 20.04 while ckb light [email protected] doesn't due to openssl compatibility
* fix: Fix some bugs, details are in description. 1. Fetch some contract blocks when starting the sync 2. Use `getHeader` to replace `getHeaderByNumber` 3. Get live cells from local SQLITE when generating transactions. 4. Remove `getBlockchainInfo` from UI because chainInfo is not used in UI. 5. When call setCurrent should restart queue when network is light client.
yanguoyu
force-pushed
the
support-light-client
branch
from
April 21, 2023 02:14
f0f680a
to
e440f1b
Compare
CI failed at e440f1b |
I fix the test case in the PR #2642, but it needs to wait for some reason. So I split the commit that fixes the test case to a new PR #2650. |
* fix: Fix test case * fix: Merge test case fix into a branch.
…o merge-develop-into-support-light-client
…t-light-client
…and indexer (#2679) * fix: Fix dao progress bar and light client should not verify version and indexer. * fix: use const if variable will not change. * feat: update light client version. * fix: More clear code.
* fix: Fix multisig with light client 1. Any multisig script should sync from 0. 2. When adding multisig address after deletion, it should start sync again. 3. Every 10s to refresh multisig sync height, not when multisig address changes.
yanguoyu
approved these changes
May 29, 2023
FrederLu
approved these changes
May 29, 2023
This was referenced May 29, 2023
Merged
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.
https://youtu.be/tQm9YvgG7iE
Excerpt from Magickbase/neuron-public-issues#138 (comment)