Revision adeb8f8b7e2372f7482ac2f4173d5734338d8bba authored by Marge Bot on 18 January 2024, 11:40:54 UTC, committed by Marge Bot on 18 January 2024, 11:40:54 UTC
Co-authored-by: Romain Bardou <romain@nomadic-labs.com>

Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com>
Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11548
2 parent s 22ac5a8 + 4d9578a
Raw File
CHANGES_NODE.md
# Changelog

## Notes

Currently supported kernel version: 9978f3a5f8bee0be78686c5c568109d2e6148f13

## Version Next

### Features

### Bug fixes

### Breaking changes

### Internal

## Version for kernel 9978f3a5f8bee0be78686c5c568109d2e6148f13

### Features

- Stream the L2 blocks to give a faster and more consistent inclusion of
  transactions on the L1. (!11102)
- Add a keep alive argument that waits until the connection is made with the
  rollup node. (!11236)
- The chunker can also produce blueprints out of the given bytes. (!11497)

### Bug fixes

- Simulation errors are better propagated. (!11381)

### Breaking changes

- The node no longer show the RPC requests by default, you need to specify the
  `--verbose` flag to log the inputs and outputs of RPC. (!11475)

### Internal
back to top