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: FeeDecorator #323

Closed
wants to merge 37 commits into from
Closed

feat: FeeDecorator #323

wants to merge 37 commits into from

Commits on Jul 21, 2023

  1. add scripts for token migration (#300)

    Co-authored-by: Till Ziegler <tz@schoeneweide.tk>
    (cherry picked from commit 33b8d5e)
    nghuyenthevinh2000 authored and inon-man committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    cb67db4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. feat(app): Import Fork of Osmosis (#252)

    Co-authored-by: Inon Man <121477599+inon-man@users.noreply.github.com>
    (cherry picked from commit 9d73c0d)
    alchemist-ti authored and inon-man committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    38f351e View commit details
    Browse the repository at this point in the history
  2. * remove old soft-forks

    * fix lint errors (mostly unused-params)
    inon-man committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    d6a53cd View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    1a040c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31eb98c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b4111f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78deb1b View commit details
    Browse the repository at this point in the history
  5. update ibc to v6

    nghuyenthevinh2000 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    86dafb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. remove legacy migrations

    inon-man committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    589241b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. fix go module dependencies

    inon-man committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    95572ed View commit details
    Browse the repository at this point in the history
  2. WIP

    inon-man committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4aac888 View commit details
    Browse the repository at this point in the history
  3. WIP

    inon-man committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1c4407c View commit details
    Browse the repository at this point in the history
  4. WIP

    inon-man committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6f0df62 View commit details
    Browse the repository at this point in the history
  5. WIP

    inon-man committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3c4b2dc View commit details
    Browse the repository at this point in the history
  6. WIP

    inon-man committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5707bd8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c80f61 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. fix syntax

    nghuyenthevinh2000 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    328edcb View commit details
    Browse the repository at this point in the history
  2. fix ibc fee

    nghuyenthevinh2000 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9536aee View commit details
    Browse the repository at this point in the history
  3. pass unit test

    nghuyenthevinh2000 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    8ab7ca5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. update core wasmd

    nghuyenthevinh2000 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    59a91f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. successful make build

    inon-man committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1fe0b24 View commit details
    Browse the repository at this point in the history
  2. fix lint

    inon-man committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8ebc911 View commit details
    Browse the repository at this point in the history
  3. refactor oracle

    inon-man committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    126b19c View commit details
    Browse the repository at this point in the history
  4. v5 upgrade handler

    inon-man committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f9f0fc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    960fbec View commit details
    Browse the repository at this point in the history
  6. use tags

    inon-man committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    565ad40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4f8098 View commit details
    Browse the repository at this point in the history
  8. dep: use same go dependencies

    doc: update swagger
    inon-man committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    80b867b View commit details
    Browse the repository at this point in the history
  9. refactor

    inon-man committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fbbbb63 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    6899580 View commit details
    Browse the repository at this point in the history
  2. refactor: codecs

    inon-man committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0ed5eac View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. feat: FeeDecorator

    inon-man committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fc9ae08 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    6962413 View commit details
    Browse the repository at this point in the history
  2. feat: use mempool v1

    inon-man committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    b28559f View commit details
    Browse the repository at this point in the history
  3. refactor

    inon-man committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    85e24d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59461f2 View commit details
    Browse the repository at this point in the history
  5. disallow small mempools

    inon-man committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    7eb82cd View commit details
    Browse the repository at this point in the history