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 support for hex address in chain link #688

Merged
merged 41 commits into from
Dec 20, 2021

Commits on Dec 9, 2021

  1. Init proto message

    dadamu committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    5d08b84 View commit details
    Browse the repository at this point in the history
  2. Implement eth address data

    dadamu committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    91aab8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    653c707 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    dadamu committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    c3d959d View commit details
    Browse the repository at this point in the history
  5. Revert mod

    dadamu committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2fca200 View commit details
    Browse the repository at this point in the history
  6. Add comments

    dadamu committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    0ea0890 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    dadamu committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    1dd59b0 View commit details
    Browse the repository at this point in the history
  8. Run go mod tidy

    dadamu committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    651fb21 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Update proto/desmos/profiles/v1beta1/models_chain_links.proto

    Co-authored-by: Leonardo Bragagnolo <[email protected]>
    dadamu and leobragaz authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    38f0bb5 View commit details
    Browse the repository at this point in the history
  2. Update x/profiles/types/models_chain_links.go

    Co-authored-by: Leonardo Bragagnolo <[email protected]>
    dadamu and leobragaz authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    62947af View commit details
    Browse the repository at this point in the history
  3. Update x/profiles/types/models_chain_links.go

    Co-authored-by: Leonardo Bragagnolo <[email protected]>
    dadamu and leobragaz authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    d946c68 View commit details
    Browse the repository at this point in the history
  4. Update x/profiles/types/models_chain_links.go

    Co-authored-by: Leonardo Bragagnolo <[email protected]>
    dadamu and leobragaz authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    d4be22d View commit details
    Browse the repository at this point in the history
  5. Update x/profiles/types/models_chain_links.go

    Co-authored-by: Leonardo Bragagnolo <[email protected]>
    dadamu and leobragaz authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    f1d7837 View commit details
    Browse the repository at this point in the history
  6. Add lost tests

    dadamu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    8b1fa03 View commit details
    Browse the repository at this point in the history
  7. Add spaced address test

    dadamu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    03c40ee View commit details
    Browse the repository at this point in the history
  8. Update changelog

    dadamu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    e392738 View commit details
    Browse the repository at this point in the history
  9. Remove extra space

    dadamu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    21e0dc4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e23ecf9 View commit details
    Browse the repository at this point in the history
  11. Register interface

    dadamu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    aae6d0b View commit details
    Browse the repository at this point in the history
  12. Remove prefix

    dadamu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    c2897d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f55623a View commit details
    Browse the repository at this point in the history
  14. Fix test name

    dadamu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    c63a524 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' of github.com:desmos-labs/desmos into paul/supp…

    …ort-hex-address-chain-link
    dadamu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    4a8c9c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    5580de9 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    dadamu committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    5fdf226 View commit details
    Browse the repository at this point in the history
  3. Update comment

    dadamu committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    74d2313 View commit details
    Browse the repository at this point in the history
  4. Update changeset

    dadamu committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    8a37f06 View commit details
    Browse the repository at this point in the history
  5. Update proto/desmos/profiles/v1beta1/models_chain_links.proto

    Co-authored-by: Leonardo Bragagnolo <[email protected]>
    dadamu and leobragaz authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    e677d13 View commit details
    Browse the repository at this point in the history
  6. Update proto/desmos/profiles/v1beta1/models_chain_links.proto

    Co-authored-by: Leonardo Bragagnolo <[email protected]>
    dadamu and leobragaz authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    bf5c129 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions

    dadamu committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    2afd707 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Update x/profiles/types/models_chain_links.go

    Co-authored-by: Riccardo Montagnin <[email protected]>
    dadamu and RiccardoM authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    de49d17 View commit details
    Browse the repository at this point in the history
  2. Update proto/desmos/profiles/v1beta1/models_chain_links.proto

    Co-authored-by: Riccardo Montagnin <[email protected]>
    dadamu and RiccardoM authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    ac2c218 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions

    dadamu committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    54c3afb View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Add prefix

    dadamu committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    11a855d View commit details
    Browse the repository at this point in the history
  2. Remove duplicated checking

    dadamu committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    fd395d8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:desmos-labs/desmos into paul/supp…

    …ort-hex-address-chain-link
    dadamu committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    aa0af94 View commit details
    Browse the repository at this point in the history
  4. Update x/profiles/types/models_chain_links_test.go

    Co-authored-by: Riccardo Montagnin <[email protected]>
    dadamu and RiccardoM authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    1dc6dea View commit details
    Browse the repository at this point in the history
  5. Update proto/desmos/profiles/v1beta1/models_chain_links.proto

    Co-authored-by: Riccardo Montagnin <[email protected]>
    dadamu and RiccardoM authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    be63ecb View commit details
    Browse the repository at this point in the history
  6. Update x/profiles/types/models_chain_links_test.go

    Co-authored-by: Riccardo Montagnin <[email protected]>
    dadamu and RiccardoM authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    ee6bb4b View commit details
    Browse the repository at this point in the history
  7. Apply suggestions

    dadamu committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    60f40f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f8c160 View commit details
    Browse the repository at this point in the history