Roman Khimov
|
c3d989ebda
|
stackitem: reusable serialization context
We serialize items a lot and this allows to avoid a number of allocations.
|
2022-06-02 15:38:39 +03:00 |
|
Roman Khimov
|
c6f8c33e66
|
Merge pull request #2478 from nspcc-dev/mainnet-fixes
Mainnet fixes
|
2022-05-12 10:04:53 +03:00 |
|
Roman Khimov
|
3d1a81df1f
|
native: std.itoa uses lower-cased letters, fix #2476
|
2022-05-11 19:33:17 +03:00 |
|
Elizaveta Chichindaeva
|
28908aa3cf
|
[#2442] English Check
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
|
2022-05-04 19:48:27 +03:00 |
|
Evgeniy Stratonikov
|
bdb9748c1b
|
native/std: restrict amount of items in JSON deserialization
Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
|
2021-08-02 18:57:47 +03:00 |
|
Roman Khimov
|
a54e3516d1
|
slice: add Reverse function, deduplicate code a bit
|
2021-07-19 22:57:55 +03:00 |
|
Roman Khimov
|
0de949b575
|
stackitem: remove Item/StackItem from function names
They're useless in a package named 'stackitem', make this package a bit more
user-friendly.
|
2021-07-06 19:56:23 +03:00 |
|
Evgeniy Stratonikov
|
192771a58a
|
native/std: add base58Check* methods, close #1974
|
2021-05-25 17:32:19 +03:00 |
|
Evgeniy Stratonikov
|
40d1dd0e0d
|
native/std: add stringSplit method
|
2021-05-11 12:11:38 +03:00 |
|
Evgeniy Stratonikov
|
dadfe2b9ab
|
native/std: add memorySearch method
|
2021-05-11 12:11:38 +03:00 |
|
Evgeniy Stratonikov
|
978f4dfbc5
|
native/std: add memoryCompare method
|
2021-05-11 12:11:38 +03:00 |
|
Evgeniy Stratonikov
|
82a6c3266c
|
native/std: limit input size for some methods
Also fix prices accordingly.
|
2021-05-11 12:11:38 +03:00 |
|
Evgeniy Stratonikov
|
e4b34833da
|
native/std: add overloads for itoa and atoi
|
2021-05-11 12:11:38 +03:00 |
|
Anna Shaleva
|
2b90d4455f
|
native: implement StdLib contract
|
2021-03-10 19:24:19 +03:00 |
|