-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* overledger new actions added - read from smart contract and sign a transaction * Update components/overledger/actions/read-from-a-smart-contract/read-from-smart-contract.mjs Success message alteration to align with current context Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update components/overledger/actions/read-from-a-smart-contract/read-from-smart-contract.mjs inputParameters is an array of Objects so no need to parseObject Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * modified read from smart contract parameters * modified readfromsmart contract transaction, prepare-sign-execute transaction actions * modified readfromsmart contract transaction, prepare-sign-execute transaction actions * modified readfromsmart contract transaction, prepare-sign-execute transaction actions * modified readfromsmart contract transaction, prepare-sign-execute transaction actions * modified Overledger.app to add instance selection between Sandbox and Live Overledger * modified Overledger.app to add instance selection between Sandbox and Live Overledger - altered basURL in hook methods create and delete * comments added to explain actions modifications * added versioning updates to actions and overledger pckage.json. as well as component key adjustments to alin with pipedream requirements * code revisions made based on pull request review * added enironment prop to commmon sources file (base.mjs) and updated delete and creathooks to take in this param * fixed issue with sign-a-transaction default nativeData being undefined now is object * removal of default actions prop values on sign-transaction - stop error flag * tested and ammended read-from smart contract ans sign transcation to prevent failures * upgraded overledger urls sandbox and production to new .dev urls, changed polygon network option from mumbai to amoy * upgraded overledger urls sandbox and production to new .dev urls, changed polygon network option from mumbai to amoy * upgraded overledger urls sandbox and production to new .dev urls, changed polygon network option from mumbai to amoy - uppdated version * versioning update for overledger component to 1.0.0 due to API url change * updates * pnpm-lock.yaml --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Luan Cazarine <[email protected]> Co-authored-by: michelle0927 <[email protected]>
- Loading branch information
1 parent
9775ad2
commit c2ac809
Showing
9 changed files
with
13 additions
and
13 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
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
6 changes: 4 additions & 2 deletions
6
components/overledger/actions/sign-a-transaction/sign-a-transaction.mjs
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
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
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