Skip to content

Commit 48b2e73

Browse files
committed
Merge branch 'master' into fix_infinite_expand
2 parents 6437e8e + f9431ef commit 48b2e73

File tree

251 files changed

+8941
-4002
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

251 files changed

+8941
-4002
lines changed

.changes/.gitkeep

Whitespace-only changes.

.changes/added/.gitkeep

Whitespace-only changes.

.changes/added/2150.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgraded `libp2p` to `0.54.1` and introduced `ConnectionLimiter` to limit pending incoming/outgoing connections.

.changes/added/2491.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Storage read replays of historical blocks for execution tracing. Only available behind `--historical-execution` flag.

.changes/added/2666.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added two new CLI arguments to control the GraphQL queries consistency: `--graphql-block-height-tolerance` (default: `10`) and `--graphql-block-height-min-timeout` (default: `30s`). If a request requires a specific block height and the node is slightly behind, it will wait instead of failing.

.changes/added/2722.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Service definition for state root service.

.changes/breaking/.gitkeep

Whitespace-only changes.

.changes/breaking/2648.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add feature-flagged field to block header `fault_proving_header` that contains a commitment to all transaction ids.

.changes/breaking/2678.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed public accessors for `BlockHeader` fields and replaced with methods instead, moved `tx_id_commitment` to the application header of `BlockHeaderV2`.

.changes/changed/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)