Updating to this version is not mandatory
This PR enables pruning of historical blocks(--history.blocks 90000), which replaces the deprecated --pruneancient flag introduced in v1.8.2. This feature significantly reduces storage usage. If you enable both state pruning and historical block pruning, total storage consumption can be reduced to approximately 10-30 GB.
Please refer to our technical documentation for detailed pruning instructions.
What's Changed
- Fix Dockerfile by @ironbeer in #176
- Support domain in NAT flag by @tak1827 in #177
- Feat/remove set accesslist by @tak1827 in #178
- merge bsc v1.6.0 alpha by @tak1827 in #174
Full Changelog: v1.8.2...v1.8.3