forked from digibyte/digibyte
-
Notifications
You must be signed in to change notification settings - Fork 64
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
release: Prepare RC5 Release #266
Closed
Conversation
This file contains 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
allow selection of correct coinbase maturity value based on height
Coinbase maturity part 2
Update wallet.h
8333 to 12024
8333 >> 12024
port 8333 >> 12024
8333 to 12024
8333 >> 12024
8333 >> 12024
Change port 8333 to 12024.
Fix libpng warning: iCCP: known incorrect sRGB profile
Mintxfee default from 100000 to 10000000
Added icons for RC3 and RC4
Fix for low fee 0.1DGB/KB
validation.h Line Number: 73 DEFAULT_MIN_RELAY_TX_FEE = 100000;
Preparing for RC5 release and 2025 year.
Year & Version Bump
ci: Improve GitHub Actions workflow for automated builds and testing
Bump DigiByte logo to 8.22.0-RC5
Dandelion Fixes Embargo More Dandelion Fixes Revert "More Dandelion Fixes" This reverts commit 394bc1f. Reapply "More Dandelion Fixes" This reverts commit 4a5e1fe. More Dandelion fixes Update digibyte.code-workspace More fixers Revert "More fixers" This reverts commit 334a770. Revert "More Fixes" This reverts commit afdcc7f. Fix Dandelion & Dandelion Tests
## Purpose This PR adds a GitHub Actions workflow for CodeQL Advanced Security scanning to analyze our codebase for security vulnerabilities. The workflow: - Analyzes C++, Java-Kotlin, Python, and JavaScript code - Runs on push/PR to develop/master branches and weekly schedule - Uses manual build mode for C++ to ensure proper dependency installation - Uses appropriate build modes for other languages - Includes security-extended and security-and-quality query suites The workflow helps identify potential security issues early in the development process through automated code scanning. ## Testing done: - Verified C++ manual build steps match existing build process - Confirmed workflow triggers on PRs and pushes - Tested manual workflow dispatch - Validated CodeQL initialization and analysis steps
…t for JavaScript/TypeScript analysis
…onment variable comments
… for non-actions languages
Fix Dandelion Implementation & Dandelion Tests
…advanced-configuration ci: Add CodeQL analysis workflow for enhanced security scanning
gto90
requested review from
SmartArray,
JaredTate,
ycagel and
digicontributer
December 23, 2024 17:16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Closing this PR as we're going to transition to trunk based development and rename |
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.
This PR merges v8.22-rc5 from
develop
intomaster
.