Closed ghost closed 2 years ago
Is your feature request related to a problem? Please describe.
https://github.com/Zilliqa/neo-savant/issues/123 is a case where a user can get confused with the UI:
A case where Alice get confused with multiple windows:
1
w1
Gas limit(1) lower than minimum for creating contract (1163)
2500
w2
What happened actually: We know that actually the w2 window just was closed and the w1 is being displayed.
Here is the screen recording which can elaborate the above confusion. https://github.com/Zilliqa/neo-savant/issues/123#issuecomment-925485405
Key Question: Is there any good solution to prevent this kind of confusion?
Hello thanks for your issue, now Zilliqa have no API for calculate gasLimit
fixed in 1.0.0 version
Is your feature request related to a problem? Please describe.
https://github.com/Zilliqa/neo-savant/issues/123 is a case where a user can get confused with the UI:
A case where Alice get confused with multiple windows:
1
and tries to deploy a contract to see it fails by opening a window (w1
).Gas limit(1) lower than minimum for creating contract (1163)
2500
and tries to deploy a contract to see it succeeded by opening a window (w2
).Gas limit(1) lower than minimum for creating contract (1163)
w2
.What happened actually: We know that actually the
w2
window just was closed and thew1
is being displayed.Here is the screen recording which can elaborate the above confusion. https://github.com/Zilliqa/neo-savant/issues/123#issuecomment-925485405
Key Question: Is there any good solution to prevent this kind of confusion?