-
Notifications
You must be signed in to change notification settings - Fork 17
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
Disable create stable coin button when multisig #1102
Merged
Merged
Conversation
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
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
AlbertoMolinaIoBuilders
approved these changes
Apr 11, 2024
MiguelLZPF
added a commit
that referenced
this pull request
Apr 11, 2024
* v1.17.0 Signed-off-by: Alberto Molina <[email protected]> * web README updated Signed-off-by: Alberto Molina <[email protected]> * KYC bug fixed Signed-off-by: Alberto Molina <[email protected]> * Update Husky Signed-off-by: Miguel_LZPF <[email protected]> * Add check for signoff or dco Signed-off-by: Miguel_LZPF <[email protected]> * License : Apache-2.0 Signed-off-by: Alberto Molina <[email protected]> * backend removed from publish workflow Signed-off-by: Alberto Molina <[email protected]> * chore: changed to commitlint Signed-off-by: Miguel_LZPF <[email protected]> * fix: format utils Signed-off-by: Miguel_LZPF <[email protected]> * add first changes to SDK Signed-off-by: Alberto Molina <[email protected]> * feat: script to clean transactions from DB (#1076) * feat: script to run transactions Signed-off-by: Mario Francia <[email protected]> * feat: added tests to service Signed-off-by: Mario Francia <[email protected]> --------- Signed-off-by: Mario Francia <[email protected]> * MultiSig transaction adapter added to wallet options Signed-off-by: Alberto Molina <[email protected]> * multisig add transaction implemented Signed-off-by: Alberto Molina <[email protected]> * typos Signed-off-by: Alberto Molina <[email protected]> * command queries for backend created Signed-off-by: Alberto Molina <[email protected]> * added more changes to the signature method Signed-off-by: Alberto Molina <[email protected]> * HTS sign added Signed-off-by: Alberto Molina <[email protected]> * MultiSigTRansacitonAdapter now is able to serialize transactions Signed-off-by: Alberto Molina <[email protected]> * MultiSigTransactionAdpater moved frmo mirror to backend Signed-off-by: Alberto Molina <[email protected]> * setBackend added Signed-off-by: Alberto Molina <[email protected]> * [WIP] Signed-off-by: Mario Francia <[email protected]> * Backend adds Origin header when run frmo the Backend Signed-off-by: Alberto Molina <[email protected]> * sign/submit done for HTS Client Signed-off-by: Alberto Molina <[email protected]> * valid durantion increased to 180 seconds (max) for multisig transactions Signed-off-by: Alberto Molina <[email protected]> * feat(backend): add missing features (#1077) * [WIP] Signed-off-by: Mario Francia <[email protected]> * fix: controller Signed-off-by: Mario Francia <[email protected]> * feat: added missing test Signed-off-by: Mario Francia <[email protected]> * feat: added missing test Signed-off-by: Mario Francia <[email protected]> * refactor: public key come as query param Signed-off-by: Mario Francia <[email protected]> * fix: e2e tests Signed-off-by: Mario Francia <[email protected]> * readme updated Signed-off-by: Mario Francia <[email protected]> * readme updated Signed-off-by: Mario Francia <[email protected]> * CR Signed-off-by: Mario Francia <[email protected]> --------- Signed-off-by: Mario Francia <[email protected]> * BackendTransaction to MultiSigTransaction Signed-off-by: Alberto Molina <[email protected]> * MultiSigTransactionAdapter multinetwork Signed-off-by: Alberto Molina <[email protected]> * tests switched to previewnet Signed-off-by: Alberto Molina <[email protected]> * WIP Signed-off-by: Mario Francia <[email protected]> * transaction description updated Signed-off-by: Alberto Molina <[email protected]> * config test to testnet Signed-off-by: Alberto Molina <[email protected]> * fix: recover Dockerfile fix: run prettier and linter Signed-off-by: Miguel_LZPF <[email protected]> * docs: versions to 1.18.0 Signed-off-by: Miguel_LZPF <[email protected]> * feat: adding bug fixes to SDK decoding contracts calls Signed-off-by: Alberto Molina <[email protected]> * feat: multisig connection mode Signed-off-by: Mario Francia <[email protected]> * feat: bug solved in BackendAdapter Signed-off-by: Alberto Molina <[email protected]> * fix: sdk test multisig refactored Signed-off-by: Alberto Molina <[email protected]> * feat: network init includs backend and tras description to service Signed-off-by: Alberto Molina <[email protected]> * feat: sdk Stablecoin sign and submit tests Signed-off-by: Alberto Molina <[email protected]> * feat(WIP): multisig ui Signed-off-by: Mario Francia <[email protected]> * feat: retrieve multisig account id (#1084) Signed-off-by: Mario Francia <[email protected]> * feat: sdk package.json test local added Signed-off-by: Alberto Molina <[email protected]> * feat: account included in multisig transactions Signed-off-by: Alberto Molina <[email protected]> * fix: string instead of Hedera account Id Signed-off-by: Alberto Molina <[email protected]> * feat: backend adapter tests added Signed-off-by: Alberto Molina <[email protected]> * fix: minor linter issues Signed-off-by: Alberto Molina <[email protected]> * feat(WIP): retrieve backend url Signed-off-by: Mario Francia <[email protected]> * feat(WIP): delete Signed-off-by: Mario Francia <[email protected]> * fix: pagination added to multisig transactions SDK Signed-off-by: Alberto Molina <[email protected]> * feat(WIP): delete Signed-off-by: Mario Francia <[email protected]> * fix: typo Signed-off-by: Alberto Molina <[email protected]> * fix: send Signed-off-by: Mario Francia <[email protected]> * fix: new view models Signed-off-by: Alberto Molina <[email protected]> * fix: view models added Signed-off-by: Alberto Molina <[email protected]> * fix: view and dependencies Signed-off-by: Mario Francia <[email protected]> * fix: sdk sign hashpack and metamask Signed-off-by: Alberto Molina <[email protected]> * fix: views and dependencies Signed-off-by: Mario Francia <[email protected]> * fix: metamask sign bug Signed-off-by: Alberto Molina <[email protected]> * fix: blade sign Signed-off-by: Alberto Molina <[email protected]> * fix: ui views Signed-off-by: Mario Francia <[email protected]> * fix: hederaAccountId set has required in openAPI (#1092) fix: local prettier and linterin backend docs: pull request template Signed-off-by: Miguel_LZPF <[email protected]> * fix: ui views Signed-off-by: Mario Francia <[email protected]> * feat: consensus nodes added to SDK Signed-off-by: Alberto Molina <[email protected]> * feat: consensus nodes added to multisig Signed-off-by: Alberto Molina <[email protected]> * feat: consensus nodes Signed-off-by: Mario Francia <[email protected]> * refactor: consensus nodes Signed-off-by: Mario Francia <[email protected]> * fix: backend swagger updated Signed-off-by: Alberto Molina <[email protected]> * fix: web getMultiSigTransactions only when publickKey or accountId Signed-off-by: Alberto Molina <[email protected]> * fix: error message updated in sdk Signed-off-by: Alberto Molina <[email protected]> * refactor: messages Signed-off-by: Mario Francia <[email protected]> * feat: sdk added description for transfertransaction Signed-off-by: Alberto Molina <[email protected]> * fix: web send removed from metamask Signed-off-by: Alberto Molina <[email protected]> * fix: web multisig connect modal size changed Signed-off-by: Alberto Molina <[email protected]> * [CLI] Multi-signature Backend integration (#1095) * test: [poc][cli] connection mode Signed-off-by: Miguel_LZPF <[email protected]> * feat: changes before sdk integration Signed-off-by: Miguel_LZPF <[email protected]> * feat: adapt sdk getTransactionsResponse before pagination change Signed-off-by: Miguel_LZPF <[email protected]> * feat: change pagination to response and request objects Signed-off-by: Miguel_LZPF <[email protected]> * feat: fix init backend connection Signed-off-by: Miguel_LZPF <[email protected]> * fix: sdk sign hashpack and metamask Signed-off-by: Alberto Molina <[email protected]> * fix: metamask sign bug Signed-off-by: Alberto Molina <[email protected]> * fix: blade sign Signed-off-by: Alberto Molina <[email protected]> * fix: hederaAccountId set has required in openAPI (#1092) fix: local prettier and linterin backend docs: pull request template Signed-off-by: Miguel_LZPF <[email protected]> * feat: basic multisig flow working Signed-off-by: Miguel_LZPF <[email protected]> * feat: consensus nodes added to SDK Signed-off-by: Alberto Molina <[email protected]> * feat: consensus nodes added to multisig Signed-off-by: Alberto Molina <[email protected]> * fix: backend swagger updated Signed-off-by: Alberto Molina <[email protected]> * feat: set consensus nodes from CLI Signed-off-by: Miguel_LZPF <[email protected]> --------- Signed-off-by: Miguel_LZPF <[email protected]> Signed-off-by: Alberto Molina <[email protected]> Co-authored-by: Alberto Molina <[email protected]> * fix: removed cors from backend Signed-off-by: Alberto Molina <[email protected]> * docs: general, sdk and backend Signed-off-by: Alberto Molina <[email protected]> * docs: web multisignature added Signed-off-by: Alberto Molina <[email protected]> * test: web Signed-off-by: Alberto Molina <[email protected]> * fix: sdk linter issues Signed-off-by: Alberto Molina <[email protected]> * [CLI] Update Configuration File Generation with Multisig (#1097) * docs: [cli] update config sample with comments and fix nonCustodial naming Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] update bad naming "nonCustodial" Signed-off-by: Miguel_LZPF <[email protected]> * docs: [cli] add automatic license header to files Signed-off-by: Miguel_LZPF <[email protected]> * feat: [cli] added support for backend if no config file found on init Signed-off-by: Miguel_LZPF <[email protected]> * feat: [cli] manage backend configuration from wizard Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] error when config without backend fix: [cli] npm lint order to see warnings Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] duplicate backend url input requested fix: [cli] updated default URL constant fix: [cli] added backend to config options header Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] update backend in header Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] add backend to all headers Signed-off-by: Miguel_LZPF <[email protected]> * feat: [cli] add multisig list option for Multisig accounts Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] pagination Signed-off-by: Miguel_LZPF <[email protected]> * fix: add backend url to all headers Signed-off-by: Alberto Molina <[email protected]> --------- Signed-off-by: Miguel_LZPF <[email protected]> Signed-off-by: Alberto Molina <[email protected]> Co-authored-by: Alberto Molina <[email protected]> * [CLI] Updated README with multisig + fixes (#1099) * docs: [cli] update config sample with comments and fix nonCustodial naming Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] update bad naming "nonCustodial" Signed-off-by: Miguel_LZPF <[email protected]> * docs: [cli] add automatic license header to files Signed-off-by: Miguel_LZPF <[email protected]> * feat: [cli] added support for backend if no config file found on init Signed-off-by: Miguel_LZPF <[email protected]> * feat: [cli] manage backend configuration from wizard Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] error when config without backend fix: [cli] npm lint order to see warnings Signed-off-by: Miguel_LZPF <[email protected]> * docs: [cli] updated README with multisig + fixes Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] duplicate backend url input requested fix: [cli] updated default URL constant fix: [cli] added backend to config options header Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] update backend in header Signed-off-by: Miguel_LZPF <[email protected]> * docs: [cli] add multisig transactions section Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] add backend to all headers Signed-off-by: Miguel_LZPF <[email protected]> * feat: [cli] add multisig list option for Multisig accounts Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] pagination Signed-off-by: Miguel_LZPF <[email protected]> * docs: [cli] video multisig Signed-off-by: Miguel_LZPF <[email protected]> * fix: readme headers outdated Signed-off-by: Miguel_LZPF <[email protected]> * docs: [cli] improve 'List Multi-Signature Transactions' section Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] update readme table of content Signed-off-by: Miguel_LZPF <[email protected]> --------- Signed-off-by: Miguel_LZPF <[email protected]> * [CLI] Test multi-signature (#1103) * feat: [cli] backend configuration service test Signed-off-by: Miguel_LZPF <[email protected]> * feat: [cli] list multisig tx service test Signed-off-by: Miguel_LZPF <[email protected]> * feat: [cli] manage multisig tx service test (not all cases) Signed-off-by: Miguel_LZPF <[email protected]> * fix: [cli] remove consoles and other unwanted logs from tests Signed-off-by: Miguel_LZPF <[email protected]> --------- Signed-off-by: Miguel_LZPF <[email protected]> * Disable create stable coin button when multisig (#1102) * feat: create coin button disabled when multisig Signed-off-by: Mario Francia <[email protected]> * fix: tests snapshots Signed-off-by: Mario Francia <[email protected]> --------- Signed-off-by: Mario Francia <[email protected]> --------- Signed-off-by: Alberto Molina <[email protected]> Signed-off-by: Miguel_LZPF <[email protected]> Signed-off-by: Mario Francia <[email protected]> Co-authored-by: Alberto Molina <[email protected]> Co-authored-by: Mario Francia <[email protected]> Co-authored-by: Alberto <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Disable create stable coin button when multisig