QuarkChain / pyquarkchain

Python implementation of QuarkChain
https://quarkchain.io
MIT License
225 stars 114 forks source link

[e2e] Skip all shard check #858

Closed FreshmanQ closed 4 years ago

FreshmanQ commented 4 years ago

when connecting with Libra, only one libra chain sends out minor block, therefore we have to skip master.__has_all_shards() which is used for master has successfully connected with all shards.