feat: Adapt ckb light node (#2590)#2615
Merged
Merged
Conversation
* fix: Download light client binary when transfer system type and unzip config.toml
ckb light client portable@v0.2.2 works on ubuntu 20.04 while ckb light client@v0.2.2 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.
f0f680a to
e440f1b
Compare
Contributor
Author
|
CI failed at e440f1b |
Contributor
Author
Contributor
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.
Contributor
Author
yanguoyu
approved these changes
May 29, 2023
FrederLu
approved these changes
May 29, 2023
This was referenced May 29, 2023
Merged
This file contains hidden or 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
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)