Tiago Carvalho
Tiago Carvalho
Currently, the event log is hard-coded to hold 50k events of each event kind. We might want to adjust this behavior, especially making its value configurable (ie: via a config...
The PGF VP and potentially other paths in our code ignore some host function errors (eg: with `unwrap_or_default()`), which could have been gas related. This results in the (unauthorized) prolonged...
## Describe your changes Closes #3188 ## Indicate on which release or other PRs this topic is based on `v0.35.1` ## Checklist before merging to `draft` - [x] I have...
IBC event types are currently not being validated. We should check if they are valid event types, using [`ibc-rs`](https://lib.rs/crates/ibc). https://github.com/anoma/namada/blob/4ed62290d3d3062b655c9bfc7cf08bd1b2230fd8/crates/ibc/src/event.rs#L143-L161
## Describe your changes Closes #826 ## Indicate on which release or other PRs this topic is based on `v0.35.1` ## Checklist before merging to `draft` - [x] I have...
## Describe your changes Track the source code origin of some emitted event in Namada. ## Indicate on which release or other PRs this topic is based on `v0.35.1` ##...
## Describe your changes Refactor WASM host references code. ## Indicate on which release or other PRs this topic is based on #3258 **Diff for review:** https://github.com/anoma/namada/compare/tiago/dont-export-wasm-mem..tiago/host-ref-refactor ## Checklist before...
Pop `so_far` path (with `so_far.pop()`) after recursively calling `edit`: https://github.com/anoma/namada/blob/a61cbede5b11dd2092c7ef26d91f018a26f9065c/scripts/gen_localnet.py#L354-L357 This will produce more accurate error reports in the script.
## Describe your changes Implements phase 2 of Issue #3385 ## Indicate on which release or other PRs this topic is based on Based on #3498 **Diff for review:** https://github.com/anoma/namada/compare/tiago/masp-ss-client-phase-1..tiago/masp-ss-phase-2...
## Describe your changes Supersedes #3405, #3426 (rebase of the last one on the latest release) Implements phase 1 of Issue #3385 - When fetching notes, connections and related failures...