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

default session saving completed & tested #156

Merged
merged 17 commits into from
Jan 19, 2024
Merged

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    ce00996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57d064d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45da07d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

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

Commits on Nov 26, 2023

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

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    bc4c63a View commit details
    Browse the repository at this point in the history
  2. fix: compile errors

    gigajuwels committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d322f90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c56634d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. fix: dispose loop

    gigajuwels committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    27cd591 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. feat: AddressProvider uses Namespaces instead of RequiredNamespaces

    also introduce SortedDictionary
    gigajuwels committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    55b210c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    60d5fa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77c03d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dac3bfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    666aac4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    878b893 View commit details
    Browse the repository at this point in the history
  6. Fix namespaces not being deserialized correctly

    `OrderedKeys` has always been 0 when deserializing the Namespaces JSON. The issue was solved by replacing `SortedDictionary` with an implementation from `System.Collections.Generic`.
    skibitsky committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2ea8d21 View commit details
    Browse the repository at this point in the history
  7. Merge branch '2.0' into feat/default-session-saving

    # Conflicts:
    #	Core Modules/WalletConnectSharp.Storage/FileSystemStorage.cs
    skibitsky committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    758b561 View commit details
    Browse the repository at this point in the history