Anna Shaleva
|
1afd630169
|
core: add senders' fees monitor to mempool
In order to simplify maintainance of overall current senders` fees
in the mempool we are to keep them in a separate map.
|
2020-05-20 23:34:25 +03:00 |
|
Anna Shaleva
|
7acf5b2841
|
core: add SystemFee and NetworkFee to transaction
closes #831
|
2020-05-20 23:26:48 +03:00 |
|
Roman Khimov
|
d275652b37
|
rpc/server: use httptest.Server for testing
Which allows to reuse it for websockets.
|
2020-05-04 16:54:35 +03:00 |
|
Roman Khimov
|
57de98e1a3
|
rpc/server: refactor handler methods a little
request.In is a natural request representation, one can always get
request.Params from it.
|
2020-05-04 13:57:08 +03:00 |
|
Anna Shaleva
|
5a984fdf88
|
config: move config.go out of config/
closes #423
|
2020-03-31 17:55:59 +03:00 |
|
Roman Khimov
|
e41d434a49
|
*: move all packages from CityOfZion to nspcc-dev
|
2020-03-03 17:21:42 +03:00 |
|
Roman Khimov
|
4c8d327353
|
rpc: drop duplicating Invoke* structures
And use smartcontract.Parameter instead of vm.StackItem where
appropriate. Closes #689.
|
2020-03-03 15:38:03 +03:00 |
|
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
|
44792ed5f7
|
core: make test chain format compatible with mainnet
Write uint32 length before every block.
|
2020-03-02 18:01:49 +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 |
|
Evgenii Stratonikov
|
b50704fd3b
|
rpc: move server-related code to a separate package
|
2020-02-21 15:12:04 +03:00 |
|