Skip to content
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
wants to merge 2,902 commits into from
Closed

release: Prepare RC5 Release #266

wants to merge 2,902 commits into from

Conversation

gto90
Copy link
Member

@gto90 gto90 commented Dec 23, 2024

This PR merges v8.22-rc5 from develop into master.

ycagel and others added 30 commits January 23, 2024 13:28
allow selection of correct coinbase maturity value based on height
Coinbase maturity part 2
8333 to 12024
8333 >> 12024
port 8333 >> 12024
8333 to 12024
8333 >> 12024
8333 >> 12024
8333 >> 12024
Change port 8333 to 12024.
Fix libpng warning: iCCP: known incorrect sRGB profile
Mintxfee default from 100000 to 10000000
maxtxfee from 1.000 to 10.000
Update maxtxfee default
Update maxtxfee warn
Fix for low fee 0.1DGB/KB
validation.h
Line Number: 73
DEFAULT_MIN_RELAY_TX_FEE = 100000;
gto90 and others added 22 commits December 20, 2024 08:29
Preparing for RC5 release and 2025 year.
ci: Improve GitHub Actions workflow for automated builds and testing
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
Fix Dandelion Implementation & Dandelion Tests
…advanced-configuration

ci: Add CodeQL analysis workflow for enhanced security scanning
Copy link

@github-advanced-security github-advanced-security bot left a 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.

@gto90
Copy link
Member Author

gto90 commented Dec 23, 2024

Closing this PR as we're going to transition to trunk based development and rename develop to main

@gto90 gto90 closed this Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants