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

feat: allow login to non-db contracts #185

Merged
merged 9 commits into from
Jul 1, 2024
Merged

Commits on Apr 8, 2024

  1. feat: allow login to non-db contracts

    Before this commit, each time updateAccount was triggered the VM checked if the selector was connected - i.e. had an access key - to a contract different from SocialDB, and proceed to logout the user if that was the case.
    
    This commit removes this constraint, allowing users to connect to both SocialDB and other contracts.
    gagdiez committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    40f9cdd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    5b08299 View commit details
    Browse the repository at this point in the history
  2. chore: moved line of code

    gagdiez committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e2608c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. chore: fix merge conflicts

    gagdiez committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    30ec2ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beb6a1d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    5ce6234 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from gagdiez/singleAccount

    chore: specify which contract is allowed to be logged-in
    gagdiez authored May 17, 2024
    Configuration menu
    Copy the full SHA
    f7956b1 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    gagdiez authored May 17, 2024
    Configuration menu
    Copy the full SHA
    9377a81 View commit details
    Browse the repository at this point in the history