mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-30 19:33:36 +00:00
ec7e17ffa6
Simplifies a lot of code and removes some duplication. Unfortunately I had to move test_util random functions in same commit to avoid cycle dependencies. One of these random functions was also used in core/transaction testing, to simplify things I've just dropped it there and used a static string (which is nice to have for a test anyway). There is still sha256 left in wallet (but it needs to pass Hash structure into the signing function). |
||
---|---|---|
.. | ||
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 |