Skip to content

Commit 1d1c529

Browse files
committed
Added 0.13.0 release doc
1 parent bb2a941 commit 1d1c529

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

doc/release/0.13.0.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Release notes - version 0.13.0
2+
3+
---
4+
5+
## Notes about new/updated Features
6+
7+
### Preimages enabling
8+
A new property was added to the config file for enabling the storage of preimages. Preimages contain the account
9+
addresses that are not usually saved in the state trie. Enabling preimages is a pre-requirement for executing a state dump.
10+
11+
How to specify it:
12+
- inside the config file, add a property like this inside the *evmStateDump* section:
13+
14+
enabled = "true"
15+
16+
17+
---
18+
## Bug Fixes
19+
20+
---
21+
22+
## Improvements
23+
24+
---
25+
## Update test instructions from previous version
26+
27+
28+
---
29+
Full [Changelog](/CHANGELOG.md) file here
30+

0 commit comments

Comments
 (0)