neoneo-go/pkg
Roman Khimov 5bf00db2c9 io: move BinReader/BinWriter there, redo Serializable with it
The logic here is that we'll have all binary encoding/decoding done via our io
package, which simplifies error handling. This functionality doesn't belong to
util, so it's moved.

This also expands BufBinWriter with Reset() method to fit the needs of core
package.
2019-09-16 23:39:51 +03:00
..
core io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
crypto io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
internal/keytestcases *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
interop *: fix some misspellings 2019-09-03 18:20:05 +03:00
io io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
network io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
rpc io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
smartcontract io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
util io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
vm vm: make REVERSE consume an item from stack 2019-09-16 15:50:51 +03:00
wallet *: gofmt -s 2019-09-09 12:02:24 +03:00