Skip to content

refactor: default network is nano testnet #542

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

Merged
merged 21 commits into from
Aug 29, 2024

Conversation

andreabadesso
Copy link
Contributor

@andreabadesso andreabadesso commented Aug 22, 2024

Acceptance Criteria

  • We should include the nano testnet settings and default to it.
  • We should allow the user to select the nano testnet in the network settings screen

Security Checklist

  • Make sure you do not include new dependencies in the project unless strictly necessary and do not include dev-dependencies as production ones. More dependencies increase the possibility of one of them being hijacked and affecting us.

@andreabadesso andreabadesso self-assigned this Aug 22, 2024
@andreabadesso andreabadesso added the enhancement New feature or request label Aug 22, 2024
@andreabadesso andreabadesso changed the base branch from hathorplay-base to refactor/enable-walletconnect August 22, 2024 14:07
src/constants.js Outdated
Comment on lines 202 to 203
walletServiceUrl: WALLET_SERVICE_TESTNET_BASE_URL,
walletServiceWsUrl: WALLET_SERVICE_TESTNET_BASE_WS_URL,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it the same as our public testnet? I know that we won't allow Hathor Play to connect to wallet service but is it a required key?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They're not required, I agree we should remove them, done

@andreabadesso andreabadesso force-pushed the refactor/enable-walletconnect branch from edb2356 to 95c2b42 Compare August 26, 2024 12:35
@andreabadesso andreabadesso force-pushed the refactor/default-network branch from e898c1a to 5725b40 Compare August 29, 2024 16:08
@andreabadesso andreabadesso force-pushed the refactor/enable-walletconnect branch from 95c2b42 to 4672daa Compare August 29, 2024 16:47
@andreabadesso andreabadesso force-pushed the refactor/default-network branch from 5725b40 to fb46e71 Compare August 29, 2024 16:51
alexruzenhack and others added 2 commits August 29, 2024 13:56
…c transaction (#545)

* feat: add register nano contract buttom if nc not registered on new nc transaction
* feat: add failure feedback modal for Nano Contract registration failure
* feat: restore ready state of nano contract registration also in the success path
* refactor: skip directly to the ChoosePinScreen

* refactor: added a constant to determine whether to show the confirmation screen

* refactor: default skip_seed_confirmation to true
@andreabadesso andreabadesso force-pushed the refactor/default-network branch from fb46e71 to 8a4734f Compare August 29, 2024 16:57
@andreabadesso andreabadesso merged commit 664c051 into refactor/enable-walletconnect Aug 29, 2024
andreabadesso added a commit that referenced this pull request Aug 29, 2024
* feat: implement Nano Contract integration with Wallet Connect

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* chore: added dependencies and shims needed by walletconnect

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* chore: changed CI version to 18x and 20x

* refactor: enabled walletconnect by default

* chore: updated package-lock

* chore: updated walletconnect dependencies to be equal to the patch

* refactor: default network is nano testnet (#542)

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* refactor: enabled walletconnect by default

* refactor: added nano testnet as default network

* feat: allow the user to select the nano testnet in network settings

* refactor: removed walletservice urls from constants on nano testnet

* refactor: remove nc status from tx details (#546)

* refactor: remove nc status from tx details
* feat: add status label for voided tx

* feat: add event coin token as default alongside with hathor (#547)

* feat: add register nano contract buttom if nc not registered on new nc transaction (#545)

* feat: add register nano contract buttom if nc not registered on new nc transaction
* feat: add failure feedback modal for Nano Contract registration failure
* feat: restore ready state of nano contract registration also in the success path

* refactor: skip directly to the ChoosePinScreen (#543)

* refactor: skip directly to the ChoosePinScreen

* refactor: added a constant to determine whether to show the confirmation screen

* refactor: default skip_seed_confirmation to true

---------

Co-authored-by: Alex Ruzenhack <[email protected]>

* refactor: ignore confirmation modal (#544)

* refactor: ignore modal confirmation screen

* refactor: added a config to skip walletconnect confirmation modals

* feat: skip confirmation modal on sign message modal as well

---------

Co-authored-by: Alex Ruzenhack <[email protected]>
andreabadesso added a commit that referenced this pull request Aug 29, 2024
* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* refactor: enabled walletconnect by default

* refactor: added nano testnet as default network

* feat: allow the user to select the nano testnet in network settings

* refactor: removed walletservice urls from constants on nano testnet

* refactor: remove nc status from tx details (#546)

* refactor: remove nc status from tx details
* feat: add status label for voided tx

* feat: add event coin token as default alongside with hathor (#547)

* feat: add register nano contract buttom if nc not registered on new nc transaction (#545)

* feat: add register nano contract buttom if nc not registered on new nc transaction
* feat: add failure feedback modal for Nano Contract registration failure
* feat: restore ready state of nano contract registration also in the success path

* refactor: skip directly to the ChoosePinScreen (#543)

* refactor: skip directly to the ChoosePinScreen

* refactor: added a constant to determine whether to show the confirmation screen

* refactor: default skip_seed_confirmation to true

---------

Co-authored-by: Alex Ruzenhack <[email protected]>
andreabadesso added a commit that referenced this pull request Aug 31, 2024
* feat: implement Nano Contract integration with Wallet Connect

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* chore: added dependencies and shims needed by walletconnect

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* chore: changed CI version to 18x and 20x

* refactor: enabled walletconnect by default

* chore: updated package-lock

* chore: updated walletconnect dependencies to be equal to the patch

* refactor: default network is nano testnet (#542)

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* refactor: enabled walletconnect by default

* refactor: added nano testnet as default network

* feat: allow the user to select the nano testnet in network settings

* refactor: removed walletservice urls from constants on nano testnet

* refactor: remove nc status from tx details (#546)

* refactor: remove nc status from tx details
* feat: add status label for voided tx

* feat: add event coin token as default alongside with hathor (#547)

* feat: add register nano contract buttom if nc not registered on new nc transaction (#545)

* feat: add register nano contract buttom if nc not registered on new nc transaction
* feat: add failure feedback modal for Nano Contract registration failure
* feat: restore ready state of nano contract registration also in the success path

* refactor: skip directly to the ChoosePinScreen (#543)

* refactor: skip directly to the ChoosePinScreen

* refactor: added a constant to determine whether to show the confirmation screen

* refactor: default skip_seed_confirmation to true

---------

Co-authored-by: Alex Ruzenhack <[email protected]>

* refactor: ignore confirmation modal (#544)

* refactor: ignore modal confirmation screen

* refactor: added a config to skip walletconnect confirmation modals

* feat: skip confirmation modal on sign message modal as well

---------

Co-authored-by: Alex Ruzenhack <[email protected]>
andreabadesso added a commit that referenced this pull request Aug 31, 2024
* feat: implement Nano Contract integration with Wallet Connect

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* chore: added dependencies and shims needed by walletconnect

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* chore: changed CI version to 18x and 20x

* refactor: enabled walletconnect by default

* chore: updated package-lock

* chore: updated walletconnect dependencies to be equal to the patch

* refactor: default network is nano testnet (#542)

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* refactor: enabled walletconnect by default

* refactor: added nano testnet as default network

* feat: allow the user to select the nano testnet in network settings

* refactor: removed walletservice urls from constants on nano testnet

* refactor: remove nc status from tx details (#546)

* refactor: remove nc status from tx details
* feat: add status label for voided tx

* feat: add event coin token as default alongside with hathor (#547)

* feat: add register nano contract buttom if nc not registered on new nc transaction (#545)

* feat: add register nano contract buttom if nc not registered on new nc transaction
* feat: add failure feedback modal for Nano Contract registration failure
* feat: restore ready state of nano contract registration also in the success path

* refactor: skip directly to the ChoosePinScreen (#543)

* refactor: skip directly to the ChoosePinScreen

* refactor: added a constant to determine whether to show the confirmation screen

* refactor: default skip_seed_confirmation to true

---------

Co-authored-by: Alex Ruzenhack <[email protected]>

* refactor: ignore confirmation modal (#544)

* refactor: ignore modal confirmation screen

* refactor: added a config to skip walletconnect confirmation modals

* feat: skip confirmation modal on sign message modal as well

---------

Co-authored-by: Alex Ruzenhack <[email protected]>
andreabadesso added a commit that referenced this pull request Aug 31, 2024
* feat: implement Nano Contract integration with Wallet Connect

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* chore: added dependencies and shims needed by walletconnect

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* chore: changed CI version to 18x and 20x

* refactor: enabled walletconnect by default

* chore: updated package-lock

* chore: updated walletconnect dependencies to be equal to the patch

* refactor: default network is nano testnet (#542)

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* refactor: enabled walletconnect by default

* refactor: added nano testnet as default network

* feat: allow the user to select the nano testnet in network settings

* refactor: removed walletservice urls from constants on nano testnet

* refactor: remove nc status from tx details (#546)

* refactor: remove nc status from tx details
* feat: add status label for voided tx

* feat: add event coin token as default alongside with hathor (#547)

* feat: add register nano contract buttom if nc not registered on new nc transaction (#545)

* feat: add register nano contract buttom if nc not registered on new nc transaction
* feat: add failure feedback modal for Nano Contract registration failure
* feat: restore ready state of nano contract registration also in the success path

* refactor: skip directly to the ChoosePinScreen (#543)

* refactor: skip directly to the ChoosePinScreen

* refactor: added a constant to determine whether to show the confirmation screen

* refactor: default skip_seed_confirmation to true

---------

Co-authored-by: Alex Ruzenhack <[email protected]>

* refactor: ignore confirmation modal (#544)

* refactor: ignore modal confirmation screen

* refactor: added a config to skip walletconnect confirmation modals

* feat: skip confirmation modal on sign message modal as well

---------

Co-authored-by: Alex Ruzenhack <[email protected]>
andreabadesso added a commit that referenced this pull request Aug 31, 2024
* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* refactor: enabled walletconnect by default

* refactor: added nano testnet as default network

* feat: allow the user to select the nano testnet in network settings

* refactor: removed walletservice urls from constants on nano testnet

* refactor: remove nc status from tx details (#546)

* refactor: remove nc status from tx details
* feat: add status label for voided tx

* feat: add event coin token as default alongside with hathor (#547)

* feat: add register nano contract buttom if nc not registered on new nc transaction (#545)

* feat: add register nano contract buttom if nc not registered on new nc transaction
* feat: add failure feedback modal for Nano Contract registration failure
* feat: restore ready state of nano contract registration also in the success path

* refactor: skip directly to the ChoosePinScreen (#543)

* refactor: skip directly to the ChoosePinScreen

* refactor: added a constant to determine whether to show the confirmation screen

* refactor: default skip_seed_confirmation to true

---------

Co-authored-by: Alex Ruzenhack <[email protected]>
andreabadesso added a commit that referenced this pull request Aug 31, 2024
* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* chore: added dependencies and shims needed by walletconnect

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* chore: added dependencies and shims needed by walletconnect

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* refactor: enable walletconnect by default (#541)

* feat: implement Nano Contract integration with Wallet Connect

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* chore: added dependencies and shims needed by walletconnect

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* chore: changed CI version to 18x and 20x

* refactor: enabled walletconnect by default

* chore: updated package-lock

* chore: updated walletconnect dependencies to be equal to the patch

* refactor: default network is nano testnet (#542)

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* refactor: enabled walletconnect by default

* refactor: added nano testnet as default network

* feat: allow the user to select the nano testnet in network settings

* refactor: removed walletservice urls from constants on nano testnet

* refactor: remove nc status from tx details (#546)

* refactor: remove nc status from tx details
* feat: add status label for voided tx

* feat: add event coin token as default alongside with hathor (#547)

* feat: add register nano contract buttom if nc not registered on new nc transaction (#545)

* feat: add register nano contract buttom if nc not registered on new nc transaction
* feat: add failure feedback modal for Nano Contract registration failure
* feat: restore ready state of nano contract registration also in the success path

* refactor: skip directly to the ChoosePinScreen (#543)

* refactor: skip directly to the ChoosePinScreen

* refactor: added a constant to determine whether to show the confirmation screen

* refactor: default skip_seed_confirmation to true

---------

Co-authored-by: Alex Ruzenhack <[email protected]>

* refactor: ignore confirmation modal (#544)

* refactor: ignore modal confirmation screen

* refactor: added a config to skip walletconnect confirmation modals

* feat: skip confirmation modal on sign message modal as well

---------

Co-authored-by: Alex Ruzenhack <[email protected]>

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* chore: added dependencies and shims needed by walletconnect

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* refactor: enabled walletconnect by default

* chore: updated walletconnect dependencies to be equal to the patch

* refactor: default network is nano testnet (#542)

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* refactor: enabled walletconnect by default

* refactor: added nano testnet as default network

* feat: allow the user to select the nano testnet in network settings

* refactor: removed walletservice urls from constants on nano testnet

* refactor: remove nc status from tx details (#546)

* refactor: remove nc status from tx details
* feat: add status label for voided tx

* feat: add event coin token as default alongside with hathor (#547)

* feat: add register nano contract buttom if nc not registered on new nc transaction (#545)

* feat: add register nano contract buttom if nc not registered on new nc transaction
* feat: add failure feedback modal for Nano Contract registration failure
* feat: restore ready state of nano contract registration also in the success path

* refactor: skip directly to the ChoosePinScreen (#543)

* refactor: skip directly to the ChoosePinScreen

* refactor: added a constant to determine whether to show the confirmation screen

* refactor: default skip_seed_confirmation to true

---------

Co-authored-by: Alex Ruzenhack <[email protected]>

* feat: added sign oracle data request component and screen

* refactor: removed onReadMore

* refactor: skip confirmation on sign oracle data

* refactor: stop sending baseStyles to sign oracle request and refactored acceptedNc to acceptedData

---------

Co-authored-by: Alex Ruzenhack <[email protected]>
andreabadesso added a commit that referenced this pull request Nov 6, 2024
* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* chore: added dependencies and shims needed by walletconnect

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* chore: added dependencies and shims needed by walletconnect

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* refactor: enable walletconnect by default (#541)

* feat: implement Nano Contract integration with Wallet Connect

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* chore: added dependencies and shims needed by walletconnect

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* chore: changed CI version to 18x and 20x

* refactor: enabled walletconnect by default

* chore: updated package-lock

* chore: updated walletconnect dependencies to be equal to the patch

* refactor: default network is nano testnet (#542)

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* refactor: enabled walletconnect by default

* refactor: added nano testnet as default network

* feat: allow the user to select the nano testnet in network settings

* refactor: removed walletservice urls from constants on nano testnet

* refactor: remove nc status from tx details (#546)

* refactor: remove nc status from tx details
* feat: add status label for voided tx

* feat: add event coin token as default alongside with hathor (#547)

* feat: add register nano contract buttom if nc not registered on new nc transaction (#545)

* feat: add register nano contract buttom if nc not registered on new nc transaction
* feat: add failure feedback modal for Nano Contract registration failure
* feat: restore ready state of nano contract registration also in the success path

* refactor: skip directly to the ChoosePinScreen (#543)

* refactor: skip directly to the ChoosePinScreen

* refactor: added a constant to determine whether to show the confirmation screen

* refactor: default skip_seed_confirmation to true

---------

Co-authored-by: Alex Ruzenhack <[email protected]>

* refactor: ignore confirmation modal (#544)

* refactor: ignore modal confirmation screen

* refactor: added a config to skip walletconnect confirmation modals

* feat: skip confirmation modal on sign message modal as well

---------

Co-authored-by: Alex Ruzenhack <[email protected]>

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* chore: added dependencies and shims needed by walletconnect

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* refactor: enabled walletconnect by default

* chore: updated walletconnect dependencies to be equal to the patch

* refactor: default network is nano testnet (#542)

* chore: add undeclared style

* refactor: rename effect requestTokens to requestUnregisteredTokens

* feat: fire sentry error notification for method info not found

* feat: improve title of Arguments component

* refactor: reanem style value to field

* fix: FeedbackContent margin style

Remarks:
The `marginVertical` and `marginHorizontal` are not being applied. Probably this is a bug in ReactNative.

* lint: comply with rules

* fix: typo

* refactor: using object destructuring in shims

* refactor: typo

* refactor: removed unused import on NanoContactTransactionHeader

* chore: removed walletconnect libraries from package

* feat: added hathor-rpc-handler from the deployed lib

* refactor: enabled walletconnect by default

* refactor: added nano testnet as default network

* feat: allow the user to select the nano testnet in network settings

* refactor: removed walletservice urls from constants on nano testnet

* refactor: remove nc status from tx details (#546)

* refactor: remove nc status from tx details
* feat: add status label for voided tx

* feat: add event coin token as default alongside with hathor (#547)

* feat: add register nano contract buttom if nc not registered on new nc transaction (#545)

* feat: add register nano contract buttom if nc not registered on new nc transaction
* feat: add failure feedback modal for Nano Contract registration failure
* feat: restore ready state of nano contract registration also in the success path

* refactor: skip directly to the ChoosePinScreen (#543)

* refactor: skip directly to the ChoosePinScreen

* refactor: added a constant to determine whether to show the confirmation screen

* refactor: default skip_seed_confirmation to true

---------

Co-authored-by: Alex Ruzenhack <[email protected]>

* feat: added sign oracle data request component and screen

* refactor: removed onReadMore

* refactor: skip confirmation on sign oracle data

* refactor: stop sending baseStyles to sign oracle request and refactored acceptedNc to acceptedData

---------

Co-authored-by: Alex Ruzenhack <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants