archethic-foundation / archethic-foundation/aeweb-cli

Add an option to block the content update of a transaction

Open
#74 4 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
JavaScript
Stars
6
Forks
10
PR merge metrics
No merged PRs in 30d

Description

### Is your feature request related to a problem?

For example in case of NFT, if we host an image in the content of a transaction, we shouldn't change the image.
It's necessary to block this information

### Describe the solution you'd like

add a smart contract in code field
```
condition inherit: [
uco_transfers: true,
token_transfers: true,
authorized_keys: true,
secrets: true
]
```

### Additional context

_No response_

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files, tests, or entry points. Start by tracing how aeweb-cli represents transaction content and the code field, then clarify the intended inheritance rules for blocking updates. Done should mean the requested option reliably prevents content changes while preserving the listed transfer, key, and secret behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
blockchain, javascript, node.js
Domain
blockchain
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.