Skip to content

Commit

Permalink
another update
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed May 30, 2024
1 parent 9635b68 commit c4ebea2
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 44 deletions.
1 change: 0 additions & 1 deletion src/test/archive/sample_db/archive_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9878,4 +9878,3 @@ ALTER TABLE ONLY public.zkapp_verification_keys
--
-- PostgreSQL database dump complete
--

86 changes: 43 additions & 43 deletions src/test/archive/sample_db/replayer_input_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,48 @@
"name": "release",
"num_accounts": 250,
"accounts": [
{
"pk": "B62qo5raDfFWM6oaooevrgMxMXmp3NnxMGbus3yubqaexzNodKDmock",
"sk": null,
"balance": "5.000000000",
"delegate": null
},
{
"pk": "B62qpXKjMPqNsUBPeAGhpjao8BE8FqdYdk8zS2RwxaEBadByS3nbfD1",
"sk": null,
"balance": "65500.000000000",
"delegate": "B62qov6t5ahQQMdoanV8tgeS8ddpqsL5MCntfh8qzr1aNqGsgnhhvV5"
},
{
"pk": "B62qov6t5ahQQMdoanV8tgeS8ddpqsL5MCntfh8qzr1aNqGsgnhhvV5",
"sk": null,
"delegate": null,
"balance": "500.000000000"
},
{
"pk": "B62qmYXqVz13eCpiHEEbvkWDU7jQAwfuf6zv4HLfiRthmLMZMQDXLPi",
"sk": null,
"balance": "11550000.000000000",
"delegate": "B62qr7HhRDB6Me7FFXme5MFcoqRa452etDR4mNgT9Zi6U73R238ytmz"
},
{
"pk": "B62qr7HhRDB6Me7FFXme5MFcoqRa452etDR4mNgT9Zi6U73R238ytmz",
"sk": null,
"balance": "0.000000000",
"delegate": null
},
{
"pk": "B62qkXPw6LbqeY3kaEYHrc6MeP6Wi7wcDc5fzbegn5yRoj2UvyCoe7M",
"sk": null,
"balance": "11550000.000000000",
"delegate": "B62qmQsYKF97qxFVUuwHdmJySUM6F6qNnNYvxfrvYDPdLPzBspCPYLS"
},
{
"pk": "B62qmQsYKF97qxFVUuwHdmJySUM6F6qNnNYvxfrvYDPdLPzBspCPYLS",
"sk": null,
"balance": "0.000000000",
"delegate": null
}
]
{
"pk": "B62qo5raDfFWM6oaooevrgMxMXmp3NnxMGbus3yubqaexzNodKDmock",
"sk": null,
"balance": "5.000000000",
"delegate": null
},
{
"pk": "B62qpXKjMPqNsUBPeAGhpjao8BE8FqdYdk8zS2RwxaEBadByS3nbfD1",
"sk": null,
"balance": "65500.000000000",
"delegate": "B62qov6t5ahQQMdoanV8tgeS8ddpqsL5MCntfh8qzr1aNqGsgnhhvV5"
},
{
"pk": "B62qov6t5ahQQMdoanV8tgeS8ddpqsL5MCntfh8qzr1aNqGsgnhhvV5",
"sk": null,
"delegate": null,
"balance": "500.000000000"
},
{
"pk": "B62qmYXqVz13eCpiHEEbvkWDU7jQAwfuf6zv4HLfiRthmLMZMQDXLPi",
"sk": null,
"balance": "11550000.000000000",
"delegate": "B62qr7HhRDB6Me7FFXme5MFcoqRa452etDR4mNgT9Zi6U73R238ytmz"
},
{
"pk": "B62qr7HhRDB6Me7FFXme5MFcoqRa452etDR4mNgT9Zi6U73R238ytmz",
"sk": null,
"balance": "0.000000000",
"delegate": null
},
{
"pk": "B62qkXPw6LbqeY3kaEYHrc6MeP6Wi7wcDc5fzbegn5yRoj2UvyCoe7M",
"sk": null,
"balance": "11550000.000000000",
"delegate": "B62qmQsYKF97qxFVUuwHdmJySUM6F6qNnNYvxfrvYDPdLPzBspCPYLS"
},
{
"pk": "B62qmQsYKF97qxFVUuwHdmJySUM6F6qNnNYvxfrvYDPdLPzBspCPYLS",
"sk": null,
"balance": "0.000000000",
"delegate": null
}
]
}
}

0 comments on commit c4ebea2

Please sign in to comment.