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

Signature Request Handler #459

Merged
merged 59 commits into from
Feb 9, 2023
Merged

Signature Request Handler #459

merged 59 commits into from
Feb 9, 2023

Commits on Jan 19, 2023

  1. base warp backend

    Matthew Lam committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    e6219a2 View commit details
    Browse the repository at this point in the history
  2. add signature caching

    Matthew Lam committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    b054615 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. add docs

    Matthew Lam committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    183a5cd View commit details
    Browse the repository at this point in the history
  2. error handling

    Matthew Lam committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6043c13 View commit details
    Browse the repository at this point in the history
  3. pr fixes

    Matthew Lam committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    24fe40e View commit details
    Browse the repository at this point in the history
  4. basic signature request

    Matthew Lam committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    dc3e441 View commit details
    Browse the repository at this point in the history
  5. hash unsigned message for key

    Matthew Lam committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7820ec1 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'warp-backend' into signature-handler

    Matthew Lam committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a2fa3a3 View commit details
    Browse the repository at this point in the history
  7. implement new Request and RequestHandler interfaces

    Matthew Lam committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ff4d54d View commit details
    Browse the repository at this point in the history
  8. signature handler impl without constructing one

    Matthew Lam committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    4f0403e View commit details
    Browse the repository at this point in the history
  9. fix import

    Matthew Lam committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c729040 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    618a0de View commit details
    Browse the repository at this point in the history
  2. quick pr fixes and merge

    Matthew Lam committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    738d19e View commit details
    Browse the repository at this point in the history
  3. quick pr fixes and merge

    Matthew Lam committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8d33345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be5a4d6 View commit details
    Browse the repository at this point in the history
  5. save signature instead of whole msg

    Matthew Lam committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e8ac670 View commit details
    Browse the repository at this point in the history
  6. use avaGO cache

    Matthew Lam committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    bd75e6d View commit details
    Browse the repository at this point in the history
  7. rename warpBackend and docs

    Matthew Lam committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5d61bb0 View commit details
    Browse the repository at this point in the history
  8. fix nits

    Matthew Lam committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    7b650b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41b86bf View commit details
    Browse the repository at this point in the history
  10. Merge branch 'warp-backend' into signature-handler

    Matthew Lam committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2cdd440 View commit details
    Browse the repository at this point in the history
  11. Update plugin/evm/warp_backend.go

    Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>
    minghinmatthewlam and aaronbuchwald authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    887fd6f View commit details
    Browse the repository at this point in the history
  12. Update plugin/evm/warp_backend.go

    Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>
    minghinmatthewlam and aaronbuchwald authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    7c8e06f View commit details
    Browse the repository at this point in the history
  13. fix pr nits

    Matthew Lam committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b0f2ff3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. pr fixes and testing

    Matthew Lam committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8fc39cd View commit details
    Browse the repository at this point in the history
  2. type check for caching

    Matthew Lam committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    76a8a0e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'warp-backend' into signature-handler

    Matthew Lam committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4dc1d23 View commit details
    Browse the repository at this point in the history
  4. handlers and request before tests

    Matthew Lam committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c745420 View commit details
    Browse the repository at this point in the history
  5. fix imports

    Matthew Lam committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    17d1101 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. signature handler with stats and test

    Matthew Lam committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    4582f47 View commit details
    Browse the repository at this point in the history
  2. use memdb and remove extra test

    Matthew Lam committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6a44563 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. remove unused

    Matthew Lam committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    fb76223 View commit details
    Browse the repository at this point in the history
  2. fix imports

    Matthew Lam committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b7bfa17 View commit details
    Browse the repository at this point in the history
  3. fix imports

    Matthew Lam committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    3d47a86 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/warp-backend' into signature-han…

    …dler
    Matthew Lam committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ba6ee49 View commit details
    Browse the repository at this point in the history
  5. nit

    Matthew Lam committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    cffb9cc View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. update license year

    Matthew Lam committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    005d90b View commit details
    Browse the repository at this point in the history
  2. use require noError

    Matthew Lam committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    66a8238 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    1389af4 View commit details
    Browse the repository at this point in the history
  2. saving message in db and pr fixes

    Matthew Lam committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9a99797 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge branch 'warp-backend' into signature-handler

    Matthew Lam committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    67b7e6f View commit details
    Browse the repository at this point in the history
  2. create noop signature handler and refactor code handler

    Matthew Lam committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    70e1d00 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    6d86d97 View commit details
    Browse the repository at this point in the history
  2. Update sync/handlers/handler.go

    Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>
    minghinmatthewlam and aaronbuchwald authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    76febba View commit details
    Browse the repository at this point in the history
  3. Merge branch 'signature-handler' of github.com:ava-labs/subnet-evm in…

    …to signature-handler
    Matthew Lam committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    48513b1 View commit details
    Browse the repository at this point in the history
  4. update backend return value

    Matthew Lam committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    ce25575 View commit details
    Browse the repository at this point in the history
  5. refactor handlers to network handler

    Matthew Lam committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9d93fd1 View commit details
    Browse the repository at this point in the history
  6. change constructor of handler stats

    Matthew Lam committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    cfd843e View commit details
    Browse the repository at this point in the history
  7. pr cleanups

    Matthew Lam committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4b636e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

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

Commits on Feb 7, 2023

  1. remove tree changes

    Matthew Lam committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    3679478 View commit details
    Browse the repository at this point in the history
  2. fix pr comments

    Matthew Lam committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    5c08d07 View commit details
    Browse the repository at this point in the history
  3. Signature handler refactor (#495)

    * Refactor signature handler and stats
    
    * Remove unnecessary lock
    aaronbuchwald authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    56dc93b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e7ce7f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. pr fixes

    Matthew Lam committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1f99cb1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into signature-handler

    Matthew Lam committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b9fdd83 View commit details
    Browse the repository at this point in the history
  3. resolve conflicts merge master

    Matthew Lam committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    943da39 View commit details
    Browse the repository at this point in the history
  4. add verify stats for nil count

    Matthew Lam committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    36eee41 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

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