Move struct parsers should to rpcclient/
packages #93
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-contract#93
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?
Consider https://git.frostfs.info/TrueCloudLab/frostfs-contract/src/branch/master/frostfsid/client/client.go#L249.
parseSubjectExtended
is used privately and should be duplicated in the client code (see TrueCloudLab/frostfs-node#1117).A better approach would be to have sth like
ParseSubjectExtended([]stackitem.Item)
orUnwrapSubjectExtended(*result.Invoke, error)
together with the autogenerated code.In the bright future, it will surely support generating custom structs.
Struct parsers should belong toto Move struct parsers should torpcclient/
packagesrpcclient/
packagesachuprov referenced this issue2024-06-18 15:28:13 +00:00