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