I found a problem with carbonado overwriting file verification when we use wasm32 (see here).
After running consecutive transfers (more than 100x), the rgb_wallet or stock ends up having a minimum variation of bytes downwards, which ends up being unsaved, and this causes some issues in contract states (@josediegorobles I believe this causes some inconsistencies in the balances you reported).
This PR still needs to be completed, I need some help to test it.
Description
I found a problem with carbonado overwriting file verification when we use wasm32 (see here).
After running consecutive transfers (more than 100x), the rgb_wallet or stock ends up having a minimum variation of bytes downwards, which ends up being unsaved, and this causes some issues in contract states (@josediegorobles I believe this causes some inconsistencies in the balances you reported).
This PR still needs to be completed, I need some help to test it.