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

x/feegrant audit: clean up / add test coverage to types package #9193

Merged
merged 9 commits into from
Apr 28, 2021

Commits on Apr 23, 2021

  1. Squashed commit of the following:

    commit 58dc50051226a9eeb8d0ebea5bb0908fe5b9637f
    Author: technicallyty <[email protected]>
    Date:   Fri Apr 23 15:09:27 2021 -0700
    
        remove comments
    
    commit a84107e1b3eaa31324cb0f4f097b49f02af79c69
    Author: technicallyty <[email protected]>
    Date:   Fri Apr 23 15:02:41 2021 -0700
    
        add tests for msgs.go
    
    commit 2ad16869237e9631b402c93cde650c3fc554daf2
    Author: technicallyty <[email protected]>
    Date:   Fri Apr 23 13:20:21 2021 -0700
    
        specify test name
    
    commit b7121277c9be586a7c80d010ec401e50b510e02a
    Merge: c0c134d971 3c65c3d
    Author: technicallyty <[email protected]>
    Date:   Fri Apr 23 12:54:55 2021 -0700
    
        Merge branch 'master' into ty-9115-types_tests
    
    commit c0c134d97107194dc4f9d3c501a15d023ae083e5
    Author: technicallyty <[email protected]>
    Date:   Thu Apr 22 19:59:11 2021 -0700
    
        -add test case to cli_test.go for filtered fee
        -clean up identifiers
        -remove redundant import alias from filtered_fee.go
    
    commit f7ab3699da39be3ab886f96962d28d23438d2e8e
    Author: technicallyty <[email protected]>
    Date:   Thu Apr 22 09:57:31 2021 -0700
    
        remove unecessary constant
    
    commit 9db59a82a7337cf5a7a3569c6900a44a6c81e8b4
    Merge: a3e75ceb8a e28271b
    Author: technicallyty <[email protected]>
    Date:   Thu Apr 22 09:19:20 2021 -0700
    
        Merge branch 'master' into ty-9115-types_tests
    
    commit a3e75ceb8a510ad9db43dd96073c43b7a8b062b0
    Merge: 4d3dafab85 bffcae5
    Author: technicallyty <[email protected]>
    Date:   Wed Apr 21 12:04:39 2021 -0700
    
        Merge branch 'master' into ty-9115-types_tests
    
    commit 4d3dafab85d85526a7c94b045289605289ee6b0d
    Author: technicallyty <[email protected]>
    Date:   Wed Apr 21 12:03:41 2021 -0700
    
        cleanup id's / add test case
    
    commit e8f6924931ba95e592bfc3057ba167700458da41
    Author: technicallyty <[email protected]>
    Date:   Wed Apr 21 10:55:29 2021 -0700
    
        add test for 0 allowance / remove unused field on exp test
    
    commit 516b6ef89a4582ad681cc6c5c101cf50a9a54fb5
    Author: technicallyty <[email protected]>
    Date:   Tue Apr 20 15:22:48 2021 -0700
    
        make names more clear, remove unused field
    technicallyty committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    86579f2 View commit details
    Browse the repository at this point in the history
  2. fix imports

    technicallyty committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    441a18c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    434774c View commit details
    Browse the repository at this point in the history
  2. fix tests

    technicallyty committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3e6b751 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. rename test field

    technicallyty committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    6bde6b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce77bbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ddb406 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    882c3a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a92d72a View commit details
    Browse the repository at this point in the history