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

Rc/v0.101.0 #564

Merged
merged 30 commits into from
Oct 25, 2021
Merged

Rc/v0.101.0 #564

merged 30 commits into from
Oct 25, 2021

Conversation

Keith-CY
Copy link
Member

@Keith-CY Keith-CY commented Oct 22, 2021

0.101.0 (2021-10-25)

Features

  • extends hash_type to 'data' | 'type' | 'data1' (#555) (30c49e8)
  • rpc: a new field 'extension' is added to the block body (285a829)
  • rpc: add a new field 'hardforkFeatures' in response of getConsensus (133fe26)
  • rpc: rename 'uncles_hash' to 'extra_hash' in block header (58c055c)

BREAKING CHANGES

  • rpc: Add a new field 'hardforkFeatures' in response of getConsensus

ref nervosnetwork/ckb#2879

  • rpc: A new field 'extension' is added to the block body

ref nervosnetwork/rfcs#224

  • rpc: The field 'uncles_hash' in block header is renamed to 'extra_hash'

ref: nervosnetwork/rfcs#224

dependabot bot and others added 27 commits August 3, 2021 20:58
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v4.4.13...v4.4.15)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…r-4.4.15

build(deps): bump tar from 4.4.13 to 4.4.15
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
1. remove lumos from optional deps
2. update typescript from rc to stable
The field 'uncles_hash' in block header is renamed to 'extra_hash'

BREAKING CHANGE: The field 'uncles_hash' in block header is renamed to 'extra_hash'

ref: nervosnetwork/rfcs#224
…a_hash-in-header

feat(rpc): rename 'uncles_hash' to 'extra_hash' in block header
A new field 'extension' is added to the block body

BREAKING CHANGE: A new field 'extension' is added to the block body

ref nervosnetwork/rfcs#224
…nsus

Add a new field 'hardforkFeatures' in response of getConsensus

BREAKING CHANGE: Add a new field 'hardforkFeatures' in response of getConsensus

ref nervosnetwork/ckb#2879
Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v4.4.15...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…pl-1.0.5

build(deps): bump tmpl from 1.0.4 to 1.0.5
1. upgrade dev deps;
2. add node.js 16 in test runners and remove 13 from test runners
ci: add an action to merge master into develop
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.20...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Oct 22, 2021

Codecov Report

Merging #564 (459ed41) into master (c73b833) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #564      +/-   ##
==========================================
+ Coverage   96.27%   96.28%   +0.01%     
==========================================
  Files          50       49       -1     
  Lines        1555     1533      -22     
  Branches      297      301       +4     
==========================================
- Hits         1497     1476      -21     
+ Misses         58       57       -1     
Impacted Files Coverage Δ
packages/ckb-sdk-rpc/src/resultFormatter.ts 100.00% <100.00%> (ø)
packages/ckb-sdk-utils/src/address/index.ts 100.00% <100.00%> (ø)
packages/ckb-sdk-utils/src/crypto/index.ts 100.00% <100.00%> (ø)
packages/ckb-sdk-utils/src/exceptions/address.ts 100.00% <100.00%> (ø)
packages/ckb-sdk-utils/src/index.ts 100.00% <100.00%> (ø)
packages/ckb-sdk-utils/src/serialization/script.ts 100.00% <100.00%> (ø)

@Keith-CY Keith-CY marked this pull request as ready for review October 25, 2021 01:59
@Keith-CY Keith-CY merged commit a4c7532 into master Oct 25, 2021
@Keith-CY Keith-CY deleted the rc/v0.101.0 branch October 25, 2021 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants