wjblanke
wjblanke
> Hello - thanks for your fix. We do want to move to C++ stdlib calls, but have had to move slowly because of the number of platforms we support....
This looks great but needs some dev time to review
What linux flavor/version are you compiling on? thanks!
oof https://github.com/Chia-Network/chia-blockchain/runs/6884329148?check_suite_focus=true#step:10:81
maybe this needs a lock too https://github.com/Chia-Network/chia-blockchain/blame/long_lived/atari/tests/pools/test_wallet_pool_store.py#L47
chia/data_layer/data_store.py: async with self.db_wrapper.locked_transaction(lock=lock): chia/wallet/wallet_node.py: async with self.wallet_state_manager.db_wrapper.lock: chia/wallet/wallet_node.py: async with self.wallet_state_manager.db_wrapper.lock: chia/wallet/wallet_node.py: async with self.wallet_state_manager.db_wrapper.lock: chia/wallet/trading/trade_store.py: async with self.db_wrapper.lock: chia/rpc/wallet_rpc_api.py: async with self.service.wallet_state_manager.tx_store.db_wrapper.lock: probably need to make sure these...
Or maybe this, hard coded to true https://github.com/Chia-Network/chia-blockchain/blame/long_lived/atari/chia/data_layer/data_layer_wallet.py#L741
Yes, the above is good advice. ALSO! Before doing all this, please set logging to INFO in config.yaml and send us the logs.
https://user-images.githubusercontent.com/1206691/183297763-54a745bd-0693-4fc5-bfbe-8d5bc1c31e73.mov
Can u provide the full DEBUG version of debug.log. I assume this is always reproducible so we should be able to find the cause.