neoneo-go/pkg/core/dao
Anna Shaleva 241d5f593e *: use methods of binary.AppendByteOrder where applicable
We often use binary.PutUint*, but almost all these cases have preallocated
buffer of the size that matches exactly the desired one and use a single or
a couple of calls to PutUint*. Thus, I don't think that replacing
binary.PutUint* by AppendUint* will make things better for all these usages.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2023-10-12 17:59:42 +03:00
..
dao.go *: use methods of binary.AppendByteOrder where applicable 2023-10-12 17:59:42 +03:00
dao_test.go core: improve conflict records storage scheme 2023-10-10 17:34:27 +03:00