2020-01-04 19:31:52 +00:00
|
|
|
class Routes {
|
|
|
|
static const welcome = '/welcome';
|
|
|
|
static const newWallet = '/new_wallet';
|
|
|
|
static const setupPin = '/setup_pin_code';
|
|
|
|
static const newWalletFromWelcome = '/new_wallet_from_welcome';
|
|
|
|
static const seed = '/seed';
|
|
|
|
static const restoreOptions = '/restore_options';
|
2023-04-27 15:06:09 +00:00
|
|
|
static const restoreWalletFromSeedKeys = '/restore_wallet_from_seeds_keys';
|
2024-05-05 01:44:50 +00:00
|
|
|
static const restoreWalletFromHardwareWallet = '/restore/hardware_wallet';
|
2023-10-25 00:19:59 +00:00
|
|
|
static const restoreWalletTypeFromQR = '/restore_wallet_from_qr_code';
|
2023-11-22 17:43:26 +00:00
|
|
|
static const restoreWalletChooseDerivation =
|
|
|
|
'/restore_wallet_choose_derivation';
|
2024-05-05 01:44:50 +00:00
|
|
|
static const chooseHardwareWalletAccount = '/restore/hardware_wallet/accounts';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const dashboard = '/dashboard';
|
|
|
|
static const send = '/send';
|
|
|
|
static const transactionDetails = '/transaction_info';
|
2024-04-08 14:54:58 +00:00
|
|
|
static const bumpFeePage = '/bump_fee_page';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const receive = '/receive';
|
|
|
|
static const newSubaddress = '/new_subaddress';
|
2023-07-12 23:20:11 +00:00
|
|
|
static const walletEdit = '/walletEdit';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const disclaimer = '/disclaimer';
|
|
|
|
static const readDisclaimer = '/read_disclaimer';
|
2023-10-05 01:09:07 +00:00
|
|
|
static const changeRep = '/change_representative';
|
2020-07-06 20:09:03 +00:00
|
|
|
static const walletList = '/view_model.wallet_list';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const auth = '/auth';
|
|
|
|
static const newNode = '/new_node_list';
|
2023-10-05 01:09:07 +00:00
|
|
|
static const newPowNode = '/new_pow_node_list';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const login = '/login';
|
|
|
|
static const splash = '/splash';
|
|
|
|
static const accountCreation = '/account_new';
|
2023-10-05 01:09:07 +00:00
|
|
|
static const nanoAccountCreation = '/nano_account_new';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const addressBook = '/address_book';
|
|
|
|
static const pickerAddressBook = '/picker_address_book';
|
|
|
|
static const addressBookAddContact = '/address_book_add_contact';
|
|
|
|
static const showKeys = '/show_keys';
|
|
|
|
static const exchangeConfirm = '/exchange_confirm';
|
|
|
|
static const tradeHistory = '/trade_history';
|
|
|
|
static const tradeDetails = '/trade_details';
|
|
|
|
static const exchangeFunds = '/exchange_funds';
|
|
|
|
static const exchangeTrade = '/exchange_trade';
|
|
|
|
static const exchange = '/exchange';
|
|
|
|
static const settings = '/settings';
|
2023-04-14 04:39:08 +00:00
|
|
|
static const desktop_settings_page = '/desktop_settings_page';
|
|
|
|
static const empty_no_route = '/empty_no_route';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const unlock = '/auth_not_closable';
|
|
|
|
static const rescan = '/rescan';
|
|
|
|
static const faq = '/faq';
|
2020-04-28 17:50:12 +00:00
|
|
|
static const newWalletType = '/new_wallet_type';
|
2020-05-08 16:22:56 +00:00
|
|
|
static const sendTemplate = '/send_template';
|
2020-05-14 17:29:10 +00:00
|
|
|
static const exchangeTemplate = '/exchange_template';
|
2020-06-20 07:10:00 +00:00
|
|
|
static const restoreWalletType = '/restore_wallet_type';
|
2020-10-13 21:11:04 +00:00
|
|
|
static const restoreWallet = '/restore_wallet';
|
2023-12-30 19:55:17 +00:00
|
|
|
static const preSeedPage = '/pre_seed_page';
|
2021-01-13 16:43:34 +00:00
|
|
|
static const backup = '/backup';
|
|
|
|
static const editBackupPassword = '/edit_backup_passowrd';
|
|
|
|
static const restoreFromBackup = '/restore_from_backup';
|
2021-02-25 18:25:52 +00:00
|
|
|
static const support = '/support';
|
2023-08-15 00:47:25 +00:00
|
|
|
static const supportLiveChat = '/support/live_chat';
|
|
|
|
static const supportOtherLinks = '/support/other';
|
2021-03-12 19:04:37 +00:00
|
|
|
static const orderDetails = '/order_details';
|
2023-12-28 19:20:59 +00:00
|
|
|
static const buySellPage = '/buy_sell_page';
|
2021-04-13 18:40:44 +00:00
|
|
|
static const buyWebView = '/buy_web_view';
|
2021-05-25 17:32:36 +00:00
|
|
|
static const unspentCoinsList = '/unspent_coins_list';
|
2021-05-27 17:57:51 +00:00
|
|
|
static const unspentCoinsDetails = '/unspent_coins_details';
|
2022-03-30 15:57:04 +00:00
|
|
|
static const addressPage = '/address_page';
|
2022-06-23 09:25:00 +00:00
|
|
|
static const fullscreenQR = '/fullscreen_qr';
|
2024-06-06 04:51:22 +00:00
|
|
|
static const cakePayWelcomePage = '/cake_pay_welcome_page';
|
|
|
|
static const cakePayLoginPage = '/cake_pay_login_page';
|
|
|
|
static const cakePayCardsPage = '/cake_pay_cards_page';
|
|
|
|
static const cakePayBuyCardPage = '/cake_pay_buy_card_page';
|
|
|
|
static const cakePayBuyCardDetailPage = '/cake_pay_buy_card_detail_page';
|
|
|
|
static const cakePayVerifyOtpPage = '/cake_pay_verify_otp_page';
|
|
|
|
static const cakePayAccountPage = '/cake_pay_account_page';
|
2023-06-13 23:15:10 +00:00
|
|
|
static const webViewPage = '/web_view_page';
|
Cw 453 (#1306)
* feat: rebase btc-addr-types, migrate to bitcoin_base
* feat: allow scanning elect-rs using get_tweaks
* feat: scanning and adding addresses working with getTweaks, add btc SP address type
* chore: pubspec.lock
* chore: pubspec.lock
* fix: scan when switching, fix multiple unspents in same tx
* fix: initial scan
* fix: initial scan
* fix: scanning issues
* fix: sync, storing silent unspents
* chore: deps
* fix: label issues, clear spent utxo
* chore: deps
* fix: build
* fix: missing types
* feat: new electrs API & changes, fixes for last block scanning
* feat: Scan Silent Payments homepage toggle
* chore: build configure
* feat: generic fixes, testnet UI improvements, useSSL on bitcoin nodes
* fix: invalid Object in sendData
* feat: improve addresses page & address book displays
* feat: silent payments labeled addresses disclaimer
* fix: missing i18n
* chore: print
* feat: single block scan, rescan by date working for btc mainnet
* feat: new cake features page replace market page, move sp scan toggle, auto switch node pop up alert
* feat: delete silent addresses
* fix: red dot in non ssl nodes
* fix: inconsistent connection states, fix tx history
* fix: tx & balance displays, cpfp sending
* feat: new rust lib
* chore: node path
* fix: check node based on network
* fix: missing txcount from addresses
* style: padding in feature page cards
* fix: restore not getting all wallet addresses by type
* fix: auto switch node broken
* fix: silent payment txs not being restored
* feat: change scanning to subscription model, sync improvements
* fix: scan re-subscription
* fix: default nodes
* fix: improve scanning by date, fix single block scan
* refactor: common function for input tx selection
* fix: nodes & build
* fix: send all with multiple outs
* refactor: unchanged file
* Update pr_test_build.yml
* chore: upgrade
* chore: merge changes
* refactor: unchanged files [skip ci]
* fix: scan fixes, add date, allow sending while scanning
* feat: sync fixes, sp settings
* feat: fix resyncing
* fix: date from height logic, status disconnected & chain tip get
* fix: params
* feat: electrum migration if using cake electrum
* fix nodes
update versions
* re-enable tron
* update sp_scanner to work on iOS [skip ci]
* fix: wrong socket for old electrum nodes
* Fix unchecked wallet type call
* fix: double balance
* feat: node domain
* fix: menu name
* fix: update tip on set scanning
* fix: connection switching back and forth
* feat: check if node is electrs, and supports sp
* chore: fix build
* minor enhancements
* fixes and enhancements
* solve conflicts with main
* fix: status toggle
* minor enhancement
* Monero.com fixes
* update sp_scanner to include windows and linux
---------
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-05-29 14:43:48 +00:00
|
|
|
static const silentPaymentsSettings = '/silent_payments_settings';
|
2022-11-16 07:29:14 +00:00
|
|
|
static const connectionSync = '/connection_sync_page';
|
|
|
|
static const securityBackupPage = '/security_and_backup_page';
|
|
|
|
static const privacyPage = '/privacy_page';
|
2023-11-16 23:23:34 +00:00
|
|
|
static const trocadorProvidersPage = '/trocador_providers_page';
|
2023-11-03 19:23:11 +00:00
|
|
|
static const domainLookupsPage = '/domain_lookups_page';
|
2022-11-16 07:29:14 +00:00
|
|
|
static const displaySettingsPage = '/display_settings_page';
|
|
|
|
static const otherSettingsPage = '/other_settings_page';
|
2022-12-04 02:34:32 +00:00
|
|
|
static const advancedPrivacySettings = '/advanced_privacy_settings';
|
2023-04-21 18:36:47 +00:00
|
|
|
static const sweepingWalletPage = '/sweeping_wallet_page';
|
2023-03-24 15:26:42 +00:00
|
|
|
static const anonPayInvoicePage = '/anon_pay_invoice_page';
|
|
|
|
static const anonPayReceivePage = '/anon_pay_receive_page';
|
|
|
|
static const anonPayDetailsPage = '/anon_pay_details_page';
|
2023-04-14 04:39:08 +00:00
|
|
|
static const desktop_actions = '/desktop_actions';
|
|
|
|
static const transactionsPage = '/transactions_page';
|
2023-05-17 14:43:23 +00:00
|
|
|
static const setup_2faPage = '/setup_2fa_page';
|
|
|
|
static const setup_2faQRPage = '/setup_2fa_qr_page';
|
|
|
|
static const totpAuthCodePage = '/totp_auth_code_page';
|
|
|
|
static const modify2FAPage = '/modify_2fa_page';
|
2023-12-30 19:55:17 +00:00
|
|
|
static const setup2faInfoPage = '/setup_2fa_info_page';
|
2023-08-04 17:01:49 +00:00
|
|
|
static const homeSettings = '/home_settings';
|
|
|
|
static const editToken = '/edit_token';
|
2023-08-04 17:55:56 +00:00
|
|
|
static const manageNodes = '/manage_nodes';
|
2023-10-05 01:09:07 +00:00
|
|
|
static const managePowNodes = '/manage_pow_nodes';
|
2023-11-22 17:43:26 +00:00
|
|
|
static const walletConnectConnectionsListing =
|
|
|
|
'/wallet-connect-connections-listing';
|
|
|
|
static const nftDetailsPage = '/nft_details_page';
|
|
|
|
static const importNFTPage = '/import_nft_page';
|
2023-11-18 13:43:15 +00:00
|
|
|
static const torPage = '/tor_page';
|
2024-05-05 01:44:50 +00:00
|
|
|
static const connectDevices = '/device/connect';
|
2022-07-28 17:03:16 +00:00
|
|
|
}
|