Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
mintlayer
/
mintlayer-core
Public
Notifications
You must be signed in to change notification settings
Fork
35
Star
52
Code
Issues
101
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
p2p tx broadcasting improvements and some other changes
- #2052
#2052
Merged
ImplOfAnImpl
merged 11 commits into
master
mintlayer/mintlayer-core:master
from
p2p_improve_tx_broadcasting
mintlayer/mintlayer-core:p2p_improve_tx_broadcasting
Copy head branch name to clipboard
May 15, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
p2p tx broadcasting improvements and some other changes
#2052
ImplOfAnImpl
merged 11 commits into
master
mintlayer/mintlayer-core:master
from
p2p_improve_tx_broadcasting
mintlayer/mintlayer-core:p2p_improve_tx_broadcasting
Copy head branch name to clipboard
Commits
Commits on May 12, 2026
p2p: when a duplicate tx with local origin is added to the mempool, it will be broadcast to the peers again. Rename mempool event types.
ImplOfAnImpl
committed
edb2d81
View commit details
Copy full SHA for edb2d81
Browse repository at this point
Fix exponential_rand and remove MAX_DELAY_FACTOR in p2p. Use a smaller tx relay delay for outbound connections. Replace "inbound: bool" with "direction: ConnectionDirection" in P2pEvent for consist…
Show description for 41d0b8d
ImplOfAnImpl
committed
41d0b8d
View commit details
Copy full SHA for 41d0b8d
Browse repository at this point
p2p: revamp tx sending (send multiple txs at once at random intervals instead of adding a random delay before each tx). Track which txs with local origin were broadcast but not sent, and rebroadcas…
Show description for 1e7823c
ImplOfAnImpl
committed
1e7823c
View commit details
Copy full SHA for 1e7823c
Browse repository at this point
p2p: add a test for tx announcement order; introduce MonotonicTimeGetter.
ImplOfAnImpl
committed
ade26b5
View commit details
Copy full SHA for ade26b5
Browse repository at this point
p2p: add test for unconfirmed tx reannouncement
ImplOfAnImpl
committed
8bff082
View commit details
Copy full SHA for 8bff082
Browse repository at this point
Appease clippy
ImplOfAnImpl
committed
a2d5bcb
View commit details
Copy full SHA for a2d5bcb
Browse repository at this point
Fix duplicate tx rebroadcasting: use the "origin" of the duplicate instead of the existing one. Cleanup.
ImplOfAnImpl
committed
f2724a7
View commit details
Copy full SHA for f2724a7
Browse repository at this point
P2p: sync mgr's next_time_to_requeue_unconfirmed_local_txs and next_time_to_announce_txs are now delayed at the start.
ImplOfAnImpl
committed
7b8a1f7
View commit details
Copy full SHA for 7b8a1f7
Browse repository at this point
Minor cleanup
ImplOfAnImpl
committed
1718f47
View commit details
Copy full SHA for 1718f47
Browse repository at this point
Update changelog
ImplOfAnImpl
committed
88ab598
View commit details
Copy full SHA for 88ab598
Browse repository at this point
Reformat code and fix imports after rebase over the style edition change PR
ImplOfAnImpl
committed
1504f2e
View commit details
Copy full SHA for 1504f2e
Browse repository at this point
You can’t perform that action at this time.