Files
pezkuwi-subxt/substrate/core/test-client
Svyatoslav Nikolsky c54350661d Fetching changes proof from remote nodes (#769)
* changes_trie

* changs_trie: continue

* changes_trie: adding tests

* fixed TODO

* removed obsolete ExtrinsicChanges

* encodable ChangesTrieConfiguration

* removed polkadot fle

* fixed grumbles

* ext_storage_changes_root returns u32

* moved changes trie root to digest

* removed commented code

* read storage values from native code

* fixed grumbles

* fixed grumbles

* missing comma

* key changes proof generation + query

* fix grumbles

* check that changes trie config is not changed by block.finalize()

* fixed changes trie config check
2018-09-29 09:47:29 +01:00
..
2018-09-27 17:52:51 +01:00
2018-09-12 11:13:31 +02:00

= Test client

.Summary
[source, toml]
----
include::Cargo.toml[lines=2..5]
----

.Description
----
include::src/lib.rs[tag=description]
----