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/deserialize and certificate parts (#3) #64

Merged
merged 7 commits into from Dec 22, 2022

Commits on Sep 22, 2022

  1. Feat/deserialize and certificate parts (#3)

    * Derive Deserialize for APS and sub-structs
    * Add Client::certificate_parts to support more use cases
    * Fix stack-overflow in Error's Display impl
      Also removed some deprecated impls and changed the "reason" string from
      the debug string to the human-readable message.
    
    * Bump to v0.6.2
    * Migrate to new maintainers
    * fix: Adds tcp feature to hyper (WalletConnect#61)
    
    Co-authored-by: Mark Drobnak <mdrobnak@mozilla.com>
    Co-authored-by: Julius de Bruijn <bruijn@prisma.io>
    Co-authored-by: Julius de Bruijn <julius+github@nauk.io>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Rich Neswold <neswold@fnal.gov>
    Co-authored-by: Alex Hortopan <alex@hortopan.com>
    Co-authored-by: Harry Bairstow <h.bairstow22@gmail.com>
    Co-authored-by: Austin Evans <austinjevans@me.com>
    9 people committed Sep 22, 2022
    Copy the full SHA
    cad6030 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. chore: Merge upstream

    HarryET committed Dec 22, 2022
    Copy the full SHA
    5763c69 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7d75c60 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    497ad03 View commit details
    Browse the repository at this point in the history
  4. chore: Remove old files

    HarryET committed Dec 22, 2022
    Copy the full SHA
    36f18bd View commit details
    Browse the repository at this point in the history
  5. fix: Missing derive

    HarryET committed Dec 22, 2022
    Copy the full SHA
    7de2a71 View commit details
    Browse the repository at this point in the history
  6. fix: misc issues

    HarryET committed Dec 22, 2022
    Copy the full SHA
    9f6dc1c View commit details
    Browse the repository at this point in the history