neoneo-go/pkg/util
Roman Khimov 844491d365 *: use more efficient WriteBytes where appropriate
Before this patch on block import we could easily be spending more than 6
seconds out of 30 in Uint256 encoding for UnspentBalance, now it's completely
off the radar.
2019-12-06 18:22:21 +03:00
..
array.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
array_test.go util: make tests use require 2019-11-25 11:53:49 +03:00
fixed8.go codestyle: fix error string should not be capitalized 2019-10-18 18:34:58 +03:00
fixed8_test.go util: add missing tests for Fixed8 2019-11-25 11:54:59 +03:00
uint160.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
uint160_test.go util: add missing tests for Uint160 2019-11-25 11:55:26 +03:00
uint256.go *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
uint256_test.go util: add missing tests for Uint256 2019-11-25 11:55:26 +03:00