Roman Khimov
|
613bad36e0
|
pkg/vm/stack: fix unused binary.Read() result in testReadInt64()
GolangCI:
Error return value of binary.Read is not checked (from errcheck)
|
2019-08-12 17:56:51 +03:00 |
|
Roman Khimov
|
d6c3f74e3c
|
pkg/vm/stack: make some use of testReadInt64()
GolangCI complains:
testReadInt64 is unused (from deadcode)
Fix it to always provide correctly-sized buffer for the binary.Read().
|
2019-08-12 17:53:19 +03:00 |
|
BlockChainDev
|
04c56b514c
|
Refactor Int, Boolean, ByteArray conversion
|
2019-03-15 22:30:25 +00:00 |
|
BlockChainDev
|
64491a4d83
|
VM: Add Sub, Mul, Mod LSH, RSH
|
2019-02-27 21:38:11 +00:00 |
|