We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2a941 commit 1d1c529Copy full SHA for 1d1c529
doc/release/0.13.0.md
@@ -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