Skip to content

Commit d76b82b

Browse files
authored
Merge pull request #2196 from nervosnetwork/rc/v0.101.1
Rc/v0.101.1
2 parents 801390a + 1503fa9 commit d76b82b

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
# 0.101.1 (2021-11-29)
2+
3+
[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.
4+
5+
**The CKB v0.101.0 activates ckb2021 since epoch 3113 in the testnet. After that nodes running this version are incompatible with old versions. However, this version is still compatible with CKB v0.25.0 and above in the mainnet.**
6+
7+
### New feature
8+
* Remove 100-char limitation from sending addresses.
9+
10+
111
# 0.101.0 (2021-10-27)
212

313
[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.
414

5-
**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.**
15+
**The CKB v0.101.0 activates ckb2021 since epoch 3113 in the testnet. After that nodes running this version are incompatible with old versions. However, this version is still compatible with CKB v0.25.0 and above in the mainnet.**
616

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.101.0",
5+
"version": "0.101.1",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "neuron",
33
"productName": "Neuron",
44
"description": "CKB Neuron Wallet",
5-
"version": "0.101.0",
5+
"version": "0.101.1",
66
"private": true,
77
"author": {
88
"name": "Nervos Core Dev",

packages/neuron-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neuron-ui",
3-
"version": "0.101.0",
3+
"version": "0.101.1",
44
"private": true,
55
"author": {
66
"name": "Nervos Core Dev",

packages/neuron-ui/src/components/SendFieldset/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ const SendFieldset = ({
9090
value={item.address || ''}
9191
onChange={onItemChange}
9292
required
93-
maxLength={100}
9493
error={addrErrorMsg}
9594
autoFocus
9695
/>

packages/neuron-wallet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "Neuron",
44
"description": "CKB Neuron Wallet",
55
"homepage": "https://www.nervos.org/",
6-
"version": "0.101.0",
6+
"version": "0.101.1",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -86,7 +86,7 @@
8686
"electron-notarize": "0.2.1",
8787
"jest-when": "2.7.2",
8888
"lint-staged": "9.2.5",
89-
"neuron-ui": "0.101.0",
89+
"neuron-ui": "0.101.1",
9090
"rimraf": "3.0.0",
9191
"ttypescript": "1.5.10"
9292
}

0 commit comments

Comments
 (0)