Mock helper script
Helper script to automatically change the block number in the provided mock file via --mock-block-data-paths to allow you to append extra ops and test indexing functions granularly without having to resync an entire db / updating your mocks files
Merge request reports
Activity
assigned to @howo
requested review from @bwrona
@bwrona this is a small helper script, I figured it would be worthwhile to have it in the main repo, the goal is to help devs push arbitrary mocked ops at a small scale (meaning when testing indexing in their branches). without having to mess with populate_haf_with_mocked_data and automatically increase the block number so that they can focus on the actual op and not anything else
Edited by Howoadded 10 commits
Toggle commit list- Resolved by Dan Notestein
Can you add some example usage description of such script?
added 50 commits
-
2f9b992d...cd7477c1 - 42 commits from branch
develop
- 136eee70 - Mock helper script
- 54bcf55f - added helper command line
- ffe928c9 - added help command
- 862f5b59 - integration with populate mocks script
- bace5cc4 - slightly better path support
- 93fa523d - Fix typo
- 1a0c27cf - Support vops also
- ceb88d1b - Added example usage
Toggle commit list-
2f9b992d...cd7477c1 - 42 commits from branch