Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Implemented seal_ecdsa_recovery function in the contract pallet #9686

Merged
16 commits merged into from
Sep 10, 2021

Commits on Sep 3, 2021

  1. Implemented seal_ecdsa_recovery function in the contract pallet.

    Added benchmark and unit test.
    xgreenx committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    b3b0c56 View commit details
    Browse the repository at this point in the history
  2. Run cargo fmt

    xgreenx committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    52d0c33 View commit details
    Browse the repository at this point in the history
  3. Skip fmt for slices

    xgreenx committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    f56ff8a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

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

Commits on Sep 7, 2021

  1. Merge branch 'master' into feature/ecdsa_recovery

    # Conflicts:
    #	frame/contracts/src/wasm/runtime.rs
    xgreenx committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    195a732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    982e000 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e854de7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e61b9d6 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Alexander Theißen <alex.theissen@me.com>
    xgreenx and athei authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    1e62f0a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Apply suggestions from code review

    Co-authored-by: Alexander Theißen <alex.theissen@me.com>
    xgreenx and athei authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    5a148f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    9893793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3edb35 View commit details
    Browse the repository at this point in the history
  3. Manually updated weights.rs

    xgreenx committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    fbe4d56 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Apply suggestions from code review

    Co-authored-by: Michael Müller <mich@elmueller.net>
    xgreenx and cmichi authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    7fdc119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f38e248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5df16e View commit details
    Browse the repository at this point in the history