frostfs-api-go/refs
alexvanin 1958ff8c37 Use NEO3 based address generation
With neo-go v0.90.0 there are new event subscription component
and new verification script routines based on NEO3. These features
allow to avoid using low-level neo-vm code in NeoFS and corresponding
projects.

This commit removes unused function:
- FetchPublicKeys (used in neofs indexer),
- VerificationScript (used in KeysToAddress),
- Address (used in KeysToAddress),
- ReversedScriptHashToAddress (used in neofs indexer),
- IsAddress (used in neofs indexer),
- ReverseBytes (used in neofs indexer),
- DecodeScriptHash (used in neofs indexer).

KeysToAddress changed into KeyToAddress because NeoFS won't work with
multisignature owners for now and it is not supported in neo-go library.
2020-07-20 16:43:31 +03:00
..
address.go Migrate to new repo 2020-03-31 10:05:26 +03:00
cid.go initial 2019-11-18 16:34:06 +03:00
owner.go Use NEO3 based address generation 2020-07-20 16:43:31 +03:00
sgid.go initial 2019-11-18 16:34:06 +03:00
types.go session: implement gRPC session creator 2020-05-08 12:34:16 +03:00
types.pb.go Migrate to new repo 2020-03-31 10:05:26 +03:00
types.proto Migrate to new repo 2020-03-31 10:05:26 +03:00
types_test.go Use NEO3 based address generation 2020-07-20 16:43:31 +03:00
uuid.go initial 2019-11-18 16:34:06 +03:00