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

R4R: Add fees and memo to REST, updated CLI to receive coins as fees #3069

Merged
merged 62 commits into from
Dec 20, 2018

Commits on Dec 4, 2018

  1. pending

    Federico Kunze committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    b55e748 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Split endpoints and use utils

    Federico Kunze committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    f3d5279 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into f…

    …edekunze/2191-split-post-delegations
    
    Rebase
    Federico Kunze committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    9bea121 View commit details
    Browse the repository at this point in the history
  3. fix lcd tests

    Federico Kunze committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    dcd7ecd View commit details
    Browse the repository at this point in the history
  4. change input msg types

    Federico Kunze committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    5af8fd6 View commit details
    Browse the repository at this point in the history
  5. update and rearrange swagger file

    Federico Kunze committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    b19d9ed View commit details
    Browse the repository at this point in the history
  6. Updated swagger

    Federico Kunze committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    0ee236a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. update delegations to use POST

    Federico Kunze committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    5bd2544 View commit details
    Browse the repository at this point in the history
  2. update pending

    Federico Kunze committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    8b794d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Update tx.go

    fedekunze authored Dec 7, 2018
    Configuration menu
    Copy the full SHA
    9286098 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into f…

    …edekunze/2191-split-post-delegations
    
    Merge develop
    Federico Kunze committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    c4765b2 View commit details
    Browse the repository at this point in the history
  2. fix genOnly REST, closes #3020

    Federico Kunze committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    3f744f8 View commit details
    Browse the repository at this point in the history
  3. fixes based on tests

    Federico Kunze committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    6fd34a9 View commit details
    Browse the repository at this point in the history
  4. fix lint

    Federico Kunze committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    03771a3 View commit details
    Browse the repository at this point in the history
  5. Add fees to REST, update CLI to receive multiple coins as fees, added…

    … memo to baseReq
    Federico Kunze committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    7959e0b View commit details
    Browse the repository at this point in the history
  6. update swagger

    Federico Kunze committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    41d5cae View commit details
    Browse the repository at this point in the history
  7. add helper example to fee flag

    Federico Kunze committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    6f6a4f8 View commit details
    Browse the repository at this point in the history
  8. remove sdk.Coin from fees

    Federico Kunze committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    58d4b8f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. fix conflicts and update functions based on Alessio's PR

    Federico Kunze committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    e4e537a View commit details
    Browse the repository at this point in the history
  2. fix comments on cli_tests and added simulation update

    Federico Kunze committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    b4a307b View commit details
    Browse the repository at this point in the history
  3. Update cli_test.go

    fedekunze authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    a90fca5 View commit details
    Browse the repository at this point in the history
  4. fix conflicts

    Federico Kunze committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    db07298 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'jack/dry-rest-tests' of https://github.com/cosmos/cosmo…

    …s-sdk into fedekunze/3067-fee-rest-txs
    
    Merge Jack's LCD test refactor
    Federico Kunze committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    9c82e31 View commit details
    Browse the repository at this point in the history
  6. commit to pull split changes

    Federico Kunze committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    91f0818 View commit details
    Browse the repository at this point in the history
  7. use req.BaseReq everywhere

    Federico Kunze committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    e3c0eb3 View commit details
    Browse the repository at this point in the history
  8. cleanup test_helper

    Federico Kunze committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    64e7e6b View commit details
    Browse the repository at this point in the history
  9. Merge develop

    Federico Kunze committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    e76c5c5 View commit details
    Browse the repository at this point in the history
  10. update tests

    Federico Kunze committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    e36daa7 View commit details
    Browse the repository at this point in the history
  11. fixed some tests

    Federico Kunze committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    1835560 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. flags

    Federico Kunze committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    8049985 View commit details
    Browse the repository at this point in the history
  2. fix conflicts from develop

    Federico Kunze committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    714c659 View commit details
    Browse the repository at this point in the history
  3. add balance checks on tests

    Federico Kunze committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    c2a4444 View commit details
    Browse the repository at this point in the history
  4. fixes and modifications in gas

    Federico Kunze committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    017c305 View commit details
    Browse the repository at this point in the history
  5. more balance checks

    Federico Kunze committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    6484813 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. add TxEncoder changes

    Federico Kunze committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    d429779 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Federico Kunze committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    64b2b3f View commit details
    Browse the repository at this point in the history
  3. cleanup

    Federico Kunze committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    4b59216 View commit details
    Browse the repository at this point in the history
  4. PENDING

    Federico Kunze committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    aaeee73 View commit details
    Browse the repository at this point in the history
  5. fix lint

    Federico Kunze committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    4358e63 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from @alexanderbez

    Co-Authored-By: fedekunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze authored Dec 14, 2018
    Configuration menu
    Copy the full SHA
    e687ac9 View commit details
    Browse the repository at this point in the history
  7. Update rest.go

    fedekunze authored Dec 14, 2018
    Configuration menu
    Copy the full SHA
    5d033eb View commit details
    Browse the repository at this point in the history
  8. review fixes

    Federico Kunze committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    d20d170 View commit details
    Browse the repository at this point in the history
  9. rename flag '--fee' to '--fees'

    Federico Kunze committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    1be6ade View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b2190ff View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. merge develop

    Federico Kunze committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    525d290 View commit details
    Browse the repository at this point in the history
  2. pending update

    Federico Kunze committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    bc8b60f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    655014c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5785c0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into f…

    …edekunze/3067-fee-rest-txs
    
    Merge latest changes from develop
    Federico Kunze committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    0fcc8b4 View commit details
    Browse the repository at this point in the history
  4. fix tx builder

    Federico Kunze committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    370ea59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dace37 View commit details
    Browse the repository at this point in the history
  6. update flag fee to fees

    Federico Kunze committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    c192cbc View commit details
    Browse the repository at this point in the history
  7. Merge branch 'fedekunze/3067-fee-rest-txs' of https://github.com/cosm…

    …os/cosmos-sdk into fedekunze/3067-fee-rest-txs
    
    Fix PENDING
    Federico Kunze committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    98797ab View commit details
    Browse the repository at this point in the history
  8. delete panics when no chain-id is provided

    Federico Kunze committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    2809403 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. make txBuilder's fields private

    Federico Kunze committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    6e7db9d View commit details
    Browse the repository at this point in the history
  2. simulateAndExecute transaction

    Federico Kunze committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    bc35c17 View commit details
    Browse the repository at this point in the history
  3. update swagger

    Federico Kunze committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    b376604 View commit details
    Browse the repository at this point in the history
  4. Update PENDING.md

    fedekunze authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    0d4ee31 View commit details
    Browse the repository at this point in the history
  5. minor fix

    Federico Kunze committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    82dae0e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'fedekunze/3067-fee-rest-txs' of https://github.com/cosm…

    …os/cosmos-sdk into fedekunze/3067-fee-rest-txs
    
    Updated PENDING
    Federico Kunze committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    93356dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c907f3b View commit details
    Browse the repository at this point in the history
  8. Update sign.go

    fedekunze authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    cfa723a View commit details
    Browse the repository at this point in the history