Skip to content

Commit d6010bf

Browse files
Merge #450
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]>
2 parents d24cefd + 05c1a05 commit d6010bf

12 files changed

+46
-25
lines changed

cabal.project

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,43 +40,43 @@ source-repository-package
4040
source-repository-package
4141
type: git
4242
location: https://github.com/input-output-hk/cardano-ledger
43-
tag: a773ba71eb9a6fb91dda2cdf6c41b2280f2acf7d
43+
tag: d1b4f6520692d7478d81b050385e0a9b71a0c62b
4444
subdir: cardano-ledger
4545

4646
source-repository-package
4747
type: git
4848
location: https://github.com/input-output-hk/cardano-ledger
49-
tag: a773ba71eb9a6fb91dda2cdf6c41b2280f2acf7d
49+
tag: d1b4f6520692d7478d81b050385e0a9b71a0c62b
5050
subdir: crypto
5151

5252
source-repository-package
5353
type: git
5454
location: https://github.com/input-output-hk/cardano-ledger
55-
tag: a773ba71eb9a6fb91dda2cdf6c41b2280f2acf7d
55+
tag: d1b4f6520692d7478d81b050385e0a9b71a0c62b
5656
subdir: cardano-ledger/test
5757

5858
source-repository-package
5959
type: git
6060
location: https://github.com/input-output-hk/cardano-ledger
61-
tag: a773ba71eb9a6fb91dda2cdf6c41b2280f2acf7d
61+
tag: d1b4f6520692d7478d81b050385e0a9b71a0c62b
6262
subdir: crypto/test
6363

6464
source-repository-package
6565
type: git
6666
location: https://github.com/input-output-hk/cardano-ledger-specs
67-
tag: d8e06467844f8612b167f25214f243e02560468b
67+
tag: bcba1d2d10004f1ce14c5c53478f656deffd4c38
6868
subdir: byron/chain/executable-spec
6969

7070
source-repository-package
7171
type: git
7272
location: https://github.com/input-output-hk/cardano-ledger-specs
73-
tag: d8e06467844f8612b167f25214f243e02560468b
73+
tag: bcba1d2d10004f1ce14c5c53478f656deffd4c38
7474
subdir: byron/ledger/executable-spec
7575

7676
source-repository-package
7777
type: git
7878
location: https://github.com/input-output-hk/cardano-ledger-specs
79-
tag: d8e06467844f8612b167f25214f243e02560468b
79+
tag: bcba1d2d10004f1ce14c5c53478f656deffd4c38
8080
subdir: byron/semantics/executable-spec
8181

8282
source-repository-package

cardano-node/ChangeLog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## Unreleased changes
44

5+
## 1.3.0 -- January 2020
6+
7+
### node changes
8+
- Update to latest dependencies (consensus, ledger, logging etc)
9+
10+
### consensus changes
11+
- Add initial support for multiple slot lengths (for hard forks) (#282, #1385)
12+
- Do chain selection based only on the latest header in each chain (#1227)
13+
- Significant performance improvements in serving headers and blocks (#1378)
14+
- Snapshot ledger state on shutdown to avoid long restart times (1388)
15+
- Fix garbage collection of previously applied points in the ledger DB (#1381)
16+
- Fix unnecessary memory retention in the volatile DB indices (#1379)
17+
18+
### ledger changes
19+
- Update to latest version of cardano-ledger-specs
20+
21+
### network changes
22+
- None
23+
524
## 1.2.0 -- December 2019
625

726
### node changes

cardano-node/cardano-node.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-node
2-
version: 1.2.0
2+
version: 1.3.0
33
description: The cardano full node
44
author: IOHK
55
maintainer: [email protected]

nix/.stack.nix/cardano-crypto-test.nix

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-crypto-wrapper.nix

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-ledger-test.nix

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-ledger.nix

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-node.nix

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cs-blockchain.nix

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cs-ledger.nix

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/small-steps.nix

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ extra-deps:
2828

2929
# Cardano-ledger dependencies
3030
- git: https://github.com/input-output-hk/cardano-ledger
31-
commit: a773ba71eb9a6fb91dda2cdf6c41b2280f2acf7d
31+
commit: d1b4f6520692d7478d81b050385e0a9b71a0c62b
3232
subdirs:
3333
- cardano-ledger
3434
- cardano-ledger/test
3535
- crypto
3636
- crypto/test
3737

3838
- git: https://github.com/input-output-hk/cardano-ledger-specs
39-
commit: d8e06467844f8612b167f25214f243e02560468b
39+
commit: bcba1d2d10004f1ce14c5c53478f656deffd4c38
4040
subdirs:
4141
# small-steps
4242
- byron/semantics/executable-spec

0 commit comments

Comments
 (0)