-
Notifications
You must be signed in to change notification settings - Fork 9
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
refactor: remove destroy witness #445
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## chungquantin/feat-main_pallet_nonfungibles #445 +/- ##
==============================================================================
- Coverage 73.93% 73.90% -0.03%
==============================================================================
Files 76 76
Lines 15237 15227 -10
Branches 15237 15227 -10
==============================================================================
- Hits 11265 11254 -11
Misses 3711 3711
- Partials 261 262 +1
|
df27276
to
ea59ba3
Compare
…elease separately (#433)
…uantin/feat-destroy_witness
c90d2c1
to
76acc65
Compare
Unfortunately, I think the devex of removing the witness (forcing high fees) does not outweigh the benefits of not requiring the witness. A few things, |
Remove the witness data required as parameter from
destroy()
dispatchable function of nonfungibles pallet.u32::MAX
.