Skip to content

Commit

Permalink
Merge pull request #4913 from oasisprotocol/changelog-22.1.x
Browse files Browse the repository at this point in the history
changelog: Assemble changes for 22.1.11 release
  • Loading branch information
tjanez authored Aug 29, 2022
2 parents 5cdbddb + 2221be0 commit 8fe1bf1
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 18 deletions.
4 changes: 0 additions & 4 deletions .changelog/4832.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4891.doc.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changelog/4902.feature.md

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
year = '22'
minor = 1
micro = 10
micro = 11
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,41 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 22.1.11 (2022-08-29)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 6.0.0 |
| Runtime Host | 5.0.0 |
| Runtime Committee | 4.0.0 |

### Features

- go/runtime/registry: Allow client nodes to run SGX runtimes
([#4832](https://github.com/oasisprotocol/oasis-core/issues/4832))

Client nodes can now run runtimes in SGX, which enables them to execute
signed queries if peered with a keymanager.

- oasis-net-runner: Set default `max_allowances`, increase test account balance
([#4902](https://github.com/oasisprotocol/oasis-core/issues/4902))

The `max_allowances` staking setting in the default oasis-net-runner fixture
has been changed from 0 to 16 matching the Testnet and Mainnet setting. This
enables the allowance transactions locally which are required for doing
deposits to runtimes.

The initial balance of the default test account generated by the
oasis-net-runner was increased from 100 tokens to 1 million. This makes the
account directly suitable for deploying and running confidential smart
contracts (e.g. on the local Cipher instance) with more realistic transaction
fees.

### Documentation Improvements

- doc: Use github.com URL for markdown files in other git repositories
([#4891](https://github.com/oasisprotocol/oasis-core/issues/4891))

## 22.1.10 (2022-07-28)

| Protocol | Version |
Expand Down

0 comments on commit 8fe1bf1

Please sign in to comment.