frostfs-contract/tests
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
..
testdata [#42] common: Add routines for fixed-width uint64 marshaling 2023-10-24 13:28:10 +03:00
alphabet_test.go [#50] Replace interface{} with any 2023-11-07 15:18:48 +03:00
balance_test.go [#50] Replace interface{} with any 2023-11-07 15:18:48 +03:00
common_test.go [#42] common: Add routines for fixed-width uint64 marshaling 2023-10-24 13:28:10 +03:00
container_test.go [#50] Replace interface{} with any 2023-11-07 15:18:48 +03:00
frostfs_test.go [#50] Replace interface{} with any 2023-11-07 15:18:48 +03:00
frostfsid_client_test.go [#48] frostfsid: add GetSubjectByName method 2023-12-11 09:36:47 +00:00
frostfsid_test.go [#48] frostfsid: Support empty namespaces 2023-12-11 09:36:47 +00:00
helpers.go [#161] tests: reuse neo-go testing framework 2021-11-15 18:13:24 +03:00
netmap_test.go [#50] Replace interface{} with any 2023-11-07 15:18:48 +03:00
nns_test.go [#56] Add multi-level domain name support 2023-12-13 15:22:12 +03:00
policy_test.go [#55] policy: Fix typo in ErrNotAuthorized 2023-11-29 09:21:58 +03:00
processing_test.go [#50] Replace interface{} with any 2023-11-07 15:18:48 +03:00
proxy_test.go [#53] proxy: Allow using proxy by trusted accounts 2023-12-15 14:34:26 +03:00
util.go [#48] frostfsid: Add user-friendly client 2023-11-08 15:44:06 +03:00
version_test.go Rename package name 2023-03-07 14:06:21 +03:00