Tomas Zemanovic
Tomas Zemanovic
The `/tx` endpoint doesn't contain any useful information even when you use the CometBFT tx hash to find it (besides block height), because this information is being filled in with...
I'll move this into the new workflow added in #4401 once it's merge as we only need it for main PRs
the new CI job [can-backport](https://github.com/anoma/namada/actions/runs/13519068853/job/37774840112#logs) fails because the cherry-pick resolves conflict in `Cargo.toml` badly (configured with `--strategy-option=theirs` it takes the libs `version = "0.47.0"` which must be on `version =...
> Looks good to me except for the compilation issue with wasm tests ah, thx I missed this all the way back in the #3402 base
hi @McDaan, what happens when the state-sync fails? Does it just fail silently or is there more output by any chance?
one thing that has a significant impact on the size of built wasm are allocations - see e.g. https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
I got some good results with disabling "std" and "clock" features in chrono which decreased most of the WASMs over 10 times, but I didn't get it fully done as...
rebased onto 0.40 and added ~~https://github.com/anoma/namada/pull/3402/commits/72b2282786509b93630cbc7788e911c4192b5ba0~~ ~~[835061e](https://github.com/anoma/namada/pull/3402/commits/835061e01b408b10afd754f4ef3c474280248cf2)~~ ~~[4e5268b](https://github.com/anoma/namada/pull/3402/commits/4e5268bc7b3a310a52b76adfcf47a1bed99e008a)~~ [a7b48c1](https://github.com/anoma/namada/pull/3402/commits/a7b48c1e033c546785fe0aa6394b8a4d586a5f53) to move IBC impl out of the MASP VP
@sug0 pls re-check this after the rebase - there's a new commit for MASP VP IBC dep [a7b48c1](https://github.com/anoma/namada/pull/3402/commits/a7b48c1e033c546785fe0aa6394b8a4d586a5f53)
rebased on 0.41.0