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

fix: improve x/profiles gRPC queries #760

Merged
merged 74 commits into from
Mar 3, 2022

Commits on Jan 14, 2022

  1. added the Proto definitions of the subspaces types and messages

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    10efacc View commit details
    Browse the repository at this point in the history
  2. improved the Proto file definition

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    32f7981 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. improved the Proto file definition

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    9293ae2 View commit details
    Browse the repository at this point in the history
  2. started working on the implementation of the message server methods

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    ed8e474 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. more work on the handling of messages

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    b0f4f61 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. added unit tests for subspaces and permissions

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    fca2aa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. completed the keeper package tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    e08f3b3 View commit details
    Browse the repository at this point in the history
  2. completed tests for the types package

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    3fe18f4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:desmos-labs/desmos into riccardo/…

    …subspace-module-adr-impl
    
    � Conflicts:
    �	x/profiles/types/models_chain_links.pb.go
    RiccardoM committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5a3362f View commit details
    Browse the repository at this point in the history
  4. added the CLI tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    735a1fd View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. added the integration tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    a4d22bd View commit details
    Browse the repository at this point in the history
  2. added changeset entry

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    78a5499 View commit details
    Browse the repository at this point in the history
  3. updated x/profiles to use the correct type for subspaces ids

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8233131 View commit details
    Browse the repository at this point in the history
  4. added initial subspaces id to the subspaces genesis

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    10e2a71 View commit details
    Browse the repository at this point in the history
  5. fixed simulation tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c7006d3 View commit details
    Browse the repository at this point in the history
  6. added changeset entry for x/profiles

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    2b04da8 View commit details
    Browse the repository at this point in the history
  7. fixed formatting

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d28fef6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. added migration for both modules

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    5a557c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. fixed lint

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    7d91aed View commit details
    Browse the repository at this point in the history
  2. chore: updated Proto packages to match real versions

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    4c62789 View commit details
    Browse the repository at this point in the history
  3. chore: renamed subspace fields to subspace_id inside x/profiles Proto…

    … files
    
    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    1615ab3 View commit details
    Browse the repository at this point in the history
  4. small lint

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    5dd2122 View commit details
    Browse the repository at this point in the history
  5. chore: replaced all expErr with shouldErr

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    e422c23 View commit details
    Browse the repository at this point in the history
  6. moved all the relationships-related things into the new x/relationshi…

    …ps module
    
    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    4fc9328 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Merge branch 'master' of github.com:desmos-labs/desmos into riccardo/…

    …relationships-module
    
    � Conflicts:
    �	app/app.go
    �	app/desmos/cmd/chainlink/create_json_test.go
    �	app/params/weights.go
    �	client/docs/swagger-ui/swagger.yaml
    �	proto/desmos/profiles/v1beta1/query_relationships.proto
    �	proto/desmos/profiles/v2/models_relationships.proto
    �	proto/desmos/profiles/v3/genesis.proto
    �	proto/desmos/profiles/v3/msg_server.proto
    �	proto/desmos/profiles/v3/msgs_dtag_requests.proto
    �	proto/desmos/profiles/v3/msgs_profile.proto
    �	proto/desmos/profiles/v3/msgs_relationships.proto
    �	proto/desmos/profiles/v3/query.proto
    �	proto/desmos/profiles/v3/query_relationships.proto
    �	proto/desmos/relationships/v1/query.proto
    �	proto/desmos/subspaces/v1/genesis.proto
    �	proto/desmos/subspaces/v1/msgs.proto
    �	proto/desmos/subspaces/v1/query.proto
    �	x/profiles/client/cli/cli_test.go
    �	x/profiles/keeper/genesis_test.go
    �	x/profiles/keeper/grpc_query.go
    �	x/profiles/keeper/grpc_query_test.go
    �	x/profiles/keeper/invariants.go
    �	x/profiles/keeper/invariants_test.go
    �	x/profiles/keeper/keeper.go
    �	x/profiles/keeper/migrations.go
    �	x/profiles/keeper/msg_server_blocks.go
    �	x/profiles/keeper/msg_server_relationships.go
    �	x/profiles/keeper/msg_server_relationships_test.go
    �	x/profiles/legacy/v2/models_relationships.pb.go
    �	x/profiles/legacy/v3/store.go
    �	x/profiles/module.go
    �	x/profiles/simulation/decoder.go
    �	x/profiles/simulation/decoder_test.go
    �	x/profiles/simulation/genesis.go
    �	x/profiles/simulation/operations.go
    �	x/profiles/types/genesis.go
    �	x/profiles/types/genesis.pb.go
    �	x/profiles/types/genesis_test.go
    �	x/profiles/types/keys.go
    �	x/profiles/types/msg_server.pb.go
    �	x/profiles/types/msgs_dtag_requests.pb.go
    �	x/profiles/types/msgs_profile.pb.go
    �	x/profiles/types/query.pb.go
    �	x/profiles/types/query.pb.gw.go
    �	x/relationships/client/cli/tx.go
    �	x/relationships/keeper/blocks.go
    �	x/relationships/keeper/blocks_test.go
    �	x/relationships/keeper/msg_server_test.go
    �	x/relationships/keeper/relationships.go
    �	x/relationships/simulation/operations_relationships.go
    �	x/relationships/types/models.go
    �	x/relationships/types/msg_server.pb.go
    �	x/relationships/types/msgs.go
    �	x/relationships/types/query.pb.go
    �	x/subspaces/client/cli/cli_test.go
    �	x/subspaces/client/cli/query.go
    �	x/subspaces/client/cli/tx.go
    �	x/subspaces/handler.go
    �	x/subspaces/keeper/alias_functions.go
    �	x/subspaces/keeper/genesis.go
    �	x/subspaces/keeper/genesis_test.go
    �	x/subspaces/keeper/groups.go
    �	x/subspaces/keeper/groups_test.go
    �	x/subspaces/keeper/grpc_query.go
    �	x/subspaces/keeper/grpc_query_test.go
    �	x/subspaces/keeper/invariants.go
    �	x/subspaces/keeper/invariants_test.go
    �	x/subspaces/keeper/keeper.go
    �	x/subspaces/keeper/msg_server.go
    �	x/subspaces/keeper/msg_server_test.go
    �	x/subspaces/keeper/permissions.go
    �	x/subspaces/keeper/permissions_test.go
    �	x/subspaces/keeper/subspaces.go
    �	x/subspaces/keeper/subspaces_test.go
    �	x/subspaces/simulation/decoder.go
    �	x/subspaces/simulation/decoder_test.go
    �	x/subspaces/simulation/genesis.go
    �	x/subspaces/simulation/operations.go
    �	x/subspaces/simulation/operations_groups.go
    �	x/subspaces/simulation/operations_permissions.go
    �	x/subspaces/simulation/operations_subspaces.go
    �	x/subspaces/simulation/utils.go
    �	x/subspaces/types/codec.go
    �	x/subspaces/types/events.go
    �	x/subspaces/types/genesis.go
    �	x/subspaces/types/genesis.pb.go
    �	x/subspaces/types/genesis_test.go
    �	x/subspaces/types/keys.go
    �	x/subspaces/types/msgs.go
    �	x/subspaces/types/msgs.pb.go
    �	x/subspaces/types/msgs_test.go
    �	x/subspaces/types/permissions.go
    �	x/subspaces/types/query.go
    �	x/subspaces/types/query.pb.go
    �	x/subspaces/types/query.pb.gw.go
    
    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    ee244a9 View commit details
    Browse the repository at this point in the history
  2. Updated Swagger definition

    RiccardoM committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    d53accf View commit details
    Browse the repository at this point in the history
  3. fixed compilation errors

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    a85a164 View commit details
    Browse the repository at this point in the history
  4. improving tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    93608a6 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/riccardo/relationships-module' i…

    …nto riccardo/relationships-module
    RiccardoM committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    b437666 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. fixed unit tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    3f40b9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4e8f5e View commit details
    Browse the repository at this point in the history
  3. fixed simulation operations

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    2521bf9 View commit details
    Browse the repository at this point in the history
  4. added the filtering for relationships during the migration

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    df349dd View commit details
    Browse the repository at this point in the history
  5. updated to Cosmos v0.45.x and added a custom OrderMigrations

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    3556916 View commit details
    Browse the repository at this point in the history
  6. fixed tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    cc50c97 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. added missing profiles decoder tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    86289a7 View commit details
    Browse the repository at this point in the history
  2. added missing store tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    8e6f763 View commit details
    Browse the repository at this point in the history
  3. added missing DONTCOVER directives

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    db121e9 View commit details
    Browse the repository at this point in the history
  4. bring back build step for sims tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f4055b4 View commit details
    Browse the repository at this point in the history
  5. increased liveliness test duration

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    2110e42 View commit details
    Browse the repository at this point in the history
  6. use go 1.17 instead of 1.15

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    bd102e3 View commit details
    Browse the repository at this point in the history
  7. small change to trigger tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    4078c7b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. added mint and authz to store keys

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9ef4cf6 View commit details
    Browse the repository at this point in the history
  2. improved the performance of user groups reading

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    4173742 View commit details
    Browse the repository at this point in the history
  3. improved the subspace simulations operations

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    8dc035d View commit details
    Browse the repository at this point in the history
  4. improved the performance to iterator-related methods inside the suspa…

    …ces module
    
    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    aa761b1 View commit details
    Browse the repository at this point in the history
  5. reduced liveliness test

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    b5d8e52 View commit details
    Browse the repository at this point in the history
  6. changed how Desmos is built for Linux by using a Docker container

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    8e01fef View commit details
    Browse the repository at this point in the history
  7. fixed Docker

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    d26d36c View commit details
    Browse the repository at this point in the history
  8. updated make-build

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    654fe44 View commit details
    Browse the repository at this point in the history
  9. trying to fix build-linux

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9d2b3b9 View commit details
    Browse the repository at this point in the history
  10. trying to fix build-linux

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    447a887 View commit details
    Browse the repository at this point in the history
  11. trying to fix build-linux

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    ffd76a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. updated Proto field numberings

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    355b3a7 View commit details
    Browse the repository at this point in the history
  2. fixed handler comment

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    7ee6fb7 View commit details
    Browse the repository at this point in the history
  3. added the subspace hook to delete relationships and blocks when a sub…

    …space is deleted
    
    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    cda19c2 View commit details
    Browse the repository at this point in the history
  4. fixed hooks tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f91d6bc View commit details
    Browse the repository at this point in the history
  5. Merge branch 'riccardo/fix-actions' of github.com:desmos-labs/desmos …

    …into riccardo/relationships-module
    
    � Conflicts:
    �	x/subspaces/simulation/genesis.go
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    a46f4c3 View commit details
    Browse the repository at this point in the history
  6. fix: added missing x/profiles events

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f4c1721 View commit details
    Browse the repository at this point in the history
  7. fixed simulation tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    c62adf3 View commit details
    Browse the repository at this point in the history
  8. fixed simulation tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    82e9d2b View commit details
    Browse the repository at this point in the history
  9. Merge branch 'riccardo/relationships-module' of github.com:desmos-lab…

    …s/desmos into riccardo/fix-profiles-events
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    eab8001 View commit details
    Browse the repository at this point in the history
  10. updated queries and tests

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    c4d12ba View commit details
    Browse the repository at this point in the history
  11. added missing test case

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    5cb2763 View commit details
    Browse the repository at this point in the history
  12. added changeset entry

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    78635ba View commit details
    Browse the repository at this point in the history
  13. added changeset entry

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f8558cc View commit details
    Browse the repository at this point in the history
  14. Updated Swagger definition

    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    0facff8 View commit details
    Browse the repository at this point in the history
  15. added changeset entry

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    98b16ad View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'origin/riccardo/improve-profiles-querie…

    …s' into riccardo/improve-profiles-queries
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    548f0a6 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'riccardo/relationships-module' of github.com:desmos-lab…

    …s/desmos into riccardo/improve-profiles-queries
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    dfd97bd View commit details
    Browse the repository at this point in the history
  18. fixed linting

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    1790922 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Merge branch 'master' of github.com:desmos-labs/desmos into riccardo/…

    …fix-profiles-events
    
    � Conflicts:
    �	.github/workflows/sims.yml
    �	app/sim_test.go
    �	x/profiles/types/events.go
    RiccardoM committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    41a193f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'riccardo/fix-profiles-events' of github.com:desmos-labs…

    …/desmos into riccardo/improve-profiles-queries
    RiccardoM committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7720044 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Merge branch 'master' of github.com:desmos-labs/desmos into riccardo/…

    …improve-profiles-queries
    RiccardoM committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    961cb53 View commit details
    Browse the repository at this point in the history