-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added a new flow to let users manually configure transactions' …
…gas limit on the System Contract DApp (#678) * fix(docs): fixed typo in README DApp Playground Signed-off-by: Logan Nguyen <[email protected]> * update: updated gasLimit explanation Signed-off-by: Logan Nguyen <[email protected]> * feat: added new POST request to estimateGas() API on mirror-node Signed-off-by: Logan Nguyen <[email protected]> * feat: added new estimateGas flow to IHRC Signed-off-by: Logan Nguyen <[email protected]> * feat: added new estimateGas flow to TokenCreateCustom contract Signed-off-by: Logan Nguyen <[email protected]> * feat: added new estimateGas flow to TokenManagementContract Signed-off-by: Logan Nguyen <[email protected]> * feat: added new estimateGas flow to TokenQueryContract Signed-off-by: Logan Nguyen <[email protected]> * feat: added new estimateGas flow to TokenTransferContract Signed-off-by: Logan Nguyen <[email protected]> * feat: added new estimateGas flow to ExchangeRate Signed-off-by: Logan Nguyen <[email protected]> * feat: added new estimateGas flow to PRNG Signed-off-by: Logan Nguyen <[email protected]> * update: updated Service Fee explanation Signed-off-by: Logan Nguyen <[email protected]> * feat: added new estimateGas flow to ERC20 Signed-off-by: Logan Nguyen <[email protected]> * feat: added new estimateGas flow to ERC721 Signed-off-by: Logan Nguyen <[email protected]> * fix(test): fixed unit tests Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed typo MOCK_SINGER_ADDRESS to MOCK_SIGNER_ADDRESS Signed-off-by: Logan Nguyen <[email protected]> --------- Signed-off-by: Logan Nguyen <[email protected]>
- Loading branch information
1 parent
939cd3f
commit 1d07283
Showing
55 changed files
with
1,958 additions
and
407 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.