You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all -- question about the data we'd expect to get when scanning blocks from genesis. I'm wondering if this is expected behavior, or not? I know there is some importing of data from v1 that the hiro api is doing. I'd thought that the contract deploys would be included here, but is that also something that you'd have to do manually? cc @rafaelcr
I don't have a solution to offer, but I can give some context:
The genesis block (at block height 1) doesn't actually include the genesis data (i.e. boot contract-deploys and genesis STX transfers). An older version of stacks-core used to include all this genesis data in block 1, but then a later version of stacks-core changed that behavior and introduced a "block 0" in order to include all the genesis data.
I see, that makes sense. So is it the case that there is technically a "block 0"? because I've tried to set a chainhook predicate to start at 0, but chainhook fails to process that. is that expected?
Hey all -- question about the data we'd expect to get when scanning blocks from genesis. I'm wondering if this is expected behavior, or not? I know there is some importing of data from v1 that the hiro api is doing. I'd thought that the contract deploys would be included here, but is that also something that you'd have to do manually? cc @rafaelcr
This is my block payload:
The text was updated successfully, but these errors were encountered: