neo-go/pkg/core/block
Roman Khimov 433275265f *: use require.ErrorIs instead of require.True(t, error.Is())
This is just a much better way to do the same thing. Inspired by
nspcc-dev/neofs-sdk-go#407.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2023-05-04 17:03:47 +03:00
..
block.go block: JSONize tx-less block as [] instead of null 2022-07-21 13:15:31 +03:00
block_test.go *: use require.ErrorIs instead of require.True(t, error.Is()) 2023-05-04 17:03:47 +03:00
doc.go *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
header.go [#2442] English Check 2022-05-04 19:48:27 +03:00
header_test.go block: replace Base with Header 2021-03-10 13:38:44 +03:00
helper_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00