frostfs-node/pkg/morph/client
Evgenii Stratonikov 5828f43e52 [#851] util/rand: use single random source
It is much more convenient to skip source creation.
Also fix some bugs:
1. `cryptoSource.Int63()` now returns number in [0, 1<<63) as required
   by `rand.Source` interface.
2. Replace `cryptoSource.Uint63()` with `cryptoSource.Uint64` to allow
   generate uint64 numbers directly (see rand.Source64 docs).

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-01-12 19:29:27 +03:00
..
audit [#979] Upgrade SDK NeoFS Go dependency 2021-12-01 17:31:04 +03:00
balance [#1069] morph/balance: Fix transfer to 2022-01-11 12:02:11 +03:00
container [#1008] ir/container: Customize fee for named container registration 2021-12-08 13:57:01 +03:00
internal
neofs [#971] morph/neofs: Add optional parameters 2021-11-19 09:58:03 +03:00
neofsid [#971] *: Group all 3rd parties imports 2021-11-19 09:58:03 +03:00
netmap [#971] *: Group all 3rd parties imports 2021-11-19 09:58:03 +03:00
reputation [#971] morph/client: Adapt signature changes in wrappers 2021-11-19 09:58:03 +03:00
subnet [#979] adm/subnet: Add commands to add/remove nodes 2021-12-01 17:31:04 +03:00
client.go [#976] morph/client: Add script verifier 2021-11-18 09:57:16 +03:00
client_test.go
constructor.go [#1031] morph: Add `maxConnPerHost` option 2021-12-16 18:55:53 +03:00
fee.go [#1008] ir/container: Customize fee for named container registration 2021-12-08 13:57:01 +03:00
fee_test.go [#1008] ir/container: Customize fee for named container registration 2021-12-08 13:57:01 +03:00
multi.go [#1031] morph: Add `maxConnPerHost` option 2021-12-16 18:55:53 +03:00
nns.go [#987] ir: Add parsing `subnet` script hash from `NNS` contract 2021-11-28 14:38:44 +03:00
notary.go [#851] util/rand: use single random source 2022-01-12 19:29:27 +03:00
static.go [#1008] ir/container: Customize fee for named container registration 2021-12-08 13:57:01 +03:00
util.go
util_test.go