Reapply "[#53] proxy: Allow using proxy by trusted accounts" #62
No reviewers
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 milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-contract#62
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/frostfs-contract:fix-proxy"
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?
It was reverted because
Verify
with arguments was not well supportedby the client software. Thanks to recent
System.Runtime.CurrentSigners
call from neo-go v0.104.0 we can take the best of both worlds.
Verify with argument still looks better (less overhead), but this
implementation should work too. Sadly,
overloads
are not of much usehere because verification routines take the first method from the
manifest, albeit with arbitrary number of arguments.
This reverts commit
a0b73150c6
.Actually, this is the implementation I wanted to do initially, which is now possible thanks to
CurrentSigners
syscall. Made me very happy for some reason.e9af866386
to8e574ebf60
8e574ebf60
to01faa35dd6
01faa35dd6
to5d7887412a
5d7887412a
to98fec367d6
98fec367d6
to734c87c5d7
734c87c5d7
toe3d3b2947e
e3d3b2947e
tofe07f43092
fe07f43092
to23e85d11c4
Blocked until we update neo-go in the internal build/test infrastructure, eta 3 days.
@fyrchik Last time we had some issues with deployment in dev-env. What should we change in config?