You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has true optional things (like X-Headers, as defined in their description), and at the same time it has things that do not look like optional helpers: epoch, and API version, but in practice they may not be set, and everything works.
Is your feature request related to a problem? Please describe.
I'm always frustrated when we have undefined behaviour.
Describe the solution you'd like
One of:
make every field required and make it clear in the spec
It has true optional things (like X-Headers, as defined in their description), and at the same time it has things that do not look like optional helpers: epoch, and API version, but in practice they may not be set, and everything works.
Is your feature request related to a problem? Please describe.
I'm always frustrated when we have undefined behaviour.
Describe the solution you'd like
One of:
Describe alternatives you've considered
-
Additional context
nspcc-dev/neofs-sdk-go#822