pyquarkchain
pyquarkchain copied to clipboard
Cross-shard transaction could be fired after minor block observed the root block that creates a new shard
Currently, the logic requires the next root block observed, which is unnecessary.
can you elaborate?
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.