algorandfoundation / algokit-utils-ts

MIT License
19 stars 8 forks source link

refactor: prereqs for puya debugging support #314

Closed aorumbayev closed 2 months ago

aorumbayev commented 2 months ago

Proposed Changes

Further Notes

Just a draft - can be used with per-branch installed as part of related work streams on puya debugging support

aorumbayev commented 2 months ago

@neilcampbell the test in the debug-utils is more of an integration test, but tested it out by packing local modules and trying it with ts deployer from puya template. The only extra requirements with this is user needs to import that extra package (which triggers the function that registers the handlers with config).

aorumbayev commented 2 months ago

@neilcampbell moved to a separate pr since i restarted from new branch to avoid dealing with merge conflicts