frostfs-contract/rpcclient
Evgenii Stratonikov 23e85d11c4 [#53] proxy: Allow using proxy by trusted accounts
It was reverted because `Verify` with arguments was not well supported
by 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 use
here because verification routines take the _first_ method from the
manifest, albeit with arbitrary number of arguments.

This reverts commit a0b73150c6 with some
changes on-top.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-12-15 14:34:26 +03:00
..
alphabet [#47] Generate RPC bindings to contracts 2023-10-31 10:28:38 +00:00
balance [#47] Generate RPC bindings to contracts 2023-10-31 10:28:38 +00:00
container [#47] Generate RPC bindings to contracts 2023-10-31 10:28:38 +00:00
frostfs [#47] Generate RPC bindings to contracts 2023-10-31 10:28:38 +00:00
frostfsid [#48] frostfsid: add GetSubjectByName method 2023-12-11 09:36:47 +00:00
netmap [#47] Generate RPC bindings to contracts 2023-10-31 10:28:38 +00:00
nns [#47] Generate RPC bindings to contracts 2023-10-31 10:28:38 +00:00
policy [#54] policy: Accept []byte as name 2023-11-28 13:49:57 +03:00
processing [#47] Generate RPC bindings to contracts 2023-10-31 10:28:38 +00:00
proxy [#53] proxy: Allow using proxy by trusted accounts 2023-12-15 14:34:26 +03:00