Results 5 issues of jimtendo

[[In ](bitcoincash:pr0qgla00u9rq34pael3ayjf7tuqm2p3kyyrvzcsak)](https://github.com/CashScript/cashscript/blob/123e45ae3456da2010b18c844ee6a2f705627b88/packages/cashscript/src/Transaction.ts#L325) the following line can sometimes lead to an incorrect fee as it does a `Math.ceil` on the value. This means that if JS's Math engine, for example, gave...

bug

This is a PBKDF2 pure JS implementation to progress towards supporting BIP39 mnemonics (I'll branch mnemonics off of this - want to try to keep reviews small and make sure...

Looking at the tensor types, there currently doesn't look to be 4 bit support: https://github.com/rockchip-linux/rknpu2/blob/master/runtime/RK3588/Linux/librknn_api/include/rknn_api.h#L127 Given that 4bit quantization can work quite well for LLM's (see llama.cpp), is support for...

**THIS IS A DRAFT. DO NOT MERGE.** Currently, during initial sync, when a block is added to the database, all transactions are also inserted in a single query. This leads...

The `decodePrivateKeyWif` function will currently allow a Legacy/Base58 BTC address. For example: ``` // Using Base58/Legacy Address const decodedPrivateKey = decodePrivateKeyWif('1CQbfkN8cADaJWk29ARtaa55UNdBa1kLaA'); // Check for errors if (typeof decodedPrivateKey === 'string')...