Skip to content

Commit

Permalink
Start filling in the changelog for the next release w.r.t the 1.26.2 …
Browse files Browse the repository at this point in the history
…update
  • Loading branch information
KtorZ committed May 11, 2021
1 parent ca41b31 commit ef07d62
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,30 @@ chapter: false
pre: "<b>5. </b>"
---

### edge / unreleased

#### Added

- Integrated with the Cardano eco-system corresponding to cardano-node@1.26.2. Bumped the docker-compose installation accordingly.

- Three new possible errors from the transaction submission coming with cardano-node@1.26.2:

- `mirTransferNotCurrentlyAllowed`
- `mirNegativeTransferNotCurrentlyAllowed`
- `mirProducesNegativeUpdate`

These errors are related to transactions issuing MIR certificates which can only be done by
genesis delegates. So this change should not impact any 'standard' user.

#### Changed

ø


#### Removed

ø

### [3.2.0] - 2021-05-09

#### Added
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
cardano-node:
image: inputoutput/cardano-node:1.25.1
image: inputoutput/cardano-node:1.26.2
restart: on-failure
environment:
- NETWORK=${NETWORK:-mainnet}
Expand All @@ -20,7 +20,7 @@ services:
context: server
cache_from:
- ktorz/ogmios:latest
- ktorz/ogmios:3.1.0
- ktorz/ogmios:3.2.0
image: ktorz/ogmios:latest
restart: on-failure
environment:
Expand Down

0 comments on commit ef07d62

Please sign in to comment.