@ethereumjs/trie
Advanced tools
Comparing version 5.0.5 to 5.1.0
{ | ||
"name": "@ethereumjs/trie", | ||
"version": "5.0.5", | ||
"version": "5.1.0", | ||
"description": "This is an implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"@ethereumjs/rlp": "^4.0.1", | ||
"@ethereumjs/util": "^8.0.6", | ||
"@ethereumjs/util": "^8.1.0", | ||
"@types/readable-stream": "^2.3.13", | ||
@@ -52,0 +52,0 @@ "ethereum-cryptography": "^2.0.0", |
@@ -94,3 +94,3 @@ # @ethereumjs/trie | ||
By default, the deletion of trie nodes from the underlying database does not occur in order to avoid corrupting older trie states (as of `v4.2.0`). Should you only wish to work with the latest state of a trie, you can switch to a delete behavior (for example, if you wish to save disk space) by using the `deleteFromDB` constructor option (see related release notes in the changelog for further details). | ||
By default, the deletion of trie nodes from the underlying database does not occur in order to avoid corrupting older trie states (as of `v4.2.0`). Should you only wish to work with the latest state of a trie, you can switch to a delete behavior (for example, if you wish to save disk space) by using the `useNodePruning` constructor option (see related release notes in the changelog for further details). | ||
@@ -97,0 +97,0 @@ #### Root Persistence |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
261523
Updated@ethereumjs/util@^8.1.0