Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Add mutate extrinsic #237

Merged
merged 4 commits into from
Mar 22, 2023
Merged

Add mutate extrinsic #237

merged 4 commits into from
Mar 22, 2023

Conversation

DidacSF
Copy link
Contributor

@DidacSF DidacSF commented Mar 9, 2023

Description

This PR adds the mutate_avatar extrinsic, which is used to copy the RHS index 1 bits to the RHS index 2 bits of the avatar DNA.

Type of changes

  • build: Changes that affect the build system or external dependencies (eg, Cargo, Docker)
  • ci: Changes to CI configuration
  • docs: Changes to documentation only
  • feat: Changes to add a new feature
  • fix: Changes to fix a bug
  • refactor: Changes that do not alter functionality
  • style: Changes to format the code
  • test: Changes to add missing tests or correct existing tests

Checklist

  • Tests for the changes have been added
  • Necessary documentation is added (if appropriate)
  • Formatted with cargo fmt --all
  • Linted with cargo clippy --all-features --all-targets
  • Tested with cargo test --workspace --all-features --all-targets

@codecov
Copy link

codecov bot commented Mar 9, 2023

Codecov Report

Patch coverage: 85.71% and project coverage change: +0.03 🎉

Comparison is base (0074295) 79.83% compared to head (d42969e) 79.87%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #237      +/-   ##
===========================================
+ Coverage    79.83%   79.87%   +0.03%     
===========================================
  Files           16       16              
  Lines         1116     1123       +7     
===========================================
+ Hits           891      897       +6     
- Misses         225      226       +1     
Impacted Files Coverage Δ
pallets/ajuna-awesome-avatars/src/lib.rs 88.81% <85.71%> (-0.05%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

cowboy-bebug
cowboy-bebug previously approved these changes Mar 22, 2023
@cowboy-bebug cowboy-bebug force-pushed the ds/add-mutate-extrinsic branch 2 times, most recently from 99c9318 to bb9b0f7 Compare March 22, 2023 21:41
@cowboy-bebug cowboy-bebug force-pushed the ds/add-mutate-extrinsic branch from bb9b0f7 to d42969e Compare March 22, 2023 22:38
@cowboy-bebug cowboy-bebug merged commit 2dcf69c into develop Mar 22, 2023
@cowboy-bebug cowboy-bebug deleted the ds/add-mutate-extrinsic branch March 22, 2023 23:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants