fix BE_name_from_config to always return a valid explorer so we don't show an empty combobox in the settings
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 10 2024
no need to recompute INVENTORY_BROADCAST_MAX_PER_MB * config.GetMaxBlockSize() / 1000000 for each iteration of the loop
Oct 9 2024
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
Oct 8 2024
Oct 7 2024
Oct 4 2024
Unrelated to the diff: in the second screenshot there seems to be an issue with the BTC price
in the summary of the diff, did you mean "if we do not get a token" ? Otherwise looks good
Oct 3 2024
Oct 2 2024
Oct 1 2024
Looks good. I don't understand the CI failure, though, please check that it is unrelated.
Sep 30 2024
$ date -ud @1747310400 jeu. 15 mai 2025 12:00:00 UTC
make sure script_error.h is included directly in the .cpp
Sep 27 2024
Put this on hold for now, it makes things more complicated. If perf does turn out to be an issue in production we can reconsider doing this.
Sep 25 2024
please the compiler warnings
It is not clear to me why on these two the return statement can be omitted but not on the previous lines (93 and 96, 121 and 115)
Sep 23 2024
In D16803#381211, @bytesofman wrote:Diff looks good but my understanding is behind on how chronik "knows" a block has been invalidated by avalanche. Having trouble following the logic in this diff.
Is chronik already handling this case but just not sending a msg? Where is the case recognized?
diff --git a/chronik/chronik-indexer/src/query/blocks.rs b/chronik/chronik-indexer/src/query/blocks.rs index 01e658e2fd..f130f2e7f3 100644 --- a/chronik/chronik-indexer/src/query/blocks.rs +++ b/chronik/chronik-indexer/src/query/blocks.rs @@ -33,6 +33,7 @@ use crate::{ OutputsSpent, TxTokenData, }, }; +use std::time::{Duration, Instant};
Sep 20 2024
Sep 19 2024
feedback
Sep 18 2024
Sep 17 2024
fix compiler warning
more refactoring
feedback
Sep 16 2024
fix assertion for index vs len(hashes), and also assert that len(hashes) is strictly larger than 0
Sep 13 2024
move hex_to_be_bytes to util.py and remove unused be_bytes_to_hex
let's move hex_to_be_bytes to util.py
Sep 12 2024
lgtm with two nits