neoneo-go/pkg
Roman Khimov e7687d620d io: simplify WriteBytes()
Which speeds it up at least twofold for a typical 32-bytes write (and that's
for a very naïve test that allocates new BufBinWriter on every iteration):

pkg: github.com/CityOfZion/neo-go/pkg/io
BenchmarkWriteBytes-8           10000000               124 ns/op
BenchmarkWriteBytesOld-8         5000000               251 ns/op
2019-12-06 17:40:47 +03:00
..
compiler compiler: move it up from vm 2019-12-03 18:23:46 +03:00
consensus *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
core core: fix wrong data being read in interops (part of #501) 2019-12-04 19:51:57 +03:00
crypto *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
internal/keytestcases crypto: add invalid testcase 2019-11-29 11:03:03 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: simplify WriteBytes() 2019-12-06 17:40:47 +03:00
network Merge pull request #467 from nspcc-dev/errcheck_297 2019-12-03 15:06:11 +03:00
rpc rpc: remove hardcoded pushbytes64 constant 2019-12-03 18:23:46 +03:00
smartcontract *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
util util: add missing tests for Uint256 2019-11-25 11:55:26 +03:00
vm compiler: move it up from vm 2019-12-03 18:23:46 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00