frostfs-api-go/object
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
..
doc.go initial 2019-11-18 16:34:06 +03:00
extensions.go Resolve update conflicts 2020-04-28 13:33:43 +03:00
service.go service: refactor MetaHeader interface 2020-05-04 14:37:14 +03:00
service.pb.go Update to neofs-api v0.7.2 2020-04-28 12:50:52 +03:00
service.proto Update to neofs-api v0.7.2 2020-04-28 12:50:52 +03:00
service_test.go Resolve update conflicts 2020-04-28 13:33:43 +03:00
sg.go Migrate to new repo 2020-03-31 10:05:26 +03:00
sg_test.go Migrate to new repo 2020-03-31 10:05:26 +03:00
sign.go object: implement SignedData() and AddSignKey() methods on IntegrityHeader 2020-05-18 16:51:59 +03:00
sign_test.go service: support broken apart signable payload of the requests 2020-06-10 20:37:10 +03:00
types.go object: implement SignedData() and AddSignKey() methods on IntegrityHeader 2020-05-18 16:51:59 +03:00
types.pb.go proto: regenerate files 2020-04-28 16:30:47 +03:00
types.proto proto: regenerate files 2020-04-28 16:30:47 +03:00
types_test.go Use NEO3 based address generation 2020-07-20 16:43:31 +03:00
utils.go Resolve update conflicts 2020-04-28 13:33:43 +03:00
utils_test.go Fix NaN ObjectSize 2020-01-27 15:02:14 +03:00
verification.go service: access Token message fields through getters and setters 2020-04-28 18:40:21 +03:00
verification_test.go service: access Token message fields through getters and setters 2020-04-28 18:40:21 +03:00