mirror of
https://github.com/nspcc-dev/neofs-contract.git
synced 2026-03-01 04:28:59 +00:00
Container nice name with period #89
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#89
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 @alexvanin on GitHub (May 26, 2022).
Container nice name can't have
.symbol right now. The reason is thatnns.isAvailableworks only with top level domains. Even if we fix this, then nns contract throwsone of the parent domains is not registered. This is legit, however it is technically possible to register domaina.b.c.containerin several transactions.So my question is: can we squash this process into single invocation, or is it contradict the solution from https://github.com/nspcc-dev/neofs-contract/pull/175?
@fyrchik commented on GitHub (Jun 2, 2022):
This is possible to do in a single transaction, just with a custom script and multiple method invocatons.
@alexvanin commented on GitHub (Jun 2, 2022):
So container contract can invoke
nns.registerthree times and registera.b.c.containerdomain if container nice name isa.b.c?