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

Sim refactor 3: move weighted operations to modules #4869

Merged
merged 157 commits into from
Dec 5, 2019

Commits on Aug 2, 2019

  1. Configuration menu
    Copy the full SHA
    771e305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77d8bd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. move simulation params back to modules (#4839)

    move simulation params back to modules (#4839)
    fedekunze authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    52c18e0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into fe…

    …dekunze/cleanup-genState-generators
    fedekunze committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    bea474f View commit details
    Browse the repository at this point in the history
  3. cleanup params

    fedekunze committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    237b65a View commit details
    Browse the repository at this point in the history
  4. various fixes

    fedekunze committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    8bb9880 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84fa364 View commit details
    Browse the repository at this point in the history
  6. fix

    fedekunze committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    687125a View commit details
    Browse the repository at this point in the history
  7. module pattern

    fedekunze committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    eeb0469 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    5fa13a3 View commit details
    Browse the repository at this point in the history
  2. param changes

    fedekunze committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    5efe2bd View commit details
    Browse the repository at this point in the history
  3. revert util pkg

    fedekunze committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    3e15e2a View commit details
    Browse the repository at this point in the history
  4. banksim

    fedekunze committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    521c4dd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. compile

    fedekunze committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    5c41dd2 View commit details
    Browse the repository at this point in the history
  2. update Decoders params

    fedekunze committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    865a5e4 View commit details
    Browse the repository at this point in the history
  3. fix

    fedekunze committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    45a0e3c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. address @colin-axner comments

    fedekunze committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    da6de9f View commit details
    Browse the repository at this point in the history
  2. merge master

    fedekunze committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    b59f37c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f25f970 View commit details
    Browse the repository at this point in the history
  4. cleanup

    fedekunze committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    66d459a View commit details
    Browse the repository at this point in the history
  5. merge master

    fedekunze committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    867ba5a View commit details
    Browse the repository at this point in the history
  6. cleanup

    fedekunze committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    4f59730 View commit details
    Browse the repository at this point in the history
  7. Update cmd_test.go

    fedekunze authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    bd71a17 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. merge master

    fedekunze committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    3628d90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    564b484 View commit details
    Browse the repository at this point in the history
  3. simulation manager

    fedekunze committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    fc1e72a View commit details
    Browse the repository at this point in the history
  4. mino fixes

    fedekunze committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    cca3a19 View commit details
    Browse the repository at this point in the history
  5. cleanup

    fedekunze committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    c48a035 View commit details
    Browse the repository at this point in the history
  6. merge sim refactor part 1

    fedekunze committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    8c02035 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fe9b91 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-Authored-By: frog power 4000 <[email protected]>
    fedekunze and rigelrozanski authored Aug 9, 2019
    Configuration menu
    Copy the full SHA
    225bea3 View commit details
    Browse the repository at this point in the history
  9. address @rigelrozanski comments

    fedekunze committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    9f3525b View commit details
    Browse the repository at this point in the history
  10. changelog

    fedekunze committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    c13ecb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Apply suggestions from code review

    Co-Authored-By: colin axner <[email protected]>
    fedekunze and colin-axner authored Aug 10, 2019
    Configuration menu
    Copy the full SHA
    4959068 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. update tests

    fedekunze committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    4a4db84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0338964 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fedekunze/move-sim-decoders' of https://github.com/cosm…

    …os/cosmos-sdk into fedekunze/cleanup-genState-generators
    fedekunze committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    84555d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    258e3e6 View commit details
    Browse the repository at this point in the history
  5. merge sim decoders PR

    fedekunze committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    785ac1d View commit details
    Browse the repository at this point in the history
  6. remove cycle deps

    fedekunze committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    c627c68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    427b235 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    7793e11 View commit details
    Browse the repository at this point in the history
  2. build

    fedekunze committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    d81ba90 View commit details
    Browse the repository at this point in the history
  3. fix params keys

    fedekunze committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    3899350 View commit details
    Browse the repository at this point in the history
  4. make format

    fedekunze committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    c0cd833 View commit details
    Browse the repository at this point in the history
  5. merge master

    fedekunze committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    e574743 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. merge master

    fedekunze committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    694e699 View commit details
    Browse the repository at this point in the history
  2. various fixes

    fedekunze committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    b3ad025 View commit details
    Browse the repository at this point in the history
  3. fix tests

    fedekunze committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    538e6e1 View commit details
    Browse the repository at this point in the history
  4. minor updates to sim_test

    fedekunze committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    2ac27a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. merge master

    fedekunze committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    702a257 View commit details
    Browse the repository at this point in the history
  2. cleanup

    fedekunze committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    d6c669b View commit details
    Browse the repository at this point in the history
  3. more cleanup

    fedekunze committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    85ced57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea76486 View commit details
    Browse the repository at this point in the history
  5. minor cleanup

    fedekunze committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    9db1881 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. remove cdc from generators

    fedekunze committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    cb3f361 View commit details
    Browse the repository at this point in the history
  2. remove cdc

    fedekunze committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    d1b96f0 View commit details
    Browse the repository at this point in the history
  3. merge master

    fedekunze committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    329d32b View commit details
    Browse the repository at this point in the history
  4. add get or generate

    fedekunze committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    887f2e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b51949c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee7c66d View commit details
    Browse the repository at this point in the history
  7. changes from master

    fedekunze committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    6bd9554 View commit details
    Browse the repository at this point in the history
  8. merge simulation part 2

    fedekunze committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    86a6819 View commit details
    Browse the repository at this point in the history
  9. cleanup operations

    fedekunze committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    4928867 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

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

Commits on Aug 26, 2019

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

    …dekunze/4935-sim-ops-baseapp
    fedekunze committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    8f1240c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a31d65 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

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

    …dekunze/4935-sim-ops-baseapp
    fedekunze committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    89cf7b9 View commit details
    Browse the repository at this point in the history
  2. update operations

    fedekunze committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    5f606ea View commit details
    Browse the repository at this point in the history
  3. restructure sim ops params

    fedekunze committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    d450ebb View commit details
    Browse the repository at this point in the history
  4. merge master

    fedekunze committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    abb288f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. merge master

    fedekunze committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    51bf12b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe3f6f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3a398b View commit details
    Browse the repository at this point in the history
  4. rm msg.ValidateBasic

    fedekunze committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    666a301 View commit details
    Browse the repository at this point in the history
  5. changelog

    fedekunze committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1bb0adc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    b300de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcf6796 View commit details
    Browse the repository at this point in the history
  3. Update x/simulation/account.go

    Co-Authored-By: colin axner <[email protected]>
    fedekunze and colin-axner authored Aug 29, 2019
    Configuration menu
    Copy the full SHA
    bb47279 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b52a122 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08af7df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0a4105 View commit details
    Browse the repository at this point in the history
  7. increase gas x10

    fedekunze committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    0d33e53 View commit details
    Browse the repository at this point in the history
  8. make format

    fedekunze committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    d2d8e06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    882b529 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. fix all edge cases

    fedekunze committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    86798bd View commit details
    Browse the repository at this point in the history
  2. golang ci

    fedekunze committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    8a5a8f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2433c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0172569 View commit details
    Browse the repository at this point in the history
  5. fixes

    fedekunze committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    2a2c369 View commit details
    Browse the repository at this point in the history
  6. check for max entries

    fedekunze committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    50f6959 View commit details
    Browse the repository at this point in the history
  7. add pubkey to genaccounts

    fedekunze committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    309348a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. fix gov bug

    fedekunze committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    4e2d3b3 View commit details
    Browse the repository at this point in the history
  2. update staking sim ops

    fedekunze committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    e662201 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1c3e12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3298d5d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into fe…

    …dekunze/4935-sim-ops-baseapp
    fedekunze committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    8501356 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e615ee1 View commit details
    Browse the repository at this point in the history
  7. copy array

    fedekunze committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    9e81756 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    490bc77 View commit details
    Browse the repository at this point in the history
  9. format

    fedekunze committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    2139e75 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. merge #4946

    fedekunze committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    94dcc8c View commit details
    Browse the repository at this point in the history
  2. build

    fedekunze committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    e64f774 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b10ad0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    370a664 View commit details
    Browse the repository at this point in the history
  2. Update x/bank/simulation/operations.go

    Co-Authored-By: colin axner <[email protected]>
    fedekunze and colin-axner authored Sep 4, 2019
    Configuration menu
    Copy the full SHA
    7da6f34 View commit details
    Browse the repository at this point in the history
  3. Update simapp/helpers/test_helpers.go

    Co-Authored-By: colin axner <[email protected]>
    fedekunze and colin-axner authored Sep 4, 2019
    Configuration menu
    Copy the full SHA
    bd7ed37 View commit details
    Browse the repository at this point in the history
  4. address @colin-axner comments

    fedekunze committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    59620ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2b4a63 View commit details
    Browse the repository at this point in the history
  6. fix test

    fedekunze committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    c739839 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    8d5a90e View commit details
    Browse the repository at this point in the history
  2. update gov ops

    fedekunze committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    52875e5 View commit details
    Browse the repository at this point in the history
  3. merge master

    fedekunze committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    ae94071 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. address @alexanderbez comments

    fedekunze committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    c49543f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86503a9 View commit details
    Browse the repository at this point in the history
  3. reorder params

    fedekunze committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    496fa15 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    0b9b1f4 View commit details
    Browse the repository at this point in the history
  2. merge master

    fedekunze committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    7aad9cb View commit details
    Browse the repository at this point in the history
  3. merge sims baseapp PR

    fedekunze committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    f00fbab View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into fe…

    …dekunze/4935-sim-ops-baseapp
    fedekunze committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    337a25c View commit details
    Browse the repository at this point in the history
  5. changelog

    fedekunze committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    efcab1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70e8bfa View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Update types/module/simulation.go

    Co-Authored-By: frog power 4000 <[email protected]>
    fedekunze and rigelrozanski authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    7543f45 View commit details
    Browse the repository at this point in the history
  2. Update x/simulation/params.go

    Co-Authored-By: frog power 4000 <[email protected]>
    fedekunze and rigelrozanski authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    01da23d View commit details
    Browse the repository at this point in the history
  3. Update x/simulation/params.go

    Co-Authored-By: frog power 4000 <[email protected]>
    fedekunze and rigelrozanski authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    cc719ba View commit details
    Browse the repository at this point in the history
  4. update /types/module

    fedekunze committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    ce53f80 View commit details
    Browse the repository at this point in the history
  5. Update x/distribution/simulation/genesis.go

    Co-Authored-By: Alexander Bezobchuk <[email protected]>
    fedekunze and alexanderbez authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    d4df4bf View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. merge master

    fedekunze committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    4f9961a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8396254 View commit details
    Browse the repository at this point in the history
  3. remove named return values

    fedekunze committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    a188a77 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    ea3594b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f39fc77 View commit details
    Browse the repository at this point in the history
  3. golangci

    fedekunze committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    c79bc9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5491db8 View commit details
    Browse the repository at this point in the history
  5. add nolint

    fedekunze committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    c9faeeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b310b12 View commit details
    Browse the repository at this point in the history
  7. disable godox

    fedekunze committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    446179d View commit details
    Browse the repository at this point in the history
  8. add TODO on unjail

    fedekunze committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    42eebc3 View commit details
    Browse the repository at this point in the history
  9. update ops weights

    fedekunze committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    272e08a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. address @alexanderbez comments

    fedekunze committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    5a3712d View commit details
    Browse the repository at this point in the history
  2. remove dup

    fedekunze committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    c45382b View commit details
    Browse the repository at this point in the history
  3. update godoc

    fedekunze committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    efd2edb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daa8206 View commit details
    Browse the repository at this point in the history
  5. merge sim baseapp branch

    fedekunze committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    55f4eb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. remove unused func

    fedekunze committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    e34af9d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. merge master

    fedekunze committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    3b9b870 View commit details
    Browse the repository at this point in the history
  2. build fixes

    fedekunze committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    c16e512 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

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

    fedekunze committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    58357f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

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

    …dekunze/move-sim-operations
    fedekunze committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    9e84b66 View commit details
    Browse the repository at this point in the history
  2. changelog

    fedekunze committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    bfb0a94 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. address @AdityaSripal comments

    fedekunze committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    15c015b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into fe…

    …dekunze/move-sim-operations
    fedekunze committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    a9696c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    6ba787d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ba2ec5 View commit details
    Browse the repository at this point in the history
  3. address @alexanderbez comments

    fedekunze committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    cb524e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40a38fa View commit details
    Browse the repository at this point in the history