Dmytro Kozhevin

Results 76 comments of Dmytro Kozhevin

The footprint errors do have the corresponding diagnostic events. I'm not sure we have time/need to change the error code to resource limit exceeded - it doesn't seem like it...

The change looks good to me - I think we can merge it when the fmt check is passed and the remaining few failures are resolved.

CI fails with `error: rustup is not installed at '/home/runner/work/rs-soroban-env/rs-soroban-env/.cargo/ci/config.toml'` I'm not sure I understand how to fix it, but I suppose the reason has something to do with the...

Seems like there are some failures in guest library.

> @dmkozh I also seem to get the following error if I ran that command locally: > > ``` > cargo clippy --locked --target wasm32-unknown-unknown --no-default-features > ``` > >...

Doesn't seem like this happens anymore (which is expected given that 1 year has passed).

This issue is pretty hard to reproduce consistently and it *seems* like it doesn't occur with p22 SDK, at least I haven't been able to trigger it (at the same...

Would a good old global variable work? Semantically, `Env` is just a namespace for a bunch of functions (and it should be stripped in Wasm builds). I know that it...

SDK emulates state archival/temp entry removal more precisely since version 21+, as demonstrated in the [example](https://github.com/stellar/soroban-examples/tree/main/ttl). Sorry for updating this so late as the issue should be long gone.

Sure, I could do the change. This example has been written a while ago, hence auth is tricky. Just to double-check, the proposal would be to get rid of the...