Skip to content

Commit

Permalink
add CHANGELOG.md changes for 1.36 in master (#10049)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppca authored Oct 31, 2023
2 parents c4092e1 + b1da8c2 commit d4a08c2
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,22 @@
## [unreleased]

### Protocol Changes
* The support for fixed shards in shard layout was removed. [#9219](https://github.com/near/nearcore/pull/9219)

* Restrict the creation of non-implicit top-level account that are longer than 32 bytes. Only the registrar account can create them. [#9589](https://github.com/near/nearcore/pull/9589)
* Adjust the number of block producers and chunk producers on testnet to facilitate testing of chunk-only producers [#9563](https://github.com/near/nearcore/pull/9563)


### Non-protocol Changes

* Add prometheus metrics for the internal state of the doomslug. [#9458](https://github.com/near/nearcore/pull/9458)
* Fix `EXPERIMENTAL_protocol_config` to apply overrides from `EpochConfig`. [#9692](https://github.com/near/nearcore/pull/9692)

## 1.36.0

### Protocol Changes

* The support for fixed shards in shard layout was removed. [#9219](https://github.com/near/nearcore/pull/9219)

### Non-protocol Changes

* New option `transaction_pool_size_limit` in `config.json` allows to limit the size of the node's transaction pool.
Expand All @@ -17,8 +28,6 @@
* Our more efficient and scalable V2 routing protocol is implemented. It shadows the V1 protocol for now while we verify its performance. [#9187](https://github.com/near/nearcore/pull/9187)
* The default config now enables TIER1 outbound connections by default. [#9349](https://github.com/near/nearcore/pull/9349)
* State Sync from GCS is available for experimental use. [#9398](https://github.com/near/nearcore/pull/9398)
* Add prometheus metrics for the internal state of the doomslug. [#9458](https://github.com/near/nearcore/pull/9458)
* Fix `EXPERIMENTAL_protocol_config` to apply overrides from `EpochConfig`. [#9692](https://github.com/near/nearcore/pull/9692)

## 1.35.0

Expand Down

0 comments on commit d4a08c2

Please sign in to comment.