You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
### Changes
13
13
14
14
- Optimization of mutex usage in cache for reaper [#3286](https://github.com/evstack/ev-node/pull/3286)
15
+
- Add Unix domain socket support for gRPC execution endpoints via `unix:///path/to/socket`.
16
+
- Add additive `tx_batch` fields for gRPC execution transaction payloads so Go clients and servers can use contiguous transaction buffers while retaining legacy `txs` compatibility.
0 commit comments