Roman Khimov
ddd1d92ff1
pkg: hide it by moving to _pkg.dev
...
The idea here is to preserve the history of `dev` branch development and its
code when merging with the `master`. Later this code could be moved into the
masters code where appropriate.
2019-08-20 18:39:50 +03:00
DauTT
c6cd0e0c21
Implemented Map Stack Item:
...
1) Added new file map.go, map_test.go
2) Added Map, Hash Method to Item interface
3) Implemented Hash Method for every stack items (Boolean, Array, Int, ...)
2019-04-02 22:38:41 +02:00
BlockChainDev
48413900ca
remove error on NewBoolean
...
Expose underlying with Getter on Boolean StackItem
Add Equals method for ByteArray
2019-03-16 21:44:03 +00:00
BlockChainDev
04c56b514c
Refactor Int, Boolean, ByteArray conversion
2019-03-15 22:30:25 +00:00
BlockChainDev
f60d65f1a4
- Add guide to stack readme
...
- Add testReadInt64
2019-02-28 13:51:02 +00:00
BlockChainDev
da0a56f922
Add conversions for bytearray and Int stack items
2019-02-27 22:41:46 +00:00
BlockChainDev
d8d27761ae
VM: Add stackItems; Array, Boolean, Int and ByteArray
2019-02-27 20:55:48 +00:00