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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Implement forced inclusion and based sequencing ([#2797](https://github.com/evstack/ev-node/pull/2797))
15
15
This changes requires to add a `da_epoch_forced_inclusion` field in `genesis.json` file.
16
16
To enable this feature, set the force inclusion namespace in the `evnode.yaml`.
17
+
- Added `post-tx` command and force inclusion server to submit transaction directly to the DA layer. ([#2888](https://github.com/evstack/ev-node/pull/2888))
18
+
Additionally, modified the core package to support marking transactions as forced included transactions.
19
+
The execution client ought to perform basic validation on those transactions as they have skipped the execution client's mempool.
0 commit comments