Tiago Carvalho

Results 115 comments of Tiago Carvalho

With #4830, we can get refunded automatically by setting the sender to a payment addr. The logic for receiving IBC shielded payments is the same as the logic required to...

> on a second thought, it might be better to use `wasmer::FunctionEnvMut` in our host_env directly in order to address 3rd point some functionality is mocked to run tests. `wasmer`...

@cwgoes this shouldn't be consensus breaking, it doesn't change execution semantics, it's more of an internal detail (unless the vm is buggy)

only the first bullet point. the second bullet point has been addressed by #3578

All network code is handled by CometBFT. Namada hides its output by default, but you can export `NAMADA_CMT_STDOUT=true` and `CMT_LOG_LEVEL=info` or `CMT_LOG_LEVEL=debug` to see what's going on at the P2P...

this requires maintenance, and afaik no one in the namada core team has interest in maintaining this flake

Another thing to consider: we currently return "insufficient funds" errors from some sdk calls, which are inaccurate. The underlying errors are due to the MASP fee payment gas limit protocol...

@grarco I think it should be fine to go back to calling shielded sync automatically. Might need to create some `namadac` config entry to choose which shielded sync client should...

@tzemanovic see https://github.com/anoma/namada/pull/3981 you can take it over if you want