neo-go/pkg/util
Evgenii Stratonikov 24bb66e606 util: fix a bug with not copying slice of len=1 in ArrayReverse
ArrayReverse copies it's argument only if it's len is > 1.
It needs to be consistent in all cases.
2020-02-06 12:15:35 +03:00
..
array.go util: fix a bug with not copying slice of len=1 in ArrayReverse 2020-02-06 12:15:35 +03:00
array_test.go util: fix a bug with not copying slice of len=1 in ArrayReverse 2020-02-06 12:15:35 +03:00
fixed8.go util: add YAML marshaler to Fixed8 2020-01-22 14:31:57 +03:00
fixed8_test.go util: add YAML marshaler to Fixed8 2020-01-22 14:31:57 +03:00
uint160.go util: add Uint160DecodeStringLE() 2019-12-06 12:16:55 +03:00
uint160_test.go util: add Uint160DecodeStringLE() 2019-12-06 12:16:55 +03:00
uint256.go *: implement EncodeBinary with pointer receivers where appropriate 2019-12-09 18:25:15 +03:00
uint256_test.go util: add Uint256DecodeStringBE() 2019-12-06 12:16:55 +03:00