Roman Khimov
|
3282c6ed41
|
Merge pull request #704 from nspcc-dev/feature/getrawmempool
rpc: implement getrawmempool RPC
|
2020-03-02 19:44:19 +03:00 |
|
Anna Shaleva
|
e1fe12a07f
|
rpc: implement getrawmempool RPC
closes #175
|
2020-03-02 19:35:51 +03:00 |
|
Evgenii Stratonikov
|
972e0d8ad1
|
core: add one more Contract tx to the test chain
When testing CLI it is useful to have some spent coins
on an account with a known key.
|
2020-03-02 18:01:49 +03:00 |
|
Evgenii Stratonikov
|
44792ed5f7
|
core: make test chain format compatible with mainnet
Write uint32 length before every block.
|
2020-03-02 18:01:49 +03:00 |
|
Evgenii Stratonikov
|
51c4868641
|
rpc: implement getclaimable RPC
|
2020-03-02 18:01:49 +03:00 |
|
Evgenii Stratonikov
|
0e2a1f40ba
|
core: add ContractTX to a testchain generator
Simple transfer from multisig account to the account
of one of the validators.
|
2020-03-02 18:00:00 +03:00 |
|
Anna Shaleva
|
ff4384d7ff
|
rpc: implement getapplicationlog RPC
Closes #500
|
2020-03-02 17:25:27 +03:00 |
|
Anna Shaleva
|
76a0a6e7e8
|
rpc: implement getblocksysfee RPC
Closes #341
|
2020-02-21 18:45:52 +03:00 |
|
Roman Khimov
|
8da20055d6
|
rpc: drop duplicating structures used in tests
We have proper results now, so use those. The only left is Invoke, but that
depends on another issue at the moment.
|
2020-02-21 15:23:11 +03:00 |
|
Roman Khimov
|
3fa9de764b
|
rpc/client: only return the Result from calls, handle Error internally
Adjust structures accordingly and throw away most of them, they're useless.
|
2020-02-21 15:23:11 +03:00 |
|
Evgenii Stratonikov
|
b50704fd3b
|
rpc: move server-related code to a separate package
|
2020-02-21 15:12:04 +03:00 |
|