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

supply refactors #4604

Merged
merged 19 commits into from
Jun 25, 2019
Merged

supply refactors #4604

merged 19 commits into from
Jun 25, 2019

Commits on Jun 19, 2019

  1. Separate account getters from client/context (#4579)

    Account getters are removed from client context. x/auth has the
    queriers necessary for retrieving account information.
    These functions should be removed since they are currently
    redundant and don't provide any extra value.
    
    Closes: #4543
    Alessio Treglia authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    1eb7706 View commit details
    Browse the repository at this point in the history
  2. Remove auth's AccountDecoder type (#4588)

    AccountDecoder is now entirely redundant.
    client package now does no longer depend on x/auth.
    
    Context: #4488
    Alessio Treglia authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    c530c1c View commit details
    Browse the repository at this point in the history
  3. Add goconst to enabled linters (#4591)

    Alessio Treglia authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    e12876c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. remove ICS categories from swagger UI docs Fixes #4357 (#4429)

    hschoenburg authored and Alessio Treglia committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    c3bef9a View commit details
    Browse the repository at this point in the history
  2. Remove print response flag (#4593)

    This flag isn't used anywhere and probably hasn't for quite some time.
    alexanderbez authored and Alessio Treglia committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    6d5ca0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda558b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6672e70 View commit details
    Browse the repository at this point in the history
  5. rige refactor

    rigelrozanski committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    bbbc900 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. non-compiling refactor

    rigelrozanski committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    94866d1 View commit details
    Browse the repository at this point in the history
  2. refactor compiling

    rigelrozanski committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    ec131f8 View commit details
    Browse the repository at this point in the history
  3. lint add deadcode unused (#4606)

    Added deadcode and unused linters to the repo, it
    helped find some unused code.
    
    Ref #4589
    tac0turtle authored and Alessio Treglia committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    4ffabb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e077faf View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Remove client/input.{Buffer,Override}Stdin() functions (#4602)

    Cobra's new release made them redundant.
    
    Thanks: Juan Leni <juan.leni@zondax.ch> for the original patch.
    Alessio Treglia authored Jun 22, 2019
    Configuration menu
    Copy the full SHA
    7b5e6ce View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. restructuring

    rigelrozanski committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    b61491a View commit details
    Browse the repository at this point in the history
  2. Remove snap badge from README (#4614)

    sabau authored and Alessio Treglia committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    52bb151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b78c359 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. changes from master

    fedekunze committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    e0ad68f View commit details
    Browse the repository at this point in the history
  2. compiles

    fedekunze committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    2b0807f View commit details
    Browse the repository at this point in the history
  3. fixed a bunch of tests

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