Skip to content
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 61 commits into from
Aug 12, 2024
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
beeb8fa
feat: Add help link for sync failed.
yanguoyu May 16, 2024
ea263b4
Merge pull request #3153 from yanguoyu/feat-add-prompt
Keith-CY May 21, 2024
4a4aa6b
ci: upgrade github actions version (#3161)
twhy May 21, 2024
590dc0d
refactor: refactor models/multisig with lumos (#3156)
twhy May 21, 2024
a544080
Merge master into dev (#3168)
yanguoyu May 24, 2024
bed901b
fix: Replace `Asset` to `Amount` and better 'Asset' data format (#3151)
yanguoyu May 24, 2024
b44892a
refactor: replace LumosCell, LumosCellQuery with Cell, QueryOptions (…
twhy May 27, 2024
810ff2f
refactor: remove indexerUrl (#3170)
twhy May 28, 2024
493d07b
perf: Optimize synchronization logic for multiple wallets in the ligh…
yanguoyu May 28, 2024
37b0fbb
Merge branch 'master' into develop
Keith-CY May 28, 2024
c3a2888
fix: Fix action branch sha
yanguoyu May 29, 2024
e1b8cdf
Merge pull request #3180 from yanguoyu/fix-action-branch
Keith-CY May 30, 2024
429e880
Merge branch 'master' into develop
Keith-CY May 30, 2024
5d4afb1
feat: Optimize light client external node detection (#3165)
yanguoyu May 30, 2024
29ba444
feat: Support set start block number for multisig address (#3176)
yanguoyu Jun 4, 2024
f6b48b8
chore: fix comment (#3182)
tcpdumppy Jun 5, 2024
24624ee
feat: Add tooltip/title so function of icon buttons will be clear (#3…
devchenyan Jun 6, 2024
ee2fa9b
feat: Consolidate Cells (#3167)
devchenyan Jun 6, 2024
77d99fb
feat: compatible ckb-cli tx multisig file (#3169)
devchenyan Jun 7, 2024
aa100d7
fix: wrong sync status when using devnet (#3183)
devchenyan Jun 12, 2024
681f0b5
fix: Skip package if the last commit is after the comment (#3184)
yanguoyu Jun 18, 2024
cbba584
chore(deps): bump ws from 6.2.2 to 6.2.3 (#3187)
dependabot[bot] Jun 18, 2024
7a14035
Bump deps (#3186)
Keith-CY Jun 18, 2024
981ce74
fix: Optimized Chinese Translation (#3190)
devchenyan Jun 18, 2024
8cbe25e
fix: Warning background in pop-up window (#3189)
devchenyan Jun 21, 2024
fb57415
fix: Show the tip of looking for valid target (#3195)
yanguoyu Jun 24, 2024
878da3c
feat: Add guide for multisig address (#3194)
yanguoyu Jun 25, 2024
4493d79
fix: For windows os the user need to start the Neuron manually after …
yanguoyu Jun 26, 2024
54994c3
feat: Support reset lock window password (#3197)
yanguoyu Jul 1, 2024
d7018b3
feat: Add a prompt when importing wallets from ckb-cli (#3192)
devchenyan Jul 1, 2024
fe2082c
fix: Multisig address sync tip language (#3198)
devchenyan Jul 4, 2024
88859a3
fix: Move the i18n subscribe to the entry of the page. (#3201)
yanguoyu Jul 8, 2024
79df3c0
feat: Make Mulsig Addresses's More button more intuitive (#3203)
devchenyan Jul 9, 2024
6b9b2bc
feat: Optimize the process of importing wallets via phrase seeds (#3200)
devchenyan Jul 15, 2024
bd4f797
feat: Periodic validation of pending transactions (#3199)
devchenyan Jul 16, 2024
316a906
feat: upgrade lumos to 0.23 (#3204)
homura Jul 17, 2024
2ec3ff8
feat: Support XUDT (#3206)
yanguoyu Jul 19, 2024
7326f40
ci: bump github actions (#3209)
Keith-CY Jul 23, 2024
e6e390f
Bump dependencies (#3205)
Keith-CY Jul 24, 2024
7581b67
chore(deps): bump electron-updater from 4.6.5 to 6.3.0 (#3208)
dependabot[bot] Jul 24, 2024
fce7d94
feat: Supports adding light client custom nodes (#3207)
devchenyan Jul 25, 2024
6a80a48
fix: Capacity green progress bar (#3211)
devchenyan Jul 26, 2024
c67fe9d
feat: Remove undici (#3213)
devchenyan Jul 26, 2024
d83ec24
feat: Error message for duplicate import of watch wallet (#3214)
devchenyan Jul 30, 2024
79a8dc2
Update ckb client versions (#3217)
github-actions[bot] Jul 31, 2024
d4c3527
fix: After update lumos, the `min_replace_fee` field has transfer to …
yanguoyu Aug 1, 2024
f470156
fix: Do not close multisig dialog when open action dialog for multisi…
yanguoyu Aug 1, 2024
f0b5387
fix: Exception on checking addresses (#3216)
devchenyan Aug 2, 2024
83cea84
refactor: log error when ledger signing failed (#3212)
homura Aug 2, 2024
0f3e0c2
fix: Fix typo check for passin (#3222)
yanguoyu Aug 2, 2024
6d33380
fix: Use GlobalAlertDialog to replace Notification (#3221)
yanguoyu Aug 5, 2024
b8ba97b
fix: Ignore deleted wallet when ignore duplicate script. (#3220)
yanguoyu Aug 5, 2024
4e46d03
fix: Remove unexpected value in log (#3224)
yanguoyu Aug 7, 2024
56acea4
chore: Update ckb node assume valid target (#3227)
github-actions[bot] Aug 8, 2024
ded929d
chore: update versions and changelogs
Keith-CY Aug 8, 2024
2169973
Update Neuron compatibility table (#3229)
github-actions[bot] Aug 8, 2024
dc6d50c
chore: make run.ts independent from neuron (#3231)
homura Aug 11, 2024
dfdae8e
feat: encrypt blake160 list in the log (#3234)
Keith-CY Aug 12, 2024
ee2a69b
ci: inject environment variables from github action (#3233)
Keith-CY Aug 12, 2024
47ad12f
docs: update youtube address of v0.117.0
Keith-CY Aug 12, 2024
19b23bf
fix: remove CRs when inject environment variables (#3236)
Keith-CY Aug 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into develop
Keith-CY committed May 28, 2024

Verified

This commit was signed with the committer’s verified signature.
Keith-CY Chen Yu
commit 37b0fbb9b4c0e07b49758597281000cfa19a77ed
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.116.1 (2024-05-28)

### CKB Node & Light Client

- [[email protected]](https://github.com/nervosnetwork/ckb/releases/tag/v0.116.1) was released on May. 11st, 2024. This version of CKB node is now bundled and preconfigured in Neuron.
- [CKB Light [email protected]](https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.3.7) was released on Apr. 13th, 2024. This version of CKB Light Client is now bundled and preconfigured in Neuron

### Assumed valid target

Block before `0x6dd077b407d019a0bce0cbad8c34e69a524ae4b2599b9feda2c7491f3559d32c`(at height `13,007,704`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/3157)

---

## Bug fixes

- 3173: Fix importing an account from a hardware wallet.(@yanguoyu)

**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.116.0...v0.116.1

# 0.116.0 (2024-05-24)

### CKB Node & Light Client
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.116.0",
"version": "0.116.1",
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "neuron",
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"version": "0.116.0",
"version": "0.116.1",
"private": true,
"author": {
"name": "Nervos Core Dev",
2 changes: 1 addition & 1 deletion packages/neuron-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neuron-ui",
"version": "0.116.0",
"version": "0.116.1",
"private": true,
"author": {
"name": "Nervos Core Dev",
4 changes: 2 additions & 2 deletions packages/neuron-wallet/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"homepage": "https://www.nervos.org/",
"version": "0.116.0",
"version": "0.116.1",
"private": true,
"author": {
"name": "Nervos Core Dev",
@@ -97,7 +97,7 @@
"electron-builder": "24.9.1",
"electron-devtools-installer": "3.2.0",
"jest-when": "3.6.0",
"neuron-ui": "0.116.0",
"neuron-ui": "0.116.1",
"typescript": "5.3.3"
}
}
You are viewing a condensed version of this merge commit. You can view the full changes here.