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: add /accounts/:address/validate endpoint #726

Merged
merged 34 commits into from
Oct 27, 2021
Merged

Commits on Oct 20, 2021

  1. add ValidateAddressService

    TarikGul committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    83376b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    166e5c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54cf986 View commit details
    Browse the repository at this point in the history
  4. imports

    TarikGul committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    c9c7f39 View commit details
    Browse the repository at this point in the history
  5. add kusama chain config

    TarikGul committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    2b18fc5 View commit details
    Browse the repository at this point in the history
  6. fix response

    TarikGul committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    9ed2625 View commit details
    Browse the repository at this point in the history
  7. fix networkInfo bug

    TarikGul committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    a09a58f View commit details
    Browse the repository at this point in the history
  8. lint

    TarikGul committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    ec0682e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. get tests started

    TarikGul committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    b308aed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0286a84 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    cfa65dd View commit details
    Browse the repository at this point in the history
  2. update the tests

    TarikGul committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    a4307b1 View commit details
    Browse the repository at this point in the history
  3. more tests

    TarikGul committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    e9c16e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    213dc10 View commit details
    Browse the repository at this point in the history
  5. add tests for hex values

    TarikGul committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    2ef30d6 View commit details
    Browse the repository at this point in the history
  6. cleanup

    TarikGul committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    6020802 View commit details
    Browse the repository at this point in the history
  7. docs

    TarikGul committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    b2f8174 View commit details
    Browse the repository at this point in the history
  8. pull master, fix conflicts

    TarikGul committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    cedc3e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1991c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. remove networkId

    TarikGul committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    9d3dab6 View commit details
    Browse the repository at this point in the history
  2. update tests

    TarikGul committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    775ab83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b0964c View commit details
    Browse the repository at this point in the history
  4. typos

    TarikGul committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c35d4bd View commit details
    Browse the repository at this point in the history
  5. ss58Decoded -> ss58Prefix

    TarikGul committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    98d1efa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a313139 View commit details
    Browse the repository at this point in the history
  7. update docs

    TarikGul committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    d9903b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. cleanup testws

    TarikGul committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    3de3b46 View commit details
    Browse the repository at this point in the history
  2. Update src/services/accounts/AccountsValidateService.spec.ts

    Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com>
    TarikGul and emostov committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    de9a232 View commit details
    Browse the repository at this point in the history
  3. Update src/services/accounts/AccountsValidateService.spec.ts

    Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com>
    TarikGul and emostov committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    f784667 View commit details
    Browse the repository at this point in the history
  4. Update src/services/accounts/AccountsValidateService.spec.ts

    Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com>
    TarikGul and emostov committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a48642b View commit details
    Browse the repository at this point in the history
  5. Update src/services/accounts/AccountsValidateService.ts

    Co-authored-by: David <dvdplm@gmail.com>
    TarikGul and dvdplm committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    948de5f View commit details
    Browse the repository at this point in the history
  6. update docs

    TarikGul committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    3cb824e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c9dc04 View commit details
    Browse the repository at this point in the history
  8. docs

    TarikGul committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b585222 View commit details
    Browse the repository at this point in the history