pendulum-chain / pendulum-chain/pendulum

Add support for destroying assets

Open
#368 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
45
Forks
13
Avg merge
5d 15h
Merged PRs (30d)
4

Description

The Objective of this ticket is to add a mechanism for destroying or unclaiming the ownership of an asset.

Requirements

When destroying an asset, the balances of this asset should get removed from all accounts holding it and it should be possible for a new user to claim ownership of this asset again. Upon destruction, the initial deposit for claiming ownership is transferred back to the depositor.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing asset-claiming, ownership, balance, and deposit logic in the Rust/Substrate repository. Trace how those paths currently work and identify the relevant tests or entry points. Done means destruction removes all held balances, refunds the original depositor, and allows another user to claim the asset.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
blockchain
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.