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

[Core] Feature/#273 envelope types #279

Merged
merged 25 commits into from
Jun 21, 2022
Merged

Commits on Jun 14, 2022

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

    llbartekll committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    22c848d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. savepoint

    llbartekll committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    cdd2998 View commit details
    Browse the repository at this point in the history
  2. Add envelope

    llbartekll committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    4521e3b View commit details
    Browse the repository at this point in the history
  3. update serialize method

    llbartekll committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    21d5fce View commit details
    Browse the repository at this point in the history
  4. update envelope

    llbartekll committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f34060c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb28175 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f3cb35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7103af View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. fix kms errors

    llbartekll committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    5ac5f97 View commit details
    Browse the repository at this point in the history
  2. fix kms tests

    llbartekll committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e59225a View commit details
    Browse the repository at this point in the history
  3. add kms tests scheme

    fix codec tests
    llbartekll committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9a0fc95 View commit details
    Browse the repository at this point in the history
  4. fix serializer tests

    llbartekll committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    c2dd1c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15018c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00ebcb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    6a43166 View commit details
    Browse the repository at this point in the history
  2. remove debugging prints

    llbartekll committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    7441ac1 View commit details
    Browse the repository at this point in the history
  3. update codec docs

    llbartekll committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    8eddce3 View commit details
    Browse the repository at this point in the history
  4. remove unused error

    llbartekll committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    1df3367 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. remove unused error

    llbartekll committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4765095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b8cd53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    222d0ac View commit details
    Browse the repository at this point in the history
  4. add serializing file

    llbartekll committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    fb0b576 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of github.com:WalletConnect/WalletConnectSwift…

    …V2 into #273-encryption-policies
    
    # Conflicts:
    #	Sources/Chat/NetworkingInteractor.swift
    #	Sources/Chat/Serializing.swift
    #	Sources/WalletConnectKMS/Codec/ChaChaPolyCodec.swift
    #	Sources/WalletConnectKMS/Crypto/CryptoKitWrapper/CryptoKitWrapper.swift
    #	Sources/WalletConnectKMS/Crypto/KeyManagementService.swift
    #	Sources/WalletConnectKMS/Serialiser/Serializer.swift
    #	Sources/WalletConnectSign/NetworkInteractor/NetworkInteractor.swift
    #	Sources/WalletConnectSign/Serializing.swift
    #	Tests/IntegrationTests/SerialiserTests.swift
    #	Tests/TestingUtils/Mocks/KeyManagementServiceMock.swift
    #	Tests/WalletConnectSignTests/Mocks/SerializerMock.swift
    llbartekll committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    0bd0a56 View commit details
    Browse the repository at this point in the history
  6. run lint

    llbartekll committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    52f1967 View commit details
    Browse the repository at this point in the history