Skip to content

Commit

Permalink
Merge #450
Browse files Browse the repository at this point in the history
450: release 1.3.0 r=dcoutts a=dcoutts

checklist
- [X] deps in sync
- [X] version bumped
- [x] nix files updated
- [x] changelog updated

Co-authored-by: Duncan Coutts <[email protected]>
  • Loading branch information
iohk-bors[bot] and dcoutts authored Jan 3, 2020
2 parents d24cefd + 05c1a05 commit d6010bf
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 25 deletions.
14 changes: 7 additions & 7 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -40,43 +40,43 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger
tag: a773ba71eb9a6fb91dda2cdf6c41b2280f2acf7d
tag: d1b4f6520692d7478d81b050385e0a9b71a0c62b
subdir: cardano-ledger

source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger
tag: a773ba71eb9a6fb91dda2cdf6c41b2280f2acf7d
tag: d1b4f6520692d7478d81b050385e0a9b71a0c62b
subdir: crypto

source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger
tag: a773ba71eb9a6fb91dda2cdf6c41b2280f2acf7d
tag: d1b4f6520692d7478d81b050385e0a9b71a0c62b
subdir: cardano-ledger/test

source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger
tag: a773ba71eb9a6fb91dda2cdf6c41b2280f2acf7d
tag: d1b4f6520692d7478d81b050385e0a9b71a0c62b
subdir: crypto/test

source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: d8e06467844f8612b167f25214f243e02560468b
tag: bcba1d2d10004f1ce14c5c53478f656deffd4c38
subdir: byron/chain/executable-spec

source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: d8e06467844f8612b167f25214f243e02560468b
tag: bcba1d2d10004f1ce14c5c53478f656deffd4c38
subdir: byron/ledger/executable-spec

source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: d8e06467844f8612b167f25214f243e02560468b
tag: bcba1d2d10004f1ce14c5c53478f656deffd4c38
subdir: byron/semantics/executable-spec

source-repository-package
Expand Down
19 changes: 19 additions & 0 deletions cardano-node/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## Unreleased changes

## 1.3.0 -- January 2020

### node changes
- Update to latest dependencies (consensus, ledger, logging etc)

### consensus changes
- Add initial support for multiple slot lengths (for hard forks) (#282, #1385)
- Do chain selection based only on the latest header in each chain (#1227)
- Significant performance improvements in serving headers and blocks (#1378)
- Snapshot ledger state on shutdown to avoid long restart times (1388)
- Fix garbage collection of previously applied points in the ledger DB (#1381)
- Fix unnecessary memory retention in the volatile DB indices (#1379)

### ledger changes
- Update to latest version of cardano-ledger-specs

### network changes
- None

## 1.2.0 -- December 2019

### node changes
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-node
version: 1.2.0
version: 1.3.0
description: The cardano full node
author: IOHK
maintainer: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions nix/.stack.nix/cardano-crypto-test.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nix/.stack.nix/cardano-crypto-wrapper.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nix/.stack.nix/cardano-ledger-test.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nix/.stack.nix/cardano-ledger.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/.stack.nix/cardano-node.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nix/.stack.nix/cs-blockchain.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nix/.stack.nix/cs-ledger.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions nix/.stack.nix/small-steps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ extra-deps:

# Cardano-ledger dependencies
- git: https://github.com/input-output-hk/cardano-ledger
commit: a773ba71eb9a6fb91dda2cdf6c41b2280f2acf7d
commit: d1b4f6520692d7478d81b050385e0a9b71a0c62b
subdirs:
- cardano-ledger
- cardano-ledger/test
- crypto
- crypto/test

- git: https://github.com/input-output-hk/cardano-ledger-specs
commit: d8e06467844f8612b167f25214f243e02560468b
commit: bcba1d2d10004f1ce14c5c53478f656deffd4c38
subdirs:
# small-steps
- byron/semantics/executable-spec
Expand Down

0 comments on commit d6010bf

Please sign in to comment.