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

ComsWasm integration #351

Closed
wants to merge 104 commits into from
Closed

ComsWasm integration #351

wants to merge 104 commits into from

Commits on Jan 21, 2021

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

Commits on Jan 22, 2021

  1. written custom queries plugin to let wasm module redirect custom queries

    from wasm directly to the chain
    leobragaz committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    259d176 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/desmos-labs/desmos into l…

    …eonardo/cosm-wasm-integration
    leobragaz committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    c93c562 View commit details
    Browse the repository at this point in the history
  3. fixed lint errors

    leobragaz committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    78cd7c6 View commit details
    Browse the repository at this point in the history
  4. trying to fix sims tests

    leobragaz committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    0be8c6d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. fixed sims tests

    leobragaz committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    14e80bd View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. added wasm decoder

    lint code
    leobragaz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    f0cfb63 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/desmos-labs/desmos into l…

    …eonardo/cosm-wasm-integration
    leobragaz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    a45d530 View commit details
    Browse the repository at this point in the history
  3. trying to fix build errors

    leobragaz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    001b123 View commit details
    Browse the repository at this point in the history
  4. trying fix build errors 2

    leobragaz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    530c7d9 View commit details
    Browse the repository at this point in the history
  5. trying fix build errors 2

    leobragaz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    92d382c View commit details
    Browse the repository at this point in the history
  6. trying fix build errors 4

    leobragaz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    f44a03e View commit details
    Browse the repository at this point in the history
  7. trying fix build errors 5

    leobragaz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    e84f92e View commit details
    Browse the repository at this point in the history
  8. trying fix build errors 6

    leobragaz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    48cd39c View commit details
    Browse the repository at this point in the history
  9. fixed sims tests

    leobragaz committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    70928e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. fixing build errors

    leobragaz committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    d39f852 View commit details
    Browse the repository at this point in the history
  2. fixing build errors 2

    leobragaz committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    7e28e6d View commit details
    Browse the repository at this point in the history
  3. fixing build errors 3

    leobragaz committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    0be1e7b View commit details
    Browse the repository at this point in the history
  4. fixing build errors 3

    leobragaz committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    696a003 View commit details
    Browse the repository at this point in the history
  5. updated dependency

    leobragaz committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    88733e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

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

    …eonardo/cosm-wasm-integration
    leobragaz committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f23591e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. fixed errors inside app.go

    updated app go to fit new wasm changes
    leobragaz committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    e3d7c1b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

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

Commits on Feb 23, 2021

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

    …eonardo/cosm-wasm-integration
    
    � Conflicts:
    �	go.mod
    �	go.sum
    leobragaz committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    232aa75 View commit details
    Browse the repository at this point in the history
  2. updated wasmd dependency

    leobragaz committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    e78f201 View commit details
    Browse the repository at this point in the history
  3. fixed compilation errors,

    removed IBC stuff (will reintroduce it in a dedicated PR)
    leobragaz committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    ee1146f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    951915c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/desmos-labs/desmos into l…

    …eonardo/cosm-wasm-integration
    
    � Conflicts:
    �	go.sum
    leobragaz committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    0664fe2 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. fixed lint errors

    leobragaz committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    b9a89c6 View commit details
    Browse the repository at this point in the history
  2. split wasm custom queries into modules

    added route logic
    added better error handling on custom queries
    leobragaz committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    d325de9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/desmos-labs/desmos into l…

    …eonardo/cosm-wasm-integration
    
    � Conflicts:
    �	app/app.go
    leobragaz committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    6d61f00 View commit details
    Browse the repository at this point in the history
  4. fixed app.go errors

    updated wasm dependencies
    leobragaz committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    fdd59ab View commit details
    Browse the repository at this point in the history
  5. fixed lint errors

    leobragaz committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a50ee67 View commit details
    Browse the repository at this point in the history
  6. fixed failing sims test

    leobragaz committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f6a09b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    0bc8d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36c8ec2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. added reports conversion for cosmwasm

    clean query wasm code
    leobragaz committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    42c0f93 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    d198709 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/desmos-labs/desmos into l…

    …eonardo/cosm-wasm-integration
    
    � Conflicts:
    �	go.mod
    �	go.sum
    leobragaz committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    40f1b17 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. readded disappeared imports

    leobragaz committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    5121ab3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

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

    …eonardo/cosm-wasm-integration
    
    � Conflicts:
    �	app/app.go
    �	go.mod
    �	go.sum
    �	x/profiles/simulation/params.go
    leobragaz committed May 14, 2021
    Configuration menu
    Copy the full SHA
    3ed4740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    782c75e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

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

    …eonardo/cosm-wasm-integration
    
    � Conflicts:
    �	app/app.go
    �	go.sum
    �	x/staging/posts/simulation/params.go
    leobragaz committed May 26, 2021
    Configuration menu
    Copy the full SHA
    bfee3e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7751800 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

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

Commits on Jun 28, 2021

  1. fixed sims params tests

    leobragaz committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b277b57 View commit details
    Browse the repository at this point in the history
  2. fix tx error for posts

    leobragaz committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    96d1f49 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Subspaces improvements

    See PR #521
    leobragaz authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    36c978d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

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

Commits on Jul 15, 2021

  1. moved staging posts and subspaces out of staging

    refactored imports and proto files
    leobragaz committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    8113e87 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Merge branch 'leonardo/enable-posts-and-subspaces' of github.com:desm…

    …os-labs/desmos into leonardo/enabled-staging-features
    
    � Conflicts:
    �	app/app.go
    �	docs/developers/types/staging/subspaces/subspace.md
    �	proto/desmos/posts/v1beta1/posts.proto
    �	x/posts/client/cli/cli_test.go
    �	x/posts/client/cli/keys.go
    �	x/posts/client/testutil/helpers.go
    �	x/posts/keeper/common_functions_test.go
    �	x/posts/keeper/common_test.go
    �	x/posts/keeper/genesis_test.go
    �	x/posts/keeper/grpc_query.go
    �	x/posts/keeper/grpc_query_test.go
    �	x/posts/keeper/invariants_test.go
    �	x/posts/keeper/keeper.go
    �	x/posts/keeper/keeper_bench_test.go
    �	x/posts/keeper/keeper_polls_test.go
    �	x/posts/keeper/keeper_reactions.go
    �	x/posts/keeper/keeper_reactions_test.go
    �	x/posts/keeper/keeper_reports.go
    �	x/posts/keeper/keeper_reports_test.go
    �	x/posts/keeper/keeper_test.go
    �	x/posts/keeper/msgs_server_test.go
    �	x/posts/keeper/params.go
    �	x/posts/keeper/params_test.go
    �	x/posts/simulation/decoder.go
    �	x/posts/simulation/decoder_test.go
    �	x/posts/types/genesis.pb.go
    �	x/posts/types/genesis_test.go
    �	x/posts/types/keys_test.go
    �	x/posts/types/msgs.go
    �	x/posts/types/msgs.pb.go
    �	x/posts/types/msgs_test.go
    �	x/posts/types/params_test.go
    �	x/posts/types/polls.pb.go
    �	x/posts/types/polls_test.go
    �	x/posts/types/posts.pb.go
    �	x/posts/types/posts_test.go
    �	x/posts/types/query.go
    �	x/posts/types/query.pb.go
    �	x/posts/types/reactions.go
    �	x/posts/types/reactions.pb.go
    �	x/posts/types/reactions_test.go
    �	x/posts/types/report_test.go
    �	x/posts/types/utils.go
    �	x/profiles/keeper/alias_functions.go
    �	x/profiles/keeper/common_test.go
    �	x/profiles/keeper/msg_server_blocks_test.go
    �	x/profiles/keeper/msg_server_relationships_test.go
    �	x/profiles/keeper/relay_app_links_test.go
    �	x/profiles/keeper/relay_chain_links_test.go
    �	x/profiles/simulation/operations_relationships.go
    �	x/profiles/simulation/operations_user_blocks.go
    �	x/profiles/simulation/utils.go
    �	x/profiles/types/models_relationships.go
    �	x/staging/fees/ante/ante_test.go
    �	x/subspaces/keeper/alias_functions_test.go
    �	x/subspaces/keeper/genesis_test.go
    �	x/subspaces/keeper/invariants_test.go
    �	x/subspaces/simulation/genesis.go
    �	x/subspaces/types/msgs.pb.go
    �	x/subspaces/types/msgs_test.go
    �	x/subspaces/types/subspace.pb.go
    �	x/subspaces/types/subspace_test.go
    leobragaz committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    f8f9e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f270c8f View commit details
    Browse the repository at this point in the history
  3. fixed sim test file errors

    leobragaz committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    eb27630 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86df9f2 View commit details
    Browse the repository at this point in the history
  5. removed debug line

    leobragaz committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    ee58eb2 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…

    …cosm-wasm-integration
    
    � Conflicts:
    �	app/app.go
    �	go.mod
    �	go.sum
    �	x/staging/posts/types/msgs.pb.go
    leobragaz committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    8900618 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'leonardo/enabled-staging-features' of github.com:desmos…

    …-labs/desmos into leonardo/cosm-wasm-integration
    
    � Conflicts:
    �	app/app.go
    leobragaz committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    0066deb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e214b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

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

Commits on Jul 23, 2021

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

Commits on Jul 26, 2021

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

Commits on Jul 27, 2021

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

Commits on Jul 28, 2021

  1. reviewed the tokenomics pair and switched to tokenomics

    added message that contains the bytecode executed by contract
    leobragaz committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    2809a68 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. added endblocker checks for tokenomics inside

    x/posts
    leobragaz committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    536f435 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

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

Commits on Aug 5, 2021

  1. fixed wrong flag usage

    leobragaz committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    ab07bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c150e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. fixed an error inside app.go

    added a decorator to later instantiate the wasm keeper for posts module
    leobragaz committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    fbebf9a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. updated go Emojis dep

    leobragaz committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    6232680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf4d9cf View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. added sims tests for msg save tokenomics

    finished tests for types: msgs, genesis, tokenomics
    leobragaz committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    57e0e2c View commit details
    Browse the repository at this point in the history
  2. added cli tests

    renamed tokenomics save command
    leobragaz committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    162045e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…

    …cosm-wasm-integration
    
    � Conflicts:
    �	go.sum
    leobragaz committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    74a76b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. updated go.sum

    leobragaz committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    47ca313 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…

    …cosm-wasm-integration
    
    � Conflicts:
    �	app/desmos/cmd/root.go
    �	go.sum
    leobragaz committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    256e898 View commit details
    Browse the repository at this point in the history
  3. updated go.sum

    leobragaz committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    cd6e489 View commit details
    Browse the repository at this point in the history
  4. fixed failing sims tests

    leobragaz committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    4ea4c4b View commit details
    Browse the repository at this point in the history
  5. fixed error in sims tests

    leobragaz committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    6ef1704 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    4fc2a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    137d894 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0539c9f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. reviewed dockerfile

    leobragaz committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    5255210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    159c30f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c913673 View commit details
    Browse the repository at this point in the history
  4. trying to fix build errors

    leobragaz committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    a9c9cd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09f45fe View commit details
    Browse the repository at this point in the history
  6. missing build_dir env var

    leobragaz committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    eb2708f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7480046 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9426416 View commit details
    Browse the repository at this point in the history
  9. fixed error in build name

    leobragaz committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    65256fe View commit details
    Browse the repository at this point in the history
  10. added flags to build-linux

    leobragaz committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    f5f41d2 View commit details
    Browse the repository at this point in the history
  11. retry with flags in build

    leobragaz committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    247ff17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ebd7bba View commit details
    Browse the repository at this point in the history
  13. fixed packages

    leobragaz committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    4ed9b26 View commit details
    Browse the repository at this point in the history
  14. added missing build tags to makefile so that the muslc build tag gets…

    … passed to the go compiler, and it used the proper muslc static lib
    leobragaz committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    2139485 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    967a063 View commit details
    Browse the repository at this point in the history
  16. improved the tokenomics structure by removing admin field and rely on…

    …ly on subspaces owner/admins to check on it
    leobragaz committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    ca55fb3 View commit details
    Browse the repository at this point in the history
  17. added the possibility to enable/disable wasm proposals from the app

    added missing upgrade handler in gov module
    leobragaz committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    85fdf48 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

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

    …cosm-wasm-integration
    
    � Conflicts:
    �	docs/developers/msgs/staging/subspaces/create-subspace.md
    �	docs/developers/msgs/staging/subspaces/edit-subspace.md
    �	docs/developers/types/staging/subspaces/subspace.md
    �	go.sum
    leobragaz committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    ac57b38 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    3d6aa9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47e637b View commit details
    Browse the repository at this point in the history
  3. added desmos msgs wasm encoder to app

    fixed some lints error
    reviewed the desmos custom querier for wasm
    leobragaz committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    b1930d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    2da0994 View commit details
    Browse the repository at this point in the history
  2. updated wasmd/wasmvm and cosmos dependencies

    addd iterator feature to supported by wasmvm
    leobragaz committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2ab1be1 View commit details
    Browse the repository at this point in the history