Remove DEFAULT_SCRIPT_NUM_TXS_CACHE_SIZE const
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 24 2023
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
In D14269#322376, @emack wrote:@tobias_ruck - this can technically be done but would it be advisable based on how you designed this client?
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 19 2023
FYI this will crash the price. Something to be aware of.
Jun 15 2023
Jun 5 2023
Use MakeTransactionRef, fix comment spelling
Jun 4 2023
also remove the unused Config parameter
rerun tests
May 30 2023
May 28 2023
May 27 2023
May 26 2023
May 5 2023
May 4 2023
Rebase on chronik-refactor-hashorheight
rebase on master
fix build by removing unused import