Skip to content
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 2 commits into from
Apr 11, 2024

Conversation

M-Francia
Copy link
Contributor

Description:
Disable create stable coin button when multisig

@M-Francia M-Francia changed the base branch from main to sprint-40 April 11, 2024 10:43
@M-Francia M-Francia marked this pull request as ready for review April 11, 2024 10:43
Signed-off-by: Mario Francia <[email protected]>
@M-Francia M-Francia merged commit 4d8466d into sprint-40 Apr 11, 2024
1 of 2 checks passed
@M-Francia M-Francia deleted the feat/UI-create-coin-button branch April 11, 2024 13:02
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants