-
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
Release v0.112.0 #2956
Merged
Merged
Release v0.112.0 #2956
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: address input issue * fix
* fix: Click current network button to switch type. * fix: Better experience for switching network type
* fix: Fix migrate settings and network. * fix: Run migrate ckb node data is undefined. * fix: Add comment for http://localhost:8114 * fix: Add deprecated reason.
* feat: support spore nft * feat: display cluster name in asset list * chore: update lockfile * fix: avoid circular dep * fix: avoid circular dep * refactor: rm unused devnet config of spore * refactor: rm unused spore's unbound mark * refactor: rm unsuitable button type * chore: fix dep version * chore: reason for rpc is required when getCustomizedAsset * test: make sporeFormatter testable * refactor: switch-case to more clear * chore: update lock file * chore: update lock file * feat: copyable spore info * feat: display the cluster's description * feat: support sending spore * fix: hide spore when invisible * feat: support the nft transferring in light client mode * refactor: migrate NodeService to NetworksService
* chore(deps): update dependency lint-staged to v13.3.0 * chore(deps): update babel monorepo to v7.22.15 * chore(deps): update dependency @types/react to v17.0.65 * chore(deps): update dependency concurrently to v8.2.1 * chore(deps): update dependency webpack to v5.88.2 * chore(deps): update dependency @babel/core to v7.22.17 * chore(deps): update dependency @types/styled-components to v5.1.27 * chore(deps): update babel monorepo to v7.23.2 (#264) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @ckb-lumos/bi to v0.20.0 (#265) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @ckb-lumos/base to v0.20.0 (#263) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chen Yu <[email protected]> * chore(deps): update dependency @types/leveldown to v4.0.4 (#258) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/elliptic to v6.4.15 (#269) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/async to v3.2.21 (#267) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: Enable click max when address is empty. Use placeholder address to generate tx. * fix: Fix test case * fix: Add ignore for last address and only ignore address for max send. * fix: Ignore last item when check the max button status * fix: Change max to reset when is sending max.
* feat: Add light client compatible and change to json. * fix: update compatible.json as fs.write * fix: Use compatible.json and add action to update it.
* refactor: make withdraw compatible with the light client * test: ci failed because of unmock methods * chore: unifying and fixing lumos version
* fix: Avoid unexpected dialog shown. * fix: Use Object.is to check whether is the same process. * fix: Add annotation
* fix: Fix light client sync slow when fetch much transactions. * fix: Add message send to avoid the tx db has not submit finish yet. * Add annotation Co-authored-by: homura <[email protected]> --------- Co-authored-by: homura <[email protected]>
feat: update ckb client versions Co-authored-by: Keith-CY <[email protected]>
Keith-CY
force-pushed
the
rc/v0.112.0
branch
from
November 23, 2023 07:11
c5f4329
to
117d328
Compare
Collaborator
Author
/package |
Keith-CY
force-pushed
the
rc/v0.112.0
branch
from
November 23, 2023 08:25
117d328
to
9fad3b7
Compare
Keith-CY
requested review from
zhangyouxin,
homura,
WhiteMinds,
devchenyan and
yanguoyu
November 24, 2023 03:49
yanguoyu
approved these changes
Nov 24, 2023
Please have a review @devchenyan @homura @zhangyouxin @WhiteMinds |
homura
approved these changes
Nov 24, 2023
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.
the commit histories LGTM, the force-pushes were just for prettifying the changelog
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.112.0 (2023-11-27)
CKB Node & Light Client
Assumed valid target
Block before
0xef2e2f0ee78e8fcf5bb5ad16892a49724e5f2d4fbc2779396e3d6c93100b9275
(at height11,373,036
) will be skipped in validation.(#2955)New features
Bug fixes
Full Changelog: v0.111.1...v0.112.0