forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GatewayAPI] - Make gas input optional in Gateway + Gateway refactori…
…ng (MystenLabs#1877) * * moved coin selection to gateway * gas is now optional, the gateway will choose one from the signer's possession (feature migrated from wallet) * transaction creation endpoints (sui_transferCoin, sui_moveCall etc) now accepts ObjectID instead of reference, the TransactionByte response will contain the gas object ref and input objects for client to verify the object and version used are correct * Refactoring to make naming consistent in GatewayAPI * update schema file * Update sui_core/src/gateway_state.rs Co-authored-by: ade <[email protected]> Co-authored-by: ade <[email protected]>
- Loading branch information
1 parent
f0d3ad7
commit 0a315ed
Showing
9 changed files
with
271 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.