cashscript icon indicating copy to clipboard operation
cashscript copied to clipboard

add arguments to MockNetProvider to change the taget environment (chipnet vs mainnet vs experimental VM)

Open mr-zwets opened this issue 1 year ago • 1 comments

consider adding arguments to MockNetProvider to change the taget environment (chipnet vs mainnet vs experimental VM)

mr-zwets avatar Sep 17 '24 08:09 mr-zwets

in LibauthTemplate.ts we now default to supported: ['BCH_2023_05'], instead of ['BCH_SPEC'] or any of the other options

in debuggint.ts we use createVirtualMachineBCH2023 since commit

https://github.com/CashScript/cashscript/commit/5e30b90adc57b38b88b6dd86af8094b5f0d89517#diff-a0f4807095ac442ac53b058c9dc658503e3ec60f004f41e37299868e0140214eR1

both of these parameters shouldn't be hardcoded but configurable

mr-zwets avatar Nov 05 '24 13:11 mr-zwets