- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Oct 13 2024
Oct 12 2024
Oct 11 2024
Rebase
this need some work to raise other limits first. Clipping broadcast_max at 1000 makes the situation actually worse than our current limit (INVENTORY_BROADCAST_MAX_PER_MB * 32 = 1120)
fix the while condition, add a ceiling to the max value (1000)
Build Bitcoin ABC Diffs / Diff Testing (preview-e.cash) passed.
Preview is available at http://51.89.41.69:41391 for the next 60 minutes.
definitely an improvement getting rid of "Technology"
@bot preview-e.cash
Oct 10 2024
make text the link
add more info line
Build Bitcoin ABC Diffs / Diff Testing (preview-explorer) passed.
Preview is available at http://51.68.37.192:41759 for the next 60 minutes.
@bot preview-explorer
fix BE_name_from_config to always return a valid explorer so we don't show an empty combobox in the settings
no need to recompute INVENTORY_BROADCAST_MAX_PER_MB * config.GetMaxBlockSize() / 1000000 for each iteration of the loop