neurosis69

Results 5 issues of neurosis69

The `long_sync` operation of a big wallet, when the wallet has many `pool_state_transitions`, is very inefficient. I've tested sync operations with a testnet wallet with ~80k coins and assumable ~70k...

question
Pool
Wallet
sync

Would it be possible to add the node_id to the path to get uniqueness? https://github.com/Chia-Network/chia-blockchain/blob/093115311176e56388fb40334003a20e440da721/chia/wallet/puzzles/load_clvm.py#L72 I run two harvester instances on the same machine, both are connected to different farmers...

clvm

- renamed the indexes according to #13304 - removed index `coin_id` as there is already an internal index for the PK: sqlite_autoindex_singleton_records_1 - removed index `inner_puzzle_hash` as I found no...

data

This summary is referencing the main build as of ce533879e25a536b6414307c4e6d850c1da06d4f There are a couple of ways to get these issues fixed, so I decided to create an issue, giving a...

Wallet DB

### What happened? For `chia rpc wallet get_farmed_amount` the fees are calculated [on the fly](https://github.com/Chia-Network/chia-blockchain/blob/d36703337a9164ad36ab15772e85ae2cf7ebfc34/chia/rpc/wallet_rpc_api.py#LL2910-L2912) and listed correctly. But for other commands like - `chia rpc wallet get_transactions '{"wallet_id": 1}'`...

bug