pyquarkchain icon indicating copy to clipboard operation
pyquarkchain copied to clipboard

Cross-shard transaction could be fired after minor block observed the root block that creates a new shard

Open qizhou opened this issue 5 years ago • 2 comments

Currently, the logic requires the next root block observed, which is unnecessary.

qizhou avatar Apr 22 '19 19:04 qizhou

can you elaborate?

ninjaahhh avatar Jun 12 '19 20:06 ninjaahhh

This is a low priority. Currently, to allow sending a cross-shard tx to a new shard, we need the next root block to include the blocks from the new shard. We could optimize so that a cross-shard tx could be fired early.

qizhou avatar Jun 13 '19 14:06 qizhou