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(osmosis): Outpost types, errors, and unit tests #1921

Merged
merged 54 commits into from
Oct 25, 2023

Commits on Oct 20, 2023

  1. add precompile

    0xstepit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f7219bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76e2b8b View commit details
    Browse the repository at this point in the history
  3. add tx template

    0xstepit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    70a089e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4dc369 View commit details
    Browse the repository at this point in the history
  5. fix default timeout height

    0xstepit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    52f8cd5 View commit details
    Browse the repository at this point in the history
  6. fix copy pasta

    0xstepit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a51569e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cdc413 View commit details
    Browse the repository at this point in the history
  8. remove unused function

    0xstepit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    47512a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e0d896 View commit details
    Browse the repository at this point in the history
  10. run make format

    0xstepit authored and github-actions[bot] committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ee45ff3 View commit details
    Browse the repository at this point in the history
  11. update gomod2nix.toml file

    0xstepit authored and github-actions[bot] committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    27052ba View commit details
    Browse the repository at this point in the history
  12. add memo validation method

    0xstepit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    56aa3cc View commit details
    Browse the repository at this point in the history
  13. resolve conflict

    0xstepit committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c8d7a2d View commit details
    Browse the repository at this point in the history
  14. run make format

    0xstepit authored and github-actions[bot] committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3195dfa View commit details
    Browse the repository at this point in the history
  15. update gomod2nix.toml file

    0xstepit authored and github-actions[bot] committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7bf01a2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    80a8183 View commit details
    Browse the repository at this point in the history
  17. run make format

    0xstepit authored and github-actions[bot] committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    5a06808 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. merge main

    0xstepit committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d750a25 View commit details
    Browse the repository at this point in the history
  2. fix error in string

    0xstepit committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7a9a9f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf9cfa7 View commit details
    Browse the repository at this point in the history
  4. linter fix

    0xstepit committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2ffeefb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3f3ab5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f0c4dc View commit details
    Browse the repository at this point in the history
  7. make format

    0xstepit committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    42f2b9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d77fbd7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ac3583 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c1d709e View commit details
    Browse the repository at this point in the history
  11. change slice package

    0xstepit committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e28b3b6 View commit details
    Browse the repository at this point in the history
  12. run make format

    0xstepit authored and github-actions[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e2af607 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d386f8 View commit details
    Browse the repository at this point in the history
  14. fix docstring

    0xstepit committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a037422 View commit details
    Browse the repository at this point in the history
  15. add tests for parser

    0xstepit committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0d78421 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bfef81b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. fix docstring typo

    0xstepit committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a57542a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71cbc65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7bc7ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    120e71b View commit details
    Browse the repository at this point in the history
  5. run make format

    0xstepit authored and github-actions[bot] committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2dc6926 View commit details
    Browse the repository at this point in the history
  6. refactor parser tests

    0xstepit committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    adb7c91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5c119f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    981bbee View commit details
    Browse the repository at this point in the history
  9. make format

    0xstepit committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c900981 View commit details
    Browse the repository at this point in the history
  10. add entry to CHANGELOG

    0xstepit committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    60d306e View commit details
    Browse the repository at this point in the history
  11. rename test function

    0xstepit committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7c4d49b View commit details
    Browse the repository at this point in the history
  12. remove unused function

    0xstepit committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5374759 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    a24fd24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd8f23b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ce844e View commit details
    Browse the repository at this point in the history
  4. remove white line markdown

    0xstepit committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    530e754 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c019e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15c180d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e44214 View commit details
    Browse the repository at this point in the history
  8. linter

    0xstepit committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c29a75a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af4025a View commit details
    Browse the repository at this point in the history