-
Notifications
You must be signed in to change notification settings - Fork 85
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
chore: Update ckb node assume valid target #3172
Closed
Closed
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
Co-authored-by: Chen Yu <[email protected]>
* refactor: refactor models/multisig with lumos Signed-off-by: Tom Wang <[email protected]> * refactor: move BLAKE160_HEX_LENGTH to blake2b.ts Signed-off-by: Tom Wang <[email protected]> * feat: Add help link for sync failed. Signed-off-by: Tom Wang <[email protected]> * ci: upgrade github actions version (#3161) Co-authored-by: Chen Yu <[email protected]> Signed-off-by: Tom Wang <[email protected]> --------- Signed-off-by: Tom Wang <[email protected]> Co-authored-by: yanguoyu <[email protected]> Co-authored-by: Chen Yu <[email protected]>
* chore: Update ckb node assume valid target for rc/v0.116.0. * chore: update versions and changelogs * fix: Use hex to avoid unexpected string. (#3162) * fix: Use lumos to init Buffer (#3164) * Update Neuron compatibility table (#3158) feat: Update Neuron compatibility table Co-authored-by: Keith-CY <[email protected]> * fix: amend transaction when consume cells (#3166) * docs: add video introduction to v0.116.0 in changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chen Yu <[email protected]> Co-authored-by: Keith-CY <[email protected]> Co-authored-by: devchenyan <[email protected]>
fix: Replace `Asset` to `Amount`
…3163) * refactor: replace LumosCell, LumosCellQuery with Cell, QueryOptions * refactor: use type CellWithOutPoint for live cells data
…t client. (#3160) perf: Optimize synchronization logic for multiple wallets in a light client node Co-authored-by: Chen Yu <[email protected]>
The base of this commit(update ckb node assume valid target) is improper @yanguoyu |
I will check the base branch. |
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.
This PR uses to update ckb node assume valid target for refs/heads/rc/v0.116.1 branch