Skip to content

Commit

Permalink
Merge pull request #2155 from nervosnetwork/rc/0.101.0
Browse files Browse the repository at this point in the history
Rc/0.101.0
  • Loading branch information
kellyshang authored Oct 27, 2021
2 parents beca33b + 6e958bb commit 801390a
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .ckb-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.100.0
v0.101.0
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# 0.100.2 (2021-10-15)
# 0.101.0 (2021-10-27)

[CKB v0.100.0](https://github.com/nervosnetwork/ckb/releases/tag/v0.100.0) was released on Sep. 22nd, 2021. This version of CKB node is now bundled and preconfigured in Neuron.
[CKB v0.101.0](https://github.com/nervosnetwork/ckb/releases/tag/v0.101.0) was released on Oct. 20th, 2021. This version of CKB node is now bundled and preconfigured in Neuron.

**The CKB v0.101.0 activates ckb2021 since epoch 3113 in the testnet. After that nodes running this version are imcompatible with old versions. However, this version is still compatible with CKB v0.25.0 and above in the mainnet.**

### New feature
* Upgrade the bundled CKB version and CKB-Indexer version.

### Bug fix
* Update the hint of synchronization and warning of `capacity not enough for change`.


# 0.100.2 (2021-10-15)

**This version is compatible with v0.100.0 and above.**

[CKB v0.100.0](https://github.com/nervosnetwork/ckb/releases/tag/v0.100.0) was released on Sep. 22nd, 2021. This version of CKB node is now bundled and preconfigured in Neuron.

### New feature
* Add feature of destroy CKB Asset Account.

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.100.2",
"version": "0.101.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "neuron",
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"version": "0.100.2",
"version": "0.101.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
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.100.2",
"version": "0.101.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
8 changes: 4 additions & 4 deletions packages/neuron-ui/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,8 @@
"102": "$t(messages.fields.{{fieldName}}) is invalid.",
"103": "$t(messages.fields.keystore-password) is incorrect.",
"104": "Fail to connect to the node, please restart Neuron.",
"105": "You need more capacities for change (at least 61 CKBytes).",
"106": "You need more capacities for change (at least 61 CKBytes), or slide to the end to send all your balance.",
"105": "You need more capacities for change (more than 61 CKBytes).",
"106": "You need more capacities for change (more than 61 CKBytes), or slide to the end to send all your balance.",
"107": "The amount {{amount}} CKB is too small, transfer with locktime requires an amount no less than 69 CKB.",
"108": "The given address does not belong to current wallet. Please check your wallet or wait for synchronizing complete.",
"109": "Insufficient balance.",
Expand All @@ -502,7 +502,7 @@
"112": "Wallet {{id}} not found.",
"113": "Keystore is invalid, please check your file integrity.",
"114": "The minimal transfer balance is {{bytes}} CKBytes.",
"115": "You need more capacities for change (at least 61 CKBytes), or click 'Max' button to send all your balance.",
"115": "You need more capacities for change (more than 61 CKBytes), or click 'Max' button to send all your balance.",
"201": "$t(messages.fields.{{fieldName}}) is required.",
"202": "$t(messages.fields.{{fieldName}}) {{fieldValue}} is used.",
"203": "$t(messages.fields.{{fieldName}}) {{fieldValue}} is too long, it should be shorter than or equal to {{length}}.",
Expand All @@ -526,7 +526,7 @@
"402": "CKB App does not open. Please open the CKB App on your device.",
"403": "No device detected. Please connect your device.",
"404": "Multiple device detected. Only one device of the same model can be connected.",
"600": "Please make sure the sync has finalized before you do any operation."
"600": "Please make sure the sync has finalized before you do any transaction related operation."
}
},
"sync": {
Expand Down
8 changes: 4 additions & 4 deletions packages/neuron-ui/src/locales/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@
"102": "$t(messages.fields.{{fieldName}})無效。",
"103": "$t(messages.fields.keystore-password)不正確。",
"104": "未連接到節點,請重啓 Neuron。",
"105": "您需要有足夠的餘額來支付找零(至少61 CKBytes)。",
"106": "您需要有足夠的餘額來支付找零(至少61 CKBytes),或者拖動滑塊到最右端發送全部餘額。",
"105": "您需要有足夠的餘額來支付找零(大于 61 CKBytes)。",
"106": "您需要有足夠的餘額來支付找零(大于 61 CKBytes),或者拖動滑塊到最右端發送全部餘額。",
"107": "金額 {{amount}} CKB 太小,含鎖定時間轉帳需要輸入一個不小於 69 CKB 的值。",
"108": "當前錢包地址列表中不包含輸入地址,請檢查錢包設置或等待同步完成。",
"109": "餘額不足。",
Expand All @@ -495,7 +495,7 @@
"112": "未找到錢包 {{id}}。",
"113": "Keystore 格式錯誤,請檢查檔案完整性。",
"114": "最小轉帳金額為 {{bytes}} CKBytes。",
"115": "您需要有足夠的餘額來支付找零(至少61 CKBytes),或者點擊 'Max' 按鈕發送全部餘額。",
"115": "您需要有足夠的餘額來支付找零(大于 61 CKBytes),或者點擊 'Max' 按鈕發送全部餘額。",
"201": "缺少$t(messages.fields.{{fieldName}})。",
"202": "$t(messages.fields.{{fieldName}}) {{fieldValue}} 已被使用。",
"203": "$t(messages.fields.{{fieldName}}) {{fieldValue}} 太長,其長度應不超過 {{length}}。",
Expand All @@ -519,7 +519,7 @@
"402": "CKB 應用未打開。請在妳的設備打開 CKB 應用。",
"403": "未檢測到設備,請檢查妳的設備連接。",
"404": "檢測到多個設備,同一型號的設備只能同時連接一個。",
"600": "做任何錢包操作前請先確保同步已完成"
"600": "做任何交易相關的錢包操作前請先確保同步已完成"
}
},
"sync": {
Expand Down
8 changes: 4 additions & 4 deletions packages/neuron-ui/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@
"102": "$t(messages.fields.{{fieldName}})无效。",
"103": "$t(messages.fields.keystore-password) 不正确。",
"104": "未连接到节点,请重启 Neuron。",
"105": "您需要有足够的余额来支付找零(至少 61 CKBytes)。",
"106": "您需要有足够的余额来支付找零(至少 61 CKBytes),或者拖动滑块到最右端发送全部余额。",
"105": "您需要有足够的余额来支付找零(大于 61 CKBytes)。",
"106": "您需要有足够的余额来支付找零(大于 61 CKBytes),或者拖动滑块到最右端发送全部余额。",
"107": "金额 {{amount}} CKB 太小, 含锁定时间转账需要输入一个不小于 69 CKB 的值。",
"108": "当前钱包地址列表中不包含输入地址,请检查钱包设置或等待同步完成。",
"109": "余额不足。",
Expand All @@ -495,7 +495,7 @@
"112": "未找到钱包 {{id}}。",
"113": "Keystore 格式不正确,请检查文件完整性。",
"114": "最小转账金额为 {{bytes}} CKBytes。",
"115": "您需要有足够的余额来支付找零(至少 61 CKBytes),或者点击 'Max' 按钮发送全部余额。",
"115": "您需要有足够的余额来支付找零(大于 61 CKBytes),或者点击 'Max' 按钮发送全部余额。",
"201": "缺少$t(messages.fields.{{fieldName}})。",
"202": "$t(messages.fields.{{fieldName}}) {{fieldValue}} 已被使用。",
"203": "$t(messages.fields.{{fieldName}}) {{fieldValue}} 太长, 其长度应不超过 {{length}}。",
Expand All @@ -519,7 +519,7 @@
"402": "CKB 应用未打开。请在你的设备打开 CKB 应用。",
"403": "未检测到设备,请检查你的设备连接。",
"404": "检查到多个设备,同一型号的设备只能同时连接一个。",
"600": "做任何钱包操作前请先确保同步已完成"
"600": "做任何交易相关的钱包操作前请先确保同步已完成"
}
},
"sync": {
Expand Down
4 changes: 2 additions & 2 deletions packages/neuron-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"homepage": "https://www.nervos.org/",
"version": "0.100.2",
"version": "0.101.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down Expand Up @@ -86,7 +86,7 @@
"electron-notarize": "0.2.1",
"jest-when": "2.7.2",
"lint-staged": "9.2.5",
"neuron-ui": "0.100.2",
"neuron-ui": "0.101.0",
"rimraf": "3.0.0",
"ttypescript": "1.5.10"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/neuron-wallet/src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export default {
'invalid-mnemonic': 'Wallet seed is invalid, please check it again.',
'unsupported-cipher': 'Unsupported cipher.',
'capacity-not-enough': 'Insufficient balance.',
'capacity-not-enough-for-change': "You need more capacities for change (at least 61 CKBytes).",
'capacity-not-enough-for-change-by-transfer': "You need more capacities for change (at least 61 CKBytes), or click 'Max' button to send all your balance.",
'capacity-not-enough-for-change': "You need more capacities for change (more than 61 CKBytes).",
'capacity-not-enough-for-change-by-transfer': "You need more capacities for change (more than 61 CKBytes), or click 'Max' button to send all your balance.",
'live-capacity-not-enough': 'Insufficient available balance, please try again when last transaction has been confirmed.',
'capacity-too-small': 'The minimal transfer balance is {{bytes}} CKBytes.',
'should-be-type-of': '{{field}} should be type of {{type}}.',
Expand Down
4 changes: 2 additions & 2 deletions packages/neuron-wallet/src/locales/zh-tw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ export default {
'invalid-mnemonic': '助記詞無效,請檢查。',
'unsupported-cipher': '不支持的 Cipher。',
'capacity-not-enough': '餘額不足。',
'capacity-not-enough-for-change': "您需要有足够的餘額來支付找零(至少 61 CKBytes)。",
'capacity-not-enough-for-change-by-transfer': "您需要有足够的餘額來支付找零(至少 61 CKBytes),或者點擊 'Max' 按鈕發送全部餘額。",
'capacity-not-enough-for-change': "您需要有足够的餘額來支付找零(大于 61 CKBytes)。",
'capacity-not-enough-for-change-by-transfer': "您需要有足够的餘額來支付找零(大于 61 CKBytes),或者點擊 'Max' 按鈕發送全部餘額。",
'live-capacity-not-enough': '可用餘額不足,請等待上一筆交易上鏈。',
'capacity-too-small': '最小轉帳金額為 {{bytes}} CKBytes。',
'should-be-type-of': '{{field}} 應該為 {{type}} 類型。',
Expand Down
4 changes: 2 additions & 2 deletions packages/neuron-wallet/src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ export default {
'invalid-mnemonic': '助记词不合法,请检查。',
'unsupported-cipher': '不支持的 Cipher。',
'capacity-not-enough': '余额不足。',
'capacity-not-enough-for-change': "您需要有足够的余额来支付找零(至少 61 CKBytes)。",
'capacity-not-enough-for-change-by-transfer': "您需要有足够的余额来支付找零(至少 61 CKBytes),或者点击 'Max' 按钮发送全部余额。",
'capacity-not-enough-for-change': "您需要有足够的余额来支付找零(大于 61 CKBytes)。",
'capacity-not-enough-for-change-by-transfer': "您需要有足够的余额来支付找零(大于 61 CKBytes),或者点击 'Max' 按钮发送全部余额。",
'live-capacity-not-enough': '可用余额不足,请等待上一笔交易上链。',
'capacity-too-small': '最小转账金额为 {{bytes}} CKBytes。',
'should-be-type-of': '{{field}} 应该为 {{type}} 类型。',
Expand Down
2 changes: 1 addition & 1 deletion scripts/download-ckb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CKB_VERSION=$(cat .ckb-version)
ROOT_DIR=$(pwd) # Be sure to run this from root directory!
MERCURY_VERSION="v0.1.0-rc.3"
CKB_INDEXER_VERSION="0.3.0"
CKB_INDEXER_VERSION="0.3.1"

function download_ckb_indexer_macos() {
FILENAME="ckb-indexer-${CKB_INDEXER_VERSION}-macos"
Expand Down

0 comments on commit 801390a

Please sign in to comment.