User Details
- User Since
- Jan 7 2020, 15:08 (194 w, 6 d)
Fri, Sep 29
Use imported db_(de)serialize, add comment to clarify no-side-effect test
Use 1-2-4-8 chain as suggested
Tue, Sep 19
Split diff into two
Thu, Sep 7
Tue, Sep 5
Aug 30 2023
Fix comment in apply_merge_spent_by
Rebase from master
Aug 29 2023
remove unneeded line
remove trailing whitespace
Turn failed merges into no-ops and handle them after updating the DB, if any
Aug 24 2023
rebase on master (to get latest Rust 1.72.0)
rebase on master
Remove DEFAULT_SCRIPT_NUM_TXS_CACHE_SIZE const
Remove LRU cache, empirically, a disabled cache is faster, and the bigger the cache, the longer insert takes:
Aug 22 2023
rebase from master
Write full stats to resync_stats.txt, round seconds to 3 digits, add missing n_total for GroupUtxoWriter
Aug 21 2023
actually use -chronikscriptnumtxscache
Aug 18 2023
factor coin finding code into getSpentCoins
add InitError when using -chronikallowpause on mainnet, fix some comments
use std::move when making the shared_ptr
rebase on D14386, fix raised issues
fix fmt
Aug 16 2023
Use std::shared_ptr
Can you update the title + commit message? The deeper telos now is to move the version to one place, not to set them to the same version (which is a nice side effect now). Otherwise good work
Aug 11 2023
@bot preview-explorer
Aug 10 2023
with an invalid ws url it doesn't throw any errors, so I couldn't catch it
Aug 8 2023
Aug 1 2023
Jul 31 2023
This doesn't have to be in the client library though, it can be in the code for the airdrop.
Concur with Fabien on the comments. Note that the goal of this change is quite ambitious (which is why I haven't done it myself), so this might still take a while to get right.
Much better :) Some more changes, but this is shaping into something nice.
Jul 29 2023
For reference, here's some points I raised with Joey and Fabien (redacted somewhat):
Jul 7 2023
Jun 15 2023
Jun 5 2023
Use MakeTransactionRef, fix comment spelling
Jun 4 2023
also remove the unused Config parameter
rerun tests