neofs-adm should take network settings into account during contract update #100
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#100
Loading…
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?
Original issue: https://github.com/nspcc-dev/neofs-node/issues/2191
Expected Behavior
neofs-adm morph update-contracts
taking wallets/contracts/RPC parameters and doing its job.Current Behavior
On netmap contract upgrade any network settings are overwritten with some default ones unless they're given as a part of environment/config.
Possible Solution
If we're upgrading we already have some network and it already has some parameters, so the tool should just take (via RPC) and use them, except for parameters that are new and where default values are to be used.
Steps to Reproduce (for bugs)
neofs-adm morph update-contracts --alphabet-wallets ... --contracts ... -r
Context
Mainnet upgrade.
Your Environment
v0.34.0