- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
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
Oct 9 2024
possibly overkill for this app, but you can see how config.ts defines an interface in token-server to handle this
In D16875#382821, @bytesofman wrote:not a blocker, but mb worth noting
if you
- set explorer to bitcoinabc
- close electrum
- arc patch this diff
- ./electrum-abc
then check out preferences
looks like "no" explorer is selected. However, if you click to see txs in the explorer, it does use explorer.e.cash
if you do the same but with "ViaWallet", it works and also appears as selected in preferences
not a blocker, but mb worth noting