Roman Khimov
|
d314f82db3
|
transaction: drop Network from Transaction
We only need it when signing/verifying.
|
2021-03-26 13:45:18 +03:00 |
|
Anna Shaleva
|
6c0faa4ea3
|
rpc: provide cosigners accounts to CreateTxFromScript
We need to define network fee for each of cosigners, and the only way to
do it is to access the cosigner's script.
|
2021-03-04 10:37:35 +03:00 |
|
Anna Shaleva
|
b1b9a8cf66
|
rpc: refactor CreateTxFromScript signature
Make cosigners non-variadic.
|
2021-03-03 13:42:15 +03:00 |
|
Roman Khimov
|
8cd37c781c
|
client: allow transfer method to read states
Makes no sense disabling it with writes enabled. Fixes #1725.
|
2021-02-11 18:56:05 +03:00 |
|
Anna Shaleva
|
7896ef0640
|
rpc: allow client to send nep17 transfer with data
|
2021-02-11 17:11:36 +03:00 |
|
Evgenii Stratonikov
|
1c0c331e25
|
core: update System.Contract.Call syscall
1. Remove `System.Contract.CallEx`.
2. Extend number of parameters.
3. Add return value count to `VM.Context`.
|
2021-01-14 18:23:36 +03:00 |
|
Roman Khimov
|
1cf1fe5d74
|
*: introduce stable contract hashes
Follow neo-project/neo#2044.
|
2020-11-27 21:47:08 +03:00 |
|
Evgenii Stratonikov
|
31eca342eb
|
*: replace all NEP5 occurences to NEP17
|
2020-11-24 13:08:24 +03:00 |
|