neoneo-go/pkg/vm/stackitem
Roman Khimov 621db8c832 stackitem: allow to unJSONize big numbers (>int64), fix #2477
100000000000000000000 overflows int64 and NeoGo returns some garbage to
contracts instead of a proper number.
2022-05-11 21:03:10 +03:00
..
item.go vm/emit: check big integer size 2022-02-11 12:48:55 +03:00
item_test.go stackitem: make ByteArray an alias to []byte 2021-08-13 14:41:26 +03:00
json.go stackitem: allow to unJSONize big numbers (>int64), fix #2477 2022-05-11 21:03:10 +03:00
json_test.go stackitem: limit JSON size in ToJSONWithTypes 2022-03-09 10:29:23 +03:00
reference.go vm: embed reference counter in compound items 2021-08-13 14:41:26 +03:00
serialization.go stackitem: simplify extracting value from map 2021-12-01 21:36:35 +03:00
serialization_test.go stackitem: avoid going through Value() in serialization 2021-08-23 18:29:07 +03:00
type.go stackitem: rework error handling 2021-07-07 00:18:00 +03:00
type_test.go stackitem: allow to convert type from string 2020-07-31 16:07:16 +03:00