Files
pezkuwi-subxt/substrate/core
Michael Müller c122e8eee8 Fix --import-blocks (#1807)
* Encode count of exported blocks correctly

There was a type mismatch: import used u32, export
used Number.

* Wait for import to finish

The issue was that even though the import thread
was still running, the main thread exited.

* Remove superfluous parentheses

* Improve structure, add proofs for expects

* Unify types for export/import length
2019-02-15 15:59:53 +01:00
..
2019-02-06 16:39:22 +01:00
2019-02-15 15:59:53 +01:00
2019-02-13 10:10:17 +01:00
2019-02-06 14:50:52 +01:00