Upgrade to polkadot-v1.6.0
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
4- bgallois authored
+ 13
− 9
@@ -18,7 +18,7 @@ use crate::runtime;
@@ -31,7 +31,12 @@ pub async fn client(rpc_url: String) -> Client {
@@ -93,18 +98,17 @@ pub async fn member_iter(client: &Client, evaluation_block: H256) -> MemberIter
@@ -128,7 +132,7 @@ pub async fn cert_iter(client: &Client, evaluation_block: H256) -> CertIter {
@@ -142,6 +146,6 @@ impl CertIter {