Andronik Ordian
|
0a8a607a58
|
update most of the dependencies (#1946)
* update tiny-keccak to 0.2
* update deps except bitvec and shared_memory
* fix some warning after futures upgrade
* remove useless package rename caused by bug in cargo-upgrade
* revert parity-util-mem *
* remove unused import
* cargo update
* remove all renames on parity-scale-codec
* remove the leftovers
* remove unused dep
|
2020-11-17 11:16:31 +01:00 |
|
Andronik Ordian
|
de05bec4d6
|
move Metrics to utils (#1765)
|
2020-09-29 11:42:20 +00:00 |
|
Peter Goodspeed-Niklaus
|
9fda6cb416
|
break out subsystem-util and subsystem-test-helpers into individual crates (#1553)
* break out subsystem-util and subsystem-test-helpers into individual crates
* cause all packages to check successfully
|
2020-08-07 16:51:36 +02:00 |
|
Andronik Ordian
|
596ce826e8
|
Chain API subsystem (#1498)
* chain-api subsystem skeleton
* chain-api subsystem: draft impl
* chain-api subsystem: mock testclient
* chain-api subsystem: impl HeaderBacked for TestClient
* chain-api subsystem: impl basic tests
* chain-api subsystem: tiny guide
* chain-api subsystem: rename ChainApiRequestMessage to ChainApiMessage
* chain-api subsystem: add the page to the ToC
* chain-api subsystem: proper error type
* chain-api subsystem: impl ancestors request
* chain-api subsystem: tests for ancestors request
* guide: fix ancestor return type
* runtime-api subsystem: remove unused dep
* fix fmt
* fix outdated comment
* chain-api subsystem: s/format/to_string
* lower-case subsystem names
* chain-api subsystem: resolve Finalized todo
* chain-api subsystem: remove TODO
* extract request errors into a module
* remove caching TODO
* fix imports
|
2020-07-31 16:02:16 +00:00 |
|