Skip to content

Commit

Permalink
amend! feat(util-dev): update retirement chain sync dataset
Browse files Browse the repository at this point in the history
feat(util-dev): update retirement chain sync dataset

- delete redundant data: many blocks were initially added
  due to a typo in the last block range
- update rolled back block hashes to be different than the
  replayed blocks so that projector finds the correct intersection
- add 3 new blocks: at epoch 11, 12 and 14
  to be used in stake pool status test
- fix build script to overwrite existing dataset in dist/
  • Loading branch information
mkazlauskas committed Mar 21, 2023
1 parent 4e32bd1 commit 33d6018
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/util-dev/src/chainSync/data/with-pool-retirement.json
Expand Up @@ -3966,6 +3966,35 @@
"slot": 950400
}
},
{
"block": {
"body": [],
"fees": {
"__type": "bigint",
"value": "0"
},
"header": {
"blockNo": 36000,
"hash": "f940a68b1d0b81d0131988a0d26dd074053e21cb3b62cc528acb7c3dc566c822",
"slot": 1036800
},
"issuerVk": "e54f3cb4dbe3eb6ab64ff404e2c119fc29d9b97c89f9883626aa60b361f6255d",
"previousBlock": "f940a68b1d0b81d0131988a0d26dd074053e21cb3b62cc528acb7c3dc566c841",
"size": 4,
"totalOutput": {
"__type": "bigint",
"value": "0"
},
"txCount": 0,
"vrf": "vrf_vk1g8j3ckz2mq80xg75jvhp5qrny5428j0ufmd8xh0y9g6jc5da4mrqu4m9e5"
},
"eventType": 0,
"tip": {
"blockNo": 36000,
"hash": "f940a68b1d0b81d0131988a0d26dd074053e21cb3b62cc528acb7c3dc566c822",
"slot": 1036800
}
},
{
"block": {
"body": [],
Expand Down

0 comments on commit 33d6018

Please sign in to comment.