mirror of
https://github.com/nspcc-dev/neofs-contract.git
synced 2026-03-01 04:28:59 +00:00
Charge for metadata attribute #188
Labels
No labels
I1
I2
I3
I4
S1
S2
S3
S4
U1
U2
U3
U4
alphabet
audit
balance
blocked
bug
config
container
discussion
documentation
enhancement
feature
go
good first issue
help wanted
neofs
neofsid
netmap
nns
nns
performance
proxy
question
reputation
security
task
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-contract#188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Oct 18, 2024).
Is your feature request related to a problem? Please describe.
I'm always frustrated when additional workload is not payed for in NeoFS. https://github.com/nspcc-dev/neofs-api/pull/309 should be a paid for attribute, just like NNS names.
Describe the solution you'd like
Add a configuration option and charge for this attribute.
@roman-khimov commented on GitHub (Nov 14, 2024):
The problem is, we don't see attributes at the contract level (at least not until we refactor the container structure).
@roman-khimov commented on GitHub (Nov 14, 2024):
We can have a different price for meta-enabled containers though. And it'd be even more fair since the overhead increases per-object.