forked from TrueCloudLab/neoneo-go
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). |
||
---|---|---|
.. | ||
array.go | ||
array_test.go | ||
endpoint.go | ||
fixed8.go | ||
fixed8_test.go | ||
io.go | ||
io_test.go | ||
size.go | ||
size_test.go | ||
uint160.go | ||
uint160_test.go | ||
uint256.go | ||
uint256_test.go |