Denis Davidyuk
Denis Davidyuk
We can already get height, but we can't be sure that it would be the same node as the one we ask data we need. I got the point regarding...
I can't reproduce this issue running sdk tests anymore 👍
@edwarddikgale this is really solved or you are migrating issues to somewhere else?
@artem-rozhkov-dev-optima told me that this issue is still actual
similar issue: https://github.com/aeternity/aeternity/issues/4128 One more use case: on the wallet side we show details of a name delegation to contract. In that case also have only name hash, but we...
I think I made it backward-compatible
> it is actually a mutable operation on the node state, just the new state is thrown away The same for get requests in general, server allocates some RAM to...
> I'm curious, what is a 'static call' and how is it different from a dry-run? Dry-run executes a transaction. We name 'static call' when a contract method gets executed...
> then posting it a bit earlier and have it in the mempool until you get allowed would make sense To address this case, the node may compare tx's ttl...
Ok, let's wait a bit then. I found a workaround: ```yml healthcheck: interval: 2s ``` in `docker-compose.yml`