-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add gasEstimate function #42
Conversation
6c92597
to
d5c711c
Compare
d5c711c
to
1023e7d
Compare
1023e7d
to
35fb9c7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on iOS simulator. (Will test Android later.)
Great job @D4ryl00 . I think Redux-slice should be used to hold your functions at |
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
0753c90
to
ead7a54
Compare
…al session support Signed-off-by: Jeff Thompson <jeff@thefirst.org>
Signed-off-by: Jeff Thompson <jeff@thefirst.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on Android and iOS simulators.
This PR implements the EstimateGas function provided by Gnonative Kit (gnolang/gnonative#195). This function is called when a dapp wants to sign a transaction, and the
gasWanted
value is shown in this screen. So the user can accept or cancel the signature by knowing the gasWanted value.