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

add config migration for daostar uri #475

Merged
merged 7 commits into from
Sep 2, 2022
Merged

Conversation

blue-note
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 1, 2022

gas Cosm-Orc Gas Usage Report gas

Contract Op Name Gas Used Old Gas Used Gas Diff File
cw_core Store__Store 45761410 45078310 +1.5154% ci/integration_tests/src/helpers/chain.rs:82
Raw Report for 807813d
Contract Op Name Gas Used Gas Wanted File
cw_core Execute__exc_admin_msgs_pause_dao 194393 267078 ci/integration_tests/src/tests/cw_core_test.rs:74
cw_core Instantiate__exc_admin_msgs_create_dao 975860 1439184 ci/integration_tests/src/helpers/helper.rs:87
cw_core Instantiate__exc_admin_msgs_create_dao_with_admin 976910 1440759 ci/integration_tests/src/helpers/helper.rs:87
cw_core Instantiate__inst_dao_no_admin 975860 1439184 ci/integration_tests/src/helpers/helper.rs:87
cw_core Instantiate__exc_stake_create_dao 975836 1439148 ci/integration_tests/src/helpers/helper.rs:87
cw_core Execute__exc_items_rm 192600 264389 ci/integration_tests/src/tests/cw_core_test.rs:169
cw_core Execute__exc_items_set 194267 266889 ci/integration_tests/src/tests/cw_core_test.rs:134
cw_core Instantiate__exc_items_create_dao 976910 1440759 ci/integration_tests/src/helpers/helper.rs:87
cw_core Instantiate__inst_admin_create_dao 976910 1440759 ci/integration_tests/src/helpers/helper.rs:87
cw_core Store__Store 45761410 68617475 ci/integration_tests/src/helpers/chain.rs:82
cw20_base Execute__exc_stake_stake_tokens 234580 319226 ci/integration_tests/src/tests/cw20_stake_test.rs:72
cw20_base Store__Store 34725990 52064345 ci/integration_tests/src/helpers/chain.rs:82
cw20_stake Store__Store 29024865 43512986 ci/integration_tests/src/helpers/chain.rs:82
cw20_staked_balance_voting Store__Store 29469420 44179490 ci/integration_tests/src/helpers/chain.rs:82
cw4_group Store__Store 21882500 32799110 ci/integration_tests/src/helpers/chain.rs:82
cw4_voting Store__Store 21842460 32739050 ci/integration_tests/src/helpers/chain.rs:82
cw721_stake Store__Store 31174530 46737155 ci/integration_tests/src/helpers/chain.rs:82
cw_admin_factory Store__Store 16212880 24294680 ci/integration_tests/src/helpers/chain.rs:82
cw_named_groups Store__Store 19605940 29384270 ci/integration_tests/src/helpers/chain.rs:82
cw_names_registry Store__Store 21283000 31899860 ci/integration_tests/src/helpers/chain.rs:82
cw_native_staked_balance_voting Store__Store 24396550 36570185 ci/integration_tests/src/helpers/chain.rs:82
cw_proposal_multiple Store__Store 51298590 76923245 ci/integration_tests/src/helpers/chain.rs:82
cw_proposal_single Store__Store 51830000 77720360 ci/integration_tests/src/helpers/chain.rs:82
cw_token_swap Store__Store 19325330 28963355 ci/integration_tests/src/helpers/chain.rs:82
stake_cw20_external_rewards Store__Store 25509310 38239325 ci/integration_tests/src/helpers/chain.rs:82
stake_cw20_reward_distributor Store__Store 19374500 29037110 ci/integration_tests/src/helpers/chain.rs:82

@codecov-commenter
Copy link

Codecov Report

Merging #475 (22a980f) into daostar (de1532a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           daostar     #475   +/-   ##
========================================
  Coverage    95.93%   95.93%           
========================================
  Files           34       34           
  Lines         5480     5492   +12     
========================================
+ Hits          5257     5269   +12     
  Misses         223      223           
Impacted Files Coverage Δ
contracts/cw-core/src/contract.rs 93.64% <100.00%> (+0.17%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@0xekez 0xekez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

contracts/cw-core/src/tests.rs Show resolved Hide resolved
contracts/cw-core/src/tests.rs Show resolved Hide resolved
@JakeHartnell JakeHartnell merged commit b00aa7b into daostar Sep 2, 2022
@JakeHartnell JakeHartnell deleted the jchalam/daoStarMigrate branch September 2, 2022 18:11
JakeHartnell pushed a commit that referenced this pull request Sep 2, 2022
* wip

* add migrate config and test

* test comment

* generate schema

* update schema

* regenerate schema

* add uri json
JakeHartnell added a commit that referenced this pull request Sep 9, 2022
* Implement DAOstar standard: https://daostar.one/EIP

* Fix tests in other folders

* Fix comment

* add config migration for daostar uri (#475)

* wip

* add migrate config and test

* test comment

* generate schema

* update schema

* regenerate schema

* add uri json

* Fix tests

* Fix linting errors

* Rename types folder to typescript, rename package to @dao-dao/contracts (#478)

* Rename types folder to typescript, rename package to @dao-dao/contracts

* Fix linting errors

* use a different namespace for v2 config

Co-authored-by: bluenote <janitachalam@gmail.com>
JakeHartnell pushed a commit that referenced this pull request Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants