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

[WIP] Stargaze VIP Program #16

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft

[WIP] Stargaze VIP Program #16

wants to merge 26 commits into from

Conversation

shanev
Copy link
Member

@shanev shanev commented Aug 9, 2023

What's left:

  • Replace Names with incrementing int
  • Add cw_ownable to minter to update params.
  • Add pause functionality to minter.
  • Add queries.
  • E2E testing, especially with instantiate2 contract creation.
  • Add CI/CD
  • Add deployment scripts

@codecov-commenter
Copy link

codecov-commenter commented Aug 9, 2023

Codecov Report

Patch coverage: 9.85% and project coverage change: -51.29% ⚠️

Comparison is base (536724e) 90.56% compared to head (91f48a1) 39.28%.
Report is 139 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #16       +/-   ##
===========================================
- Coverage   90.56%   39.28%   -51.29%     
===========================================
  Files           4       15       +11     
  Lines         106      308      +202     
===========================================
+ Hits           96      121       +25     
- Misses         10      187      +177     
Files Changed Coverage Δ
contracts/fair-burn/src/helpers.rs 100.00% <ø> (+37.50%) ⬆️
contracts/fair-burn/src/state.rs 88.88% <ø> (ø)
contracts/vip/collection/src/bin/schema.rs 0.00% <0.00%> (ø)
contracts/vip/collection/src/contract.rs 0.00% <0.00%> (ø)
contracts/vip/minter/src/bin/schema.rs 0.00% <0.00%> (ø)
contracts/vip/minter/src/contract.rs 0.00% <0.00%> (ø)
contracts/vip/minter/src/sudo.rs 0.00% <0.00%> (ø)
contracts/vip/program/src/bin/schema.rs 0.00% <0.00%> (ø)
contracts/vip/program/src/contract.rs 0.00% <0.00%> (ø)
packages/sg-std/src/lib.rs 0.00% <0.00%> (ø)
... and 4 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants