awskii
awskii
added commitment to aggregation run in erigon22 fixed allSnapshot database reading in erigon2 fixed genesis initialization Currently commitment doesn't provides correct hashes after 3 blocks due to reading from state...
Implemented logging to different files of error and user logs along with stdout. Default log directory is /var/log/erigon Data printed to stderr doesnt go to this logs. Requires merge of...
During `Domain` `mergeFiles` we call `ValueTransform` function for commitment branch values to replace encoded account and storage keys with references. **References v1** Consists of 2bytes which encodes three lengths of...
2 bugs inside and outside `bpsTree.traverse`: - depth of the tree was always 0 which created flat PARTIALLY ordered list of keys. Also 2 useless keys (first and second) were...
relates to #10733 Subset files are protected until being integrated into Domains. One case when files must be protected - during ComputeCommitment and even though it's usage is disputable.
closes #9182 Test fails by timeout, requires further dig