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

[Bank] Remove the unsafe balance changing API #8473

Merged
merged 40 commits into from
Feb 17, 2021

Commits on Jan 28, 2021

  1. temp commit

    jgimeno committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    af3df53 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. setbalance now is internal

    jgimeno committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    0763fea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8216752 View commit details
    Browse the repository at this point in the history
  3. feedback test commit

    jgimeno committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    7fe6aeb View commit details
    Browse the repository at this point in the history
  4. update tests

    jgimeno committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    6a2a36d View commit details
    Browse the repository at this point in the history
  5. fix: genesis panic message

    fdymylja committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    63f4a93 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. fix not bonded pool

    jgimeno committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    bbc457f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. fix(staking): genesis test

    fdymylja committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    3b91703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a9e784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d15ff9e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. [Bank Refactor] Frojdi jonathan/remove setsupply (#8491)

    * init supply in a different way
    
    * remove external usage of set supply
    
    * change(staking): replace SetSupply with MintCoins in tests
    
    * change(evidence): replace SetSupply with MintCoins in tests
    
    * change(crisis): remove SetSupply in tests
    
    * change(bank): remove set supply from genesis tests
    
    * change(bank): remove set supply from keeper tests
    
    * change(bank): remove remaining set supply usage from keeper tests
    
    * change(bank): remove set supply usage from grpc query and querier tests
    
    * change(bank): remove SetSupply from keeper interface
    
    Co-authored-by: Frojdi Dymylja <frojdi.dymylja@gmail.com>
    jgimeno and fdymylja authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    bf78e67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    466279a View commit details
    Browse the repository at this point in the history
  3. remove keyring

    jgimeno committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    29f5660 View commit details
    Browse the repository at this point in the history
  4. add init genesis state

    jgimeno committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    6ad4503 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fa3c1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37d7884 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. fix(staking): genesis tests

    fdymylja committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    612472c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jonathan-frojdi/refactor-bank' of github.com:cosmos/cos…

    …mos-sdk into jonathan-frojdi/refactor-bank
    jgimeno committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c4bd11c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. [Bank Refactor]: Remove SetBalances usage from the code and tests (#8509

    )
    
    * change(distribution): remove SetBalances usage from keeper tests
    
    * add(simapp): FundAccount utility function
    
    * chore(staking): use FundAccount in keeper tests
    
    * change(staking): remove usage of SetBalance in allocation tests
    
    * change(staking): remove usage of SetBalance in delegation tests
    
    * change(staking): remove usage of SetBalance in proposal handler tests
    
    * change(staking): remove usage of SetBalances in grpc query tests
    
    * change(staking): remove usage of SetBalances in operations tests
    
    * change(distribution): remove usage of SetBalances in genesis
    
    * change(authz): remove usage of SetBalances keeper and operations test
    
    * fix(authz): TestKeeperFees failing test
    
    * change(slashing): remove SetBalances from expected BankKeeper
    
    * change(slashing): remove usage of SetBalances in tests
    
    * change(distribution): remove SetBalances from expected BankKeeper
    
    * change(genutil): remove usage of SetBalances from tests
    
    * change(gov): remove SetBalances from expected BankKeeper
    
    * change(gov): remove usage of SetBalances from tests
    
    * change(staking): remove usage of SetBalances from slash tests
    
    * change(staking): remove SetBalances from expected BankKeeper
    
    * change(staking): remove usage of SetBalances from delegation tests
    
    * change(staking): remove usage of SetBalances from operations tests
    
    * change(staking): remove usage of SetBalances from validator tests
    
    * change(bank): remove usage of SetBalances from app tests
    
    * change(bank): remove usage of SetBalances from bench tests
    
    * change(bank): remove usage of SetBalances from querier tests
    
    * change(bank): remove usage of SetBalances from grpc query tests
    
    * change(bank): remove usage of SetBalances from operations tests
    
    * change(bank): partially remove usage of SetBalances from keeper tests
    
    * change(bank): finalize removal of usage of SetBalances from keeper tests
    
    * change(auth): remove usage of SetBalances from verify tests
    
    * change(auth): partially remove usage of SetBalances from tests
    
    * [Bank refactor]: finalize removal of setbalances from auth (#8527)
    
    * add tests with is check tx
    
    * temp commit
    
    * fix test
    
    * fix other test and remove setbalances
    
    * change(auth): remove usage of SetBalances is vesting tests
    
    Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com>
    
    * change(types): remove usage of SetBalances in queries
    
    * fix(types): pagination tests
    
    * [Bank refactor] fix pagination tests (#8550)
    
    * fix tests
    
    * lint
    
    * change(bank): remove SetBalances from keeper public API
    
    Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com>
    Co-authored-by: SaReN <sahithnarahari@gmail.com>
    3 people authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    f6718d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e7b1ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58572ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3409ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2d930a View commit details
    Browse the repository at this point in the history
  6. fix imports

    jgimeno committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    b0fab44 View commit details
    Browse the repository at this point in the history
  7. remove set balances

    jgimeno committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    030bfbe View commit details
    Browse the repository at this point in the history
  8. fix fee test

    jgimeno committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    5b236c6 View commit details
    Browse the repository at this point in the history
  9. remove set balances

    jgimeno committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    5fdc895 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    a7d83b2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jonathan-frojdi/refactor-bank' of github.com:cosmos/cos…

    …mos-sdk into jonathan-frojdi/refactor-bank
    sahith-narahari committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    aa665d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    009a5ee View commit details
    Browse the repository at this point in the history
  4. chore: update CHANGELOG.md

    fdymylja committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    940cd4f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

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

Commits on Feb 15, 2021

  1. Merge branch 'master' into jonathan-frojdi/refactor-bank

    Alessio Treglia authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    442c1e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. update: x/distribution/keeper/keeper_test.go

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    fdymylja and robert-zaremba authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    061e3e0 View commit details
    Browse the repository at this point in the history
  2. Update simapp/test_helpers.go

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    fdymylja and robert-zaremba authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    72ea30d View commit details
    Browse the repository at this point in the history
  3. Update x/staking/genesis_test.go

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    fdymylja and robert-zaremba authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    0e7477a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aae3e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    ece597e View commit details
    Browse the repository at this point in the history
  2. fix some PR issues

    jgimeno committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    1f0e2de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4bff7c View commit details
    Browse the repository at this point in the history