mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 19:42:23 +00:00
b77e533d13
And drop associated _pkg.dev remnants (refs. #307). Original `dev` branch had two separate packages for public and private keys, but those are so intertwined (`TestHelper` subpackage is a proof) that it's better unite them and all associated code (like WIF and NEP-2) in one package. This patch also: * creates internal `keytestcases` package to share things with wallet (maybe it'll be changed in some future) * ports some tests from `dev` * ports Verify() method for public key from `dev` * expands TestPrivateKey() with public key check |
||
---|---|---|
.. | ||
asset_type.go | ||
attr_usage.go | ||
attribute.go | ||
claim.go | ||
contract.go | ||
enrollment.go | ||
enrollment_test.go | ||
helper_test.go | ||
input.go | ||
invocation.go | ||
issue.go | ||
miner.go | ||
output.go | ||
publish.go | ||
register.go | ||
register_test.go | ||
result.go | ||
state.go | ||
state_descriptor.go | ||
transaction.go | ||
transaction_test.go | ||
txer.go | ||
type.go | ||
witness.go |