-
Notifications
You must be signed in to change notification settings - Fork 10
docs: enhance README for clarity and add contributing guidelines #606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Introduced a new CONTRIBUTING.md file outlining contribution guidelines, development environment setup, and testing procedures. - Enhanced README.md with updated project overview, key features, quick start instructions, and detailed API usage examples. - Improved documentation structure for better navigation and clarity, including links to relevant resources and support channels.
…entation - Revised README.md to clarify resource requirements for different hardware profiles, including updated storage needs for pruning enabled and disabled scenarios. - Enhanced documentation on pruning configuration, specifying default values and safety margins for spent UTXO pruning. - Updated environment variable documentation to reflect changes in default settings for pruning options.
@Kartiiyer12 Updated pruning defaults from 2,160 blocks (~12 hours) to 129,600 blocks (~30 days) based on the |
- Enhanced README.md to clarify log viewing instructions and added commands for merging environment files to avoid warnings. - Updated Docker documentation to include tips for managing environment files and emphasized the deprecation of the single Docker image deployment in favor of Docker Compose for better modularity and resource management.
- Revised README.md to clarify that Spent UTXO pruning is enabled by default starting from v1.4.0. - Enhanced warnings about the deprecation of the single Docker image deployment.
- Updated the multi-assets documentation to clarify the usage of `/account/balance` and `/account/coins` endpoints for querying account balances and UTXOs. - Added detailed request and response examples for both endpoints, including information on querying with stake addresses and known issues. - Improved structure with tabs for better navigation and clarity.
@Kartiiyer12 Completed multiple documentation improvements across three commits. First, added clear instructions for merging environment files using Second, converted all warnings to GitHub-flavored alert syntax using Third, fixed Multi-Assets documentation by splitting Account Balance Queries section to correctly show |
… after pruning to reclaim file size
Fix #598.