Riccardo Casatta

Results 113 issues of Riccardo Casatta

but db feature is required for the bin. Also, bump bitcoinconsens #56 rebased

I noticed timeout parameter is not approximately equal to the time measured with the included test. timeout=1 -> elapsed 4s timeout=2 -> elapsed 6s timeout=3 -> elapsed 8s timeout=4-> elapsed...

Please search for duplicate or closed issues first. ## Describe the issue The ordered list is not aligned when number are over 9 ### Current Behavior ![image](https://user-images.githubusercontent.com/6470319/202034297-6b9c4883-e56d-459e-9139-921246a20434.png) ### Expected Behavior...

Even just by showing tx hex in the `--dry-run` would be helpful to achieve this. This would avoid an observer of the mempool copying the inscription in another tx and...

Following the same steps works for 7B and 13B model, with the 30B parameters I get ``` thread 'main' panicked at 'Could not load model: Tensor tok_embeddings.weight has the wrong...

This is not a big deal, as at the moment since I don't think pagination is supported. However since the funding row has 8 bytes of script hash followed by...

enhancement
index-format

By changing the signature of the `for_blocks` function, avoiding the `FnMut` and returning data instead, we can process blocks in parallel. This requires changing the code using the function because...

performance

Change the position of the byte size of the block, so that clients could potentially avoid instantiating `bitcoin::Block` and use the serialized block as `Vec` instead.

BTW. About the compile times. We used to have to wait forever for rocksdb to build in Fedimint, but then if you provide it a `ROCKSDB_LIB_DIR` to find a static...

At the moment `BlockExtra` contains a `bitcoin::Block` https://github.com/RCasatta/blocks_iterator/blob/73812b95650ad0ab8fa7309446cb3136a48a63e9/src/block_extra.rs#L17 There are cases when you are interested only in a small fraction of the block and paying the cost of allocating all...