neoneo-go/pkg/network/payload
Roman Khimov ec7e17ffa6 pkg: make use of the new crypto/hash package
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).
2019-08-26 13:32:19 +03:00
..
address.go Node improvements (#47) 2018-03-14 10:36:59 +01:00
address_test.go Refactor of the Go node (#44) 2018-03-09 16:55:25 +01:00
getblocks.go Node improvements (#47) 2018-03-14 10:36:59 +01:00
getblocks_test.go pkg: make use of the new crypto/hash package 2019-08-26 13:32:19 +03:00
headers.go Node improvements (#47) 2018-03-14 10:36:59 +01:00
headers_test.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
inventory.go Fix typos (#133) 2019-02-13 18:01:10 +00:00
inventory_test.go pkg: make use of the new crypto/hash package 2019-08-26 13:32:19 +03:00
merkleblock.go added filter payloads for spv client compliance (#90) 2018-08-10 16:32:49 +02:00
payload.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
version.go Refactor of the Go node (#44) 2018-03-09 16:55:25 +01:00
version_test.go Block message + handle the length of the user agent better. 2018-01-31 09:27:08 +01:00