Tomas Zemanovic
Tomas Zemanovic
## Describe your changes Dependency injection for proof_of_stake, replacing deps on: - [x] governance - [x] parameters - [x] trans_token To help with these changes, the `pos_queries` mod was refactored...
## Describe your changes Adding a new systems crate to contain the abstract interfaces, previously added to core crate in the base PR. Also switched to use the concrete storage...
## Describe your changes Related to #2111 this PR refactors out the `namada` crate that will be removed. Two new crates are added: - `namada_vp` with native VP interfaces and...
## Describe your changes closes #3253 closes https://github.com/anoma/namada/issues/305 ## Indicate on which release or other PRs this topic is based on v0.40.0 ## Checklist before merging to `draft` - ~~[...
follow-up to #3275 We need to investigate, remove and disallow usage of the floats. I had a look and some usage comes from tendermint-rs and its use `serde_json` which should...
In the native VPs we have bounds on `native_vp::Ctx` which also propagates to all the native VPs that wrap this up. We should only used the bounds on the impls
It looks that some dependencies (even when unused) end-up bloating the built wasm size, so we should investigate if we can remove some unnecessary dependencies from them (specifically, anything from...
Currently, after creating a new validator account on-chain with the `init-validator` tx, it is necessary to manually restart the ledger node for Tendermint to use the new validator key. We...
### Describe the bug Related to #4377 (see comment https://github.com/wasmerio/wasmer/issues/4377#issuecomment-2245180505) re-running the same `Module` that's created with a `Store` which is dropped after the first run and new `Store` created...
Hi, thanks for rust-analyzer! I'm having trouble with rust-analyzer forcing rebuild of a project and all its deps even though there are no code changes. I tried to diagnose what's...