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: Schnorr signatures for privacy and storage improvements #670

Closed
wants to merge 31 commits into from

Commits on Jul 25, 2023

  1. added schnorr key signature

    bizk committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f6f62ac View commit details
    Browse the repository at this point in the history
  2. initialization of basic tests

    bizk committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    644ab3f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Improvements and test

    bizk committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    74cf796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab1de0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6443bb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. codec registering

    bizk committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5de0a68 View commit details
    Browse the repository at this point in the history
  2. Created proto file

    bizk committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0338888 View commit details
    Browse the repository at this point in the history
  3. ran linter

    Signed-off-by: bizk <[email protected]>
    bizk committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4a3d193 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. merge

    bizk committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    334b64f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. merge with master

    bizk committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ad5a726 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    bizk committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    330bd9d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. updated from master

    bizk committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ec56012 View commit details
    Browse the repository at this point in the history
  2. updated ADR

    bizk committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7397c8a View commit details
    Browse the repository at this point in the history
  3. added ADR

    bizk committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8aef17e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b222f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    d374601 View commit details
    Browse the repository at this point in the history
  2. fixed implementation

    bizk committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1ce303c View commit details
    Browse the repository at this point in the history
  3. tidying modules

    bizk committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    37365b3 View commit details
    Browse the repository at this point in the history
  4. added missing go module variables

    Signed-off-by: bizk <[email protected]>
    bizk committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ca8709a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

Commits on Aug 11, 2023

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

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    70ccadf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7330073 View commit details
    Browse the repository at this point in the history
  3. lint fix

    bizk committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    295cb9c View commit details
    Browse the repository at this point in the history
  4. added missing assertion

    bizk committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    64dc3c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. merge with master

    bizk committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6aef544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d72fea0 View commit details
    Browse the repository at this point in the history
  3. linted

    bizk committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0b787f8 View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    bizk committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7433b46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6ee703 View commit details
    Browse the repository at this point in the history
  6. sync with master

    bizk committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3afcdfa View commit details
    Browse the repository at this point in the history