neo-go/pkg/util
Roman Khimov b4e4567c2b *: don't use CompareTo name for three-way comparison functions
"Compare" is almost a standard one now, although math/big uses Cmp for historic
reasons (keys.PublicKey does so too). This also fixes Fixed8 since int64 to int
conversion is lossy.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-08-27 12:29:44 +03:00
..
bitfield *: use maps.Equal/slices.Equal where appropriate 2024-08-27 08:24:52 +03:00
bench_test.go util: optimize MarshalJSON allocations 2022-06-02 15:38:39 +03:00
uint160.go util: add Compare to Uint160 2024-08-27 08:24:52 +03:00
uint160_test.go util: add Compare to Uint160 2024-08-27 08:24:52 +03:00
uint256.go *: don't use CompareTo name for three-way comparison functions 2024-08-27 12:29:44 +03:00
uint256_test.go *: don't use CompareTo name for three-way comparison functions 2024-08-27 12:29:44 +03:00