Use a debug RPC. Waiting for getavalanchepeerinfo is not sufficient here because its possible for this value to be updated before the contender is added to the cache.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Dec 16 2024
use is_none() isntead of match
take a reference for TryFrom, use it also in transaction_get (minor behavior change in the error message, because now we have one less line that can raise a variant on the same error message)
Added CI integration (build-configurations.yml), added copyright licenses, changed server and reduced Tokio syntax.
rebase after reducing the port range in D17314
rebase after reducing the port range in D17314
rebase after reducing the port range in D17314
@bot build-linux64 build-linux-aarch64 build-chronik build-chronik-plugins
reduce port range to 3000 to keep the same effective range of ports
Collision on port 33380, Lets try to reduce the port range first to not conflict with docker ports (see D16048)
adding docs, style clean-ups, remove default type as it is not used anymore, remove unnecessary code duplication
very cool!
do this without the macro from D17355 (need to study macros more to make it work), fix clippy::needless-question-mark
rebase
use consistent error message "Unknown transaction id"
test all errors responses
now it works even if electrum is not synced to the tip btw
I would love to see a test for these error cases, since blockchain.transaction.get has both a mandatory and an optional arg it fits perfectly
This may be subjective but I'm not seeing a drastic improvement after updating to latest and hard refreshing twice. In some instances prod loaded the home screen and agora pages quicker than the test site, though that could also be the hosting infra playing a part. Tests were done with wallets having agora txs in tx history
=== p2pkh instead of !== p2sh
confirm there that load times are significantly improved for wallets with Agora txs
rebase
implementing feedback (add parse method, clean up existing methods, doc, remove unused interfaces and imports now that stuff is cleaned up)
Dec 15 2024
ts build lint
simplify constructor, pure functions for legacy() and cash(), better error handling for withPrefix
Use '===' and not '=='