Skip to content

Commit

Permalink
Merge pull request #2196 from nervosnetwork/rc/v0.101.1
Browse files Browse the repository at this point in the history
Rc/v0.101.1
  • Loading branch information
kellyshang authored Nov 29, 2021
2 parents 801390a + 1503fa9 commit d76b82b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# 0.101.1 (2021-11-29)

[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 incompatible with old versions. However, this version is still compatible with CKB v0.25.0 and above in the mainnet.**

### New feature
* Remove 100-char limitation from sending addresses.


# 0.101.0 (2021-10-27)

[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.**
**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.**

### New feature
* Upgrade the bundled CKB version and CKB-Indexer version.
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.101.0",
"version": "0.101.1",
"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.101.0",
"version": "0.101.1",
"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.101.0",
"version": "0.101.1",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
1 change: 0 additions & 1 deletion packages/neuron-ui/src/components/SendFieldset/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ const SendFieldset = ({
value={item.address || ''}
onChange={onItemChange}
required
maxLength={100}
error={addrErrorMsg}
autoFocus
/>
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.101.0",
"version": "0.101.1",
"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.101.0",
"neuron-ui": "0.101.1",
"rimraf": "3.0.0",
"ttypescript": "1.5.10"
}
Expand Down

0 comments on commit d76b82b

Please sign in to comment.