Tomas Zemanovic

Results 147 issues of Tomas Zemanovic

We should replace e.g. the hard-coded default `--ledger-address` with the one from the config file ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201757896515792/1201762914094269) by [Unito](https://www.unito.io)

cli

In host-guest WASM FFI, we're doing many unsafe memory pointer conversions. This could be done better with strict provenance. We can use polyfill https://docs.rs/sptr/latest/sptr before this becomes available in stable...

refactor / code quality

In the CI when running e2e tests, it would be nice to check that there are no artifacts created outside of the temp directories used by the tests. We can...

good first issue
testing
CI

Find an alternative to wee_alloc or use the default. The crate is not maintained: https://github.com/rustwasm/wee_alloc/issues/107 And there’re possible leaks for large allocations: https://github.com/rustwasm/wee_alloc/issues/106

wasm
post-mainnet

The `std::io::Error` has the same design considerations that we want for `storage_api::Error` and is familiar to Rust devs, so it might be better to use it than to re-invent our...

refactor / code quality
prio:low
storage
post-mainnet

We're currently using make files to run commands for which [just](https://github.com/casey/just) would be better in many ways (though `make` is readily available everywhere, so we can still keep it for...

enhancement
post-mainnet

## Describe your changes Moved most top-level crates into a `crates` subdir. ## Indicate on which release or other PRs this topic is based on #2312 - diff for review...

merged to draft

Draft #2371 check

## Describe your changes On a live chain, we typically receive `InitChain` request with `initial_height = 1`, but the apps `TestShell` was using 0. ## Indicate on which release or...

In `apps/src/bin/anoma-node/vm/host_env/write_log.rs`, when we generate a new address, we should give it some unpredictable value as an additional source of randomness _Originally posted by tzemanovic in https://github.com/heliaxdev/anoma-prototype/pull/175#discussion_r628053854_ ┆Issue is synchronized...

ledger
pre-mainnet