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

implement solo machine client #6267

Merged
merged 101 commits into from
Aug 24, 2020
Merged

implement solo machine client #6267

merged 101 commits into from
Aug 24, 2020

Commits on Apr 27, 2020

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

Commits on Apr 30, 2020

  1. continued scaffolding

    colin-axner committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    e045498 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. add msgs and evidence

    colin-axner committed May 1, 2020
    Configuration menu
    Copy the full SHA
    c993f95 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    6de06a4 View commit details
    Browse the repository at this point in the history
  2. implement cli

    colin-axner committed May 5, 2020
    Configuration menu
    Copy the full SHA
    c7e2b38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fedb7c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    066d6b0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. added rest routes

    colin-axner committed May 8, 2020
    Configuration menu
    Copy the full SHA
    57c7ad5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

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

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    c70d6ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c31eda View commit details
    Browse the repository at this point in the history
  3. add basic evidence test

    colin-axner committed May 18, 2020
    Configuration menu
    Copy the full SHA
    dcb688b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6de635 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3463dc1 View commit details
    Browse the repository at this point in the history
  6. consensus state tests

    colin-axner committed May 18, 2020
    Configuration menu
    Copy the full SHA
    fa52816 View commit details
    Browse the repository at this point in the history
  7. rm accidental file

    colin-axner committed May 18, 2020
    Configuration menu
    Copy the full SHA
    c163056 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

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

Commits on May 20, 2020

  1. client state tests added

    colin-axner committed May 20, 2020
    Configuration menu
    Copy the full SHA
    480aa6c View commit details
    Browse the repository at this point in the history
  2. update clienttype numbers

    colin-axner committed May 20, 2020
    Configuration menu
    Copy the full SHA
    afbc501 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11c5707 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. update test added

    colin-axner committed May 21, 2020
    Configuration menu
    Copy the full SHA
    83805ca View commit details
    Browse the repository at this point in the history
  2. add misbehaviour tests

    colin-axner committed May 21, 2020
    Configuration menu
    Copy the full SHA
    d459d57 View commit details
    Browse the repository at this point in the history
  3. update alias

    colin-axner committed May 21, 2020
    Configuration menu
    Copy the full SHA
    bc4b50a View commit details
    Browse the repository at this point in the history
  4. update cli tx

    colin-axner committed May 21, 2020
    Configuration menu
    Copy the full SHA
    8b2e924 View commit details
    Browse the repository at this point in the history
  5. update import alias

    colin-axner committed May 21, 2020
    Configuration menu
    Copy the full SHA
    43fb4a2 View commit details
    Browse the repository at this point in the history
  6. cleanup code

    colin-axner committed May 21, 2020
    Configuration menu
    Copy the full SHA
    8032570 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7aef9d4 View commit details
    Browse the repository at this point in the history
  8. add info to err msg

    colin-axner committed May 21, 2020
    Configuration menu
    Copy the full SHA
    9bebd1d View commit details
    Browse the repository at this point in the history
  9. wrapf

    colin-axner committed May 21, 2020
    Configuration menu
    Copy the full SHA
    c7e521d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Update x/ibc/06-solomachine/client/cli/tx.go

    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    colin-axner and fedekunze authored May 22, 2020
    Configuration menu
    Copy the full SHA
    1bbd505 View commit details
    Browse the repository at this point in the history
  2. Update x/ibc/06-solomachine/client/cli/tx.go

    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    colin-axner and fedekunze authored May 22, 2020
    Configuration menu
    Copy the full SHA
    f1616b7 View commit details
    Browse the repository at this point in the history
  3. Update x/ibc/06-solomachine/client/cli/tx.go

    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    colin-axner and fedekunze authored May 22, 2020
    Configuration menu
    Copy the full SHA
    fbdb272 View commit details
    Browse the repository at this point in the history
  4. Update x/ibc/06-solomachine/client/cli/tx.go

    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    colin-axner and fedekunze authored May 22, 2020
    Configuration menu
    Copy the full SHA
    97728b8 View commit details
    Browse the repository at this point in the history
  5. Update x/ibc/06-solomachine/update.go

    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    colin-axner and fedekunze authored May 22, 2020
    Configuration menu
    Copy the full SHA
    89f5870 View commit details
    Browse the repository at this point in the history
  6. Update x/ibc/23-commitment/types/signature.go

    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    colin-axner and fedekunze authored May 22, 2020
    Configuration menu
    Copy the full SHA
    5d4e6c6 View commit details
    Browse the repository at this point in the history
  7. Update x/ibc/06-solomachine/types/header.go

    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    colin-axner and fedekunze authored May 22, 2020
    Configuration menu
    Copy the full SHA
    2b25840 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    992a28d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74a7120 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. remove alias.go

    colin-axner committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    4696f74 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'colin/5382-solo-machine-client' of github.com:cosmos/co…

    …smos-sdk into colin/5382-solo-machine-client
    colin-axner committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    cf601c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72b2cf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4098179 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2426ed View commit details
    Browse the repository at this point in the history
  6. fix build issues

    colin-axner committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    bb493c9 View commit details
    Browse the repository at this point in the history
  7. remove signature proof

    colin-axner committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    7f6c19b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    53c8875 View commit details
    Browse the repository at this point in the history
  2. merge master

    colin-axner committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    eafa96c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    6de9582 View commit details
    Browse the repository at this point in the history
  2. try to migrate to proto

    colin-axner committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    c08c5bb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

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

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    4fc1df8 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    d709936 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. fix proto issues

    colin-axner committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    03d63ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    317c1f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    572e5b9 View commit details
    Browse the repository at this point in the history
  4. add timestamp

    colin-axner committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    d4151a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    925026a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05ca908 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

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

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    003d626 View commit details
    Browse the repository at this point in the history
  2. merge master

    colin-axner committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    5893db8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'colin/5382-solo-machine-client' of github.com:cosmos/co…

    …smos-sdk into colin/5382-solo-machine-client
    colin-axner committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    f81dd48 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

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

Commits on Aug 10, 2020

  1. merge master

    colin-axner committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    31e6d56 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    776ae65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b9d4fa View commit details
    Browse the repository at this point in the history
  3. Merge branch 'colin/5382-solo-machine-client' of github.com:cosmos/co…

    …smos-sdk into colin/5382-solo-machine-client
    colin-axner committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    f71fdbb View commit details
    Browse the repository at this point in the history
  4. fix various build issues

    colin-axner committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    c4b7fc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d48573 View commit details
    Browse the repository at this point in the history
  6. fix most test in types

    colin-axner committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    f733da7 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'colin/5382-solo-machine-client' of github.com:cosmos/co…

    …smos-sdk into colin/5382-solo-machine-client
    colin-axner committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    4cb6b1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e6ea20 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. begin updating cli

    colin-axner committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    1dfaaa6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    fb34b42 View commit details
    Browse the repository at this point in the history
  2. merge master

    colin-axner committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    badfd61 View commit details
    Browse the repository at this point in the history
  3. fix merge issue

    colin-axner committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    76c303a View commit details
    Browse the repository at this point in the history
  4. update proto and fix cli

    colin-axner committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    e3f8888 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2474b3 View commit details
    Browse the repository at this point in the history
  6. update pubkey to be any

    colin-axner committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    04e55eb View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. fix string func issue

    colin-axner committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    de84509 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    1f1f0f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a76254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a0e730 View commit details
    Browse the repository at this point in the history
  4. fix tests 🎉

    colin-axner committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    34d15cf View commit details
    Browse the repository at this point in the history
  5. increase codecov

    colin-axner committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    3e85eae View commit details
    Browse the repository at this point in the history
  6. address TODOs

    colin-axner committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    2ac5fbe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    329d769 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    159167b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e421c4f View commit details
    Browse the repository at this point in the history
  10. fix lint

    colin-axner committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    f776e2f View commit details
    Browse the repository at this point in the history
  11. fix proto lint?

    colin-axner committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    c8dca75 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    8395379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dfc425 View commit details
    Browse the repository at this point in the history
  3. remove chainID

    colin-axner committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    60a1034 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f7d604 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e939091 View commit details
    Browse the repository at this point in the history
  6. remove dup check

    colin-axner committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    30f45c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffd3086 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    871a6a7 View commit details
    Browse the repository at this point in the history