-
Notifications
You must be signed in to change notification settings - Fork 83
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
Release v0.117.0 #3228
Merged
Merged
Release v0.117.0 #3228
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 <keithwhisper@gmail.com>
* refactor: refactor models/multisig with lumos Signed-off-by: Tom Wang <tom.wanghaiyi@gmail.com> * refactor: move BLAKE160_HEX_LENGTH to blake2b.ts Signed-off-by: Tom Wang <tom.wanghaiyi@gmail.com> * feat: Add help link for sync failed. Signed-off-by: Tom Wang <tom.wanghaiyi@gmail.com> * ci: upgrade github actions version (#3161) Co-authored-by: Chen Yu <keithwhisper@gmail.com> Signed-off-by: Tom Wang <tom.wanghaiyi@gmail.com> --------- Signed-off-by: Tom Wang <tom.wanghaiyi@gmail.com> Co-authored-by: yanguoyu <841185308@qq.com> Co-authored-by: Chen Yu <keithwhisper@gmail.com>
* 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 <Keith-CY@users.noreply.github.com> * 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 <keithwhisper@gmail.com> Co-authored-by: Keith-CY <Keith-CY@users.noreply.github.com> Co-authored-by: devchenyan <sgt39007@163.com>
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 <keithwhisper@gmail.com>
* feat: Support set start block number for multisig address * fix: Add pause status for wallet sync
* feat: mistake sync status * fix: comment --------- Co-authored-by: Chen Yu <keithwhisper@gmail.com>
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@6.2.2...6.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(deps): update dependency elliptic to v6.5.5 * fix(deps): update dependency @spore-sdk/core to v0.1.0 * chore(deps): update dependency ts-jest to v29.1.4 * chore(deps): update dependency enzyme-adapter-react-16 to v1.15.8 * chore(deps): update dependency @nervosnetwork/ckb-types to v0.109.1 * chore(deps): update dependency @electron/notarize to v2.3.2 * fix(deps): update dependency tslib to v2.6.3 * fix(deps): update dependency archiver to v6.0.2 * chore(deps): update dependency lint-staged to v15.2.7 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: Warning background in pop-up window * fix: comment * fix: comment
Co-authored-by: Chen Yu <keithwhisper@gmail.com>
* feat: Add a prompt when importing wallets from ckb-cli * fix: comments * fix: comments * fix --------- Co-authored-by: Chen Yu <keithwhisper@gmail.com>
Co-authored-by: homura <homura.dev@gmail.com>
Please have a review @homura @yanguoyu @devchenyan |
homura
approved these changes
Aug 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commit history is LGTM
devchenyan
approved these changes
Aug 12, 2024
yanguoyu
approved these changes
Aug 12, 2024
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.
0.117.0 (2024-08-12)
CKB Node & Light Client
Assumed valid target
Block before
0xca44ae8f7bc12ba8eab3224cbe3156c913e2284693e36dc1d01e4d30f362f3c2
(at height13,705,152
) will be skipped in validation.(#3227)YouTube: https://youtu.be/zf78Y094m60
New features
Bug fixes
New Contributors
Full Changelog: v0.116.2...v0.117.0