Conversation
- Restructured project into modular packages (pkg/, cmd/, tests/) - Added extensive test suite with unit, integration, and end-to-end tests - Implemented test helpers and logging utilities - Updated Makefile with advanced testing and coverage commands - Added test script for detailed test execution and reporting - Improved project organization and testability
- Add mDNS-based automatic node discovery with dynamic enable/disable functionality - Refactor blockchain hashing and mining methods for improved clarity - Update Makefile with new development, profiling, and network management targets - Improve README with detailed project information, badges, and usage instructions - Enhance integration tests with more robust error handling and timeouts - Add CLI support for enabling/disabling node discovery at runtime - Implement methods to retrieve discovered nodes programmatically
- Rename workflow to "AetherWave CI" - Update supported branches to include "main" - Upgrade Go version to 1.21 - Add dependency installation step - Integrate golangci-lint for code quality - Replace direct build/test commands with Makefile targets - Add test coverage artifact upload - Introduce Docker image build and verification job - Improve workflow configuration for comprehensive CI/CD
- Update README.md and README.ru.md with more consistent formatting - Adjust markdown list indentation and numbering - Update GitHub Actions workflow dependencies to latest versions - Enhance markdownlint configuration with additional rules
- Update blockchain tests to handle and validate AddMessage errors - Refactor SDK request handling with improved error management - Enhance performance profiling scripts with better error logging - Replace deprecated ioutil with io package in SDK - Update GitHub Actions workflow to configure golangci-lint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[Enhance Network Discovery and Blockchain Robustness]