Tomas Zemanovic

Results 194 issues of Tomas Zemanovic

hi, I'd like to use "jemalloc" on non-windows platforms using an optional feature in my app, but it's currently not possible to declare platform specific features in Cargo.toml (https://github.com/rust-lang/cargo/issues/1197). To...

Just a quick fix for a link to supported versions

## Describe your changes first part of #2555 addressing core crate ## Indicate on which release or other PRs this topic is based on v0.34.0 ## Checklist before merging to...

## Describe your changes A helper for re-merging PRs from draft

~~[cargo-deny](https://github.com/EmbarkStudios/cargo-deny) is now the official RustSec front-end https://github.com/EmbarkStudios/cargo-deny/issues/194 and it can also check licenses and bunch of other things.~~ see https://github.com/EmbarkStudios/cargo-deny/issues/386#issuecomment-995151508 - fix any errs and warning reported by cargo-deny...

security
dependencies

follow-up to #2958 Replace the `type TxError = String;` in `namada/src/vm/wasm/run.rs` with an error type to be introduced in the core crate and re-used for the error type that's turned...

refactor / code quality
breaking-change

The client should check for any tx preconditions that may make it fail as the wasm crash errors are not informative. E.g.: - check delegation source is not validator when...

PoS
client
last-minute

Replace `(e)print(ln)!`s anywhere in the SDK crate with the generic `sdk::io::Io` `(e)display(_line)!`s.

refactor / code quality

The `%root` entrypoint is required when the `%default` entrypoint is specified and is not at the root of the parameter.