Skip to content

Commit

Permalink
feat: nano contract integration with wallet connect (#495)
Browse files Browse the repository at this point in the history
* feat: implement Nano Contract integration with Wallet Connect
* feat: adapt new nc tx to initialize, set result and withdrawal
* feat: make ncAddress react to firstAddress change
* feat: add name to method arguments
* feat: fire sentry error notification for method info not found
* feat: improve title of Arguments component
* feat: retrieve fallback arg entries when blueprint is loading
* feat: add nft check to action token on Actions component
* feat: add blueprint download to the tx loading flag and a redundancy
  • Loading branch information
alexruzenhack authored and andreabadesso committed Aug 21, 2024
1 parent d825282 commit 4f7d077
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions locale/ru-ru/texts.po
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,6 @@ msgstr ""
msgid "Open"
msgstr "Открыть"

<<<<<<< HEAD
#: src/sagas/tokens.js:40
msgid "Wallet is not ready yet."
msgstr ""
Expand Down Expand Up @@ -1125,17 +1124,6 @@ msgid "You can always change this later in the settings menu"
msgstr ""

#: src/components/AskForPushNotification.js:31
=======
#: src/components/AskForPushNotification.js:22
msgid "Do you want to enable push notifications for this wallet?"
msgstr ""

#: src/components/AskForPushNotification.js:23
msgid "You can always change this later in the settings menu"
msgstr ""

#: src/components/AskForPushNotification.js:24
>>>>>>> d1995ae (fix: custom network settings form (#461))
msgid "Yes, enable"
msgstr ""

Expand Down
1 change: 1 addition & 0 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ export const NETWORK_PRIVATENET = 'privatenet';
export const MAX_RETRIES = 8;
export const INITIAL_RETRY_LATENCY = 300; // ms
export const LATENCY_MULTIPLIER = 30; // multiplier per iteration

/**
* Timeout for await wallet load in the context of tx details loading.
* It awaits 5 minutes.
Expand Down

0 comments on commit 4f7d077

Please sign in to comment.