Roman Khimov
|
d5d570f793
|
uint256: add Reverse(), change String() to be BE
This one makes a little more obvious that we're operating with LE
representations mostly. Refs. #307. See #314 also.
|
2019-08-26 13:32:19 +03:00 |
|
Anastasia Prasolova
|
a058598ecc
|
Parse stack params (#119)
* small fixes
* gofmt
* bytearray parsing
* tests
* removed unnecessary files
* added more types for bytearray
* iter
* made TryParseArray parameter variadic
* fixes after review
* fix after review
* misprints
* updated array reverse
* imports/fmt
* naming
|
2019-02-05 13:22:10 +01:00 |
|
Evgeniy Kulikov
|
f000b76879
|
[FIX] Formatting and code-style (#118)
* [FIX] Formatting and code-style
- gofmt
- import resort
- prealloc slices
- simplify code
* fix vet
|
2019-01-25 12:20:35 +01:00 |
|
|
df2e9f68ef
|
Add StackParam JSON Unmarshaler (#116)
|
2019-01-22 13:15:04 +01:00 |
|