yeagerai / genlayer-simulator

MIT License
8 stars 2 forks source link

197 sim fe fix contract state and contract methods refresh after deploying and switching tabs #199

Closed bradleySuira closed 3 weeks ago

bradleySuira commented 3 weeks ago

fix: fixed execute transactions abi update and selected method

cristiam86 commented 3 weeks ago

The "debounce" for the constructor parameters makes it weird when switching tabs. Everything else changes fast but not the constructor parameters. I would say that we need to avoid the debounce on this occasion.

bradleySuira commented 3 weeks ago

The "debounce" for the constructor parameters makes it weird when switching tabs. Everything else changes fast but not the constructor parameters. I would say that we need to avoid the debounce on this occasion.

fixed now @cristiam86 the debounce is applied only when contract content change

cristiam86 commented 3 weeks ago

The "debounce" for the constructor parameters makes it weird when switching tabs. Everything else changes fast but not the constructor parameters. I would say that we need to avoid the debounce on this occasion.

fixed now @cristiam86 the debounce is applied only when contract content change

Now I don't see the loading when changing contract tabs but after 3 seconds, the call is made anyway and the constructor parameters section blinks. Do you think there is something to do?

bradleySuira commented 3 weeks ago

fixed with latest @cristiam86