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

Database and storage refactoring #177

Merged
merged 20 commits into from Apr 22, 2020
Merged

Database and storage refactoring #177

merged 20 commits into from Apr 22, 2020

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    a24cd09 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Merge remote-tracking branch 'origin/master' into storage-refactoring

    # Conflicts:
    #	__tests__/services/WalletService.spec.ts
    #	src/components/TableDisplay/TableDisplayTs.ts
    #	src/components/WalletSelectorPanel/WalletSelectorPanelTs.ts
    #	src/services/AssetTableService/NamespaceTableService.ts
    #	src/services/MosaicService.ts
    #	src/services/MultisigService.ts
    #	src/services/WalletService.ts
    #	src/store/Account.ts
    #	src/store/Wallet.ts
    #	src/views/forms/FormAccountPasswordUpdate/FormAccountPasswordUpdateTs.ts
    #	src/views/forms/FormGeneralSettings/FormGeneralSettingsTs.ts
    #	src/views/forms/FormNamespaceRegistrationTransaction/FormNamespaceRegistrationTransactionTs.ts
    #	src/views/pages/accounts/LoginPageTs.ts
    #	src/views/pages/accounts/create-account/finalize/FinalizeTs.ts
    #	src/views/pages/accounts/import-account/wallet-selection/WalletSelectionTs.ts
    fboucquez committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    b5bdeb2 View commit details
    Browse the repository at this point in the history
  2. Fixes after merge

    fboucquez committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7961204 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Merge remote-tracking branch 'origin/master' into storage-refactoring

    # Conflicts:
    #	__tests__/services/WalletService.spec.ts
    #	__tests__/store/Account.spec.ts
    #	src/services/WalletService.ts
    #	src/store/Account.ts
    #	src/store/Wallet.ts
    #	src/views/forms/FormAccountPasswordUpdate/FormAccountPasswordUpdateTs.ts
    #	src/views/forms/FormAliasTransaction/FormAliasTransactionTs.ts
    #	src/views/forms/FormSubWalletCreation/FormSubWalletCreationTs.ts
    #	src/views/forms/FormTransactionBase/FormTransactionBase.ts
    fboucquez committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1ba6152 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Fixed language picker

    fixed mosaic and namespace links
    Moved transactions to own module
    Improved balance component
    Improved how blocks are loaded
    Improved Amount shown in transaction table
    fixed load account info dispatch
    Fixed account creation
    Small fixes
    fboucquez committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    ff0a303 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/master' into storage-ref…

    …actoring
    
    # Conflicts:
    #	package-lock.json
    #	package.json
    #	src/components/AccountBalancesPanel/AccountBalancesPanel.vue
    #	src/components/TransactionList/TransactionListFilters/TransactionListFiltersTs.ts
    #	src/components/TransactionList/TransactionListTs.ts
    #	src/components/TransactionList/TransactionRow/TransactionRowTs.ts
    #	src/components/TransactionList/TransactionTable/TransactionTable.vue
    #	src/components/TransactionListOptions/TransactionListOptions.vue
    #	src/components/WalletSelectorPanel/WalletSelectorPanelTs.ts
    #	src/store/Wallet.ts
    #	src/views/forms/FormSubWalletCreation/FormSubWalletCreationTs.ts
    #	src/views/layout/PageLayout/PageLayoutTs.ts
    fboucquez committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    9e9b5a9 View commit details
    Browse the repository at this point in the history
  3. Fixed merge

    fboucquez committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    dbfea29 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Fixed copyToClipboard

    Fixed MosaicAmountDisplay ticker of custom mosaic
    Simplified code around peer selector
    Tune how much information is loaded when peer is changed
    fboucquez committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    a652e30 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    fb5ee8d View commit details
    Browse the repository at this point in the history
  2. Fixed login autocomplete

    fboucquez committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    25795aa View commit details
    Browse the repository at this point in the history
  3. Fixed settings

    fboucquez committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    2d4a3a7 View commit details
    Browse the repository at this point in the history
  4. Fixed warning

    fboucquez committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    e2efb40 View commit details
    Browse the repository at this point in the history
  5. Fixed eslint

    fboucquez committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    64bfe8f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Improved peer selection process

    Mosaic Tables shown owned and balance mosaics
    fboucquez committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    7e5183e View commit details
    Browse the repository at this point in the history
  2. Added peer order

    fboucquez committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    5cbaa06 View commit details
    Browse the repository at this point in the history
  3. Fixed import

    fboucquez committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    4a0a55a View commit details
    Browse the repository at this point in the history
  4. Fixed Address alias display

    Improved Transaction View types
    fboucquez committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    d77fc3c View commit details
    Browse the repository at this point in the history
  5. Improved peer selector when adding a new host

    Disabled known nodes from peers
    fboucquez committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    4784f9b View commit details
    Browse the repository at this point in the history
  6. fixed lint

    fboucquez committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    3b7542f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. fix on-logout wallet details destroy issue

    Gregory Saive committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    a8d787b View commit details
    Browse the repository at this point in the history