Evgenii Stratonikov
|
db2dccf7cb
|
emit: implement AppCallWithOperationAndArgs
It is nice to have a typical task of calling contract method
with specific arguments incapsulated inside some function.
|
2020-03-27 11:05:36 +03:00 |
|
Roman Khimov
|
e41d434a49
|
*: move all packages from CityOfZion to nspcc-dev
|
2020-03-03 17:21:42 +03:00 |
|
Evgenii Stratonikov
|
5e229d84d4
|
compiler: use uint16 for label numbers
As noted in #687 this will make compiler a bit more predictable.
|
2020-02-21 17:45:45 +03:00 |
|
Evgenii Stratonikov
|
8243a8b3a7
|
emit: use io.BinWriter instead of bytes.Buffer
|
2020-02-06 18:45:37 +03:00 |
|
Evgenii Stratonikov
|
1400ecfdde
|
emit: fix Int to serialize integers in correct format
Related #605, #623.
|
2020-02-06 18:45:37 +03:00 |
|
Evgenii Stratonikov
|
4d8a3a359b
|
vm: move Emit* functions to a separate package
Also strip 'Emit' prefix because 'emit' is now
in the package name.
|
2020-02-06 18:45:37 +03:00 |
|