Roman Khimov
|
0214628127
|
rpcbinding: generate bindings using new extended type data
|
2022-12-06 13:15:10 +03:00 |
|
Roman Khimov
|
b9d20b32e9
|
compiler: push additional type data into the bindings file
Structures/arrays and maps.
|
2022-12-06 13:15:10 +03:00 |
|
Roman Khimov
|
145ebad90e
|
binding: drop the only error condition from TemplateFromManifest
Simplify the interface, we do IsValid() check anyway in the CLI and it covers
this condition as well.
|
2022-11-09 18:13:45 +03:00 |
|
Roman Khimov
|
be02eea7b1
|
binding: precompile template, remove useless error condition
|
2022-11-09 18:13:45 +03:00 |
|
Roman Khimov
|
02ce59cfd5
|
binding: avoid name conflicts with Go keywords
And clashing one name on another after rename.
|
2022-10-27 22:57:49 +03:00 |
|
Roman Khimov
|
396f56f792
|
binding: drop unused lowerFirst
|
2022-10-26 12:47:39 +03:00 |
|
Roman Khimov
|
4191b18728
|
binding: make TemplateFromManifest more reusable
Other template generators can make use of it.
|
2022-10-26 12:43:48 +03:00 |
|
Roman Khimov
|
d6d4f07280
|
binding: always import some packages and do it outside
If the contract has no methods, it's probably a broken one.
|
2022-10-26 12:40:59 +03:00 |
|
Anna Shaleva
|
fb8a3973f1
|
smartcontract: remove empty method parameter handling
It's prohibited by the manifest validness checker, thus should not be
supported by bindings generator.
|
2022-08-22 15:01:38 +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
|
da03d895de
|
cli/smartcontract: generate bindings to an existing contract
Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
|
2022-02-23 15:40:06 +03:00 |
|