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

Fee Middleware: Escrow logic #465

Merged
merged 50 commits into from
Nov 5, 2021

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    435efc7 View commit details
    Browse the repository at this point in the history
  2. feat: adding escrow logic

    seantking committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    8f2c51a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

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

Commits on Oct 5, 2021

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

Commits on Oct 6, 2021

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

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    ca7f4e2 View commit details
    Browse the repository at this point in the history
  2. fix: comments & grammar

    seantking committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    6a5add7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    535e2c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bd0e32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31fcee3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    487f78d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    f25932f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38566bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd0044b View commit details
    Browse the repository at this point in the history
  4. feat: adding msg_server test for registerCPAddr, wiring for codec + s…

    …tubs for sdk.Msg interface
    seantking committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    5b4a395 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

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

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    ea9b30b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac7584f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c44a81c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8c3cff View commit details
    Browse the repository at this point in the history
  5. tests: adding validation & signer tests for PayFee/Async & updating p…

    …roto to use Signer sdk standard
    seantking committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    4f490ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1fde1d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    eeb4376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4612bf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3494a0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4c37e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    0b733ab View commit details
    Browse the repository at this point in the history
  2. nit: updating var names

    seantking committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2be4ab5 View commit details
    Browse the repository at this point in the history
  3. docs: godoc

    seantking committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    cb2cbc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66454c6 View commit details
    Browse the repository at this point in the history
  5. fixes: small fixes

    seantking committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    06d4c25 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Update modules/apps/29-fee/keeper/escrow.go

    Co-authored-by: Aditya <adityasripal@gmail.com>
    seantking and AdityaSripal authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f336ca7 View commit details
    Browse the repository at this point in the history
  2. Update modules/apps/29-fee/keeper/escrow.go

    Co-authored-by: Aditya <adityasripal@gmail.com>
    seantking and AdityaSripal authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    8e2eb8f View commit details
    Browse the repository at this point in the history
  3. Update modules/apps/29-fee/keeper/keeper.go

    Co-authored-by: Aditya <adityasripal@gmail.com>
    seantking and AdityaSripal authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    52fa63e View commit details
    Browse the repository at this point in the history
  4. Update modules/apps/29-fee/keeper/msg_server.go

    Co-authored-by: Aditya <adityasripal@gmail.com>
    seantking and AdityaSripal authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    0587a3c View commit details
    Browse the repository at this point in the history
  5. Update modules/apps/29-fee/keeper/msg_server.go

    Co-authored-by: Aditya <adityasripal@gmail.com>
    seantking and AdityaSripal authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    63e7a1a View commit details
    Browse the repository at this point in the history
  6. Update modules/apps/29-fee/types/msgs.go

    Co-authored-by: Aditya <adityasripal@gmail.com>
    seantking and AdityaSripal authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a40159f View commit details
    Browse the repository at this point in the history
  7. nit: proto doc & error fix

    seantking committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f379aaf View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. fix: escrow test

    seantking committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    2f649a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b100ee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b19ebd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a51e2ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbfd8d7 View commit details
    Browse the repository at this point in the history
  6. Update modules/apps/29-fee/keeper/escrow.go

    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    seantking and colin-axner authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    6640660 View commit details
    Browse the repository at this point in the history
  7. Update modules/apps/29-fee/keeper/escrow.go

    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    seantking and colin-axner authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    4610c99 View commit details
    Browse the repository at this point in the history
  8. fix: nits

    seantking committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    bec52c0 View commit details
    Browse the repository at this point in the history
  9. Update modules/apps/29-fee/keeper/escrow.go

    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    seantking and colin-axner authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    2c9185c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f4de334 View commit details
    Browse the repository at this point in the history