ruzell22
ruzell22
@jagpreetsinghsasan changed it to a downloadable archive file instead. Thank you
Addressed the errors found by Actionlint excluding on test-weaver and weaver-deploy yaml files. Will create a separate issue for that and add this issue ticket as related. Update: The issue...
In addition, the `yarn run configure` is running successfully  and running `yarn run benchmark` inside the ./packages/cactus-plugin-ledger-connector-besu gives a successful run of the performance benchmarking tested locally 
Hello @outSH @petermetz , I have done the requested changes and have tested the `yarn run benchmark` with the latest clone of repository and it is working as expected. 
Hello @outSH , with regards to the `try - catch` `finally` block, there is a code where it will run on complete or error which is similar to try-catch block...
@outSH on my latest push, I have implemented the `try` and `finally` with cleanup to stop and destroy `besuTestLedger`. I have also tested the performance benchmarking locally and no containers...
@outSH I have made a new push wherein the `await apiServer.shutdown();` , `await besuTestLedger.stop();` and `await besuTestLedger.destroy();` are in a finally block at the end of main. I have tested...
fixed by: #3300 , the code change for ci.yaml file with regards to ETHERSCAN_KEY fixed this issue and `ctp-htlc-eth-besu` is running successfully. Thank you.
Hello @VRamakrishna , I would like to ask if there are tsconfig.json files for /common/protos-js, /samples/besu/simpleasset, and /samples/besu/simplestate that are not in that base folder but inside another folder? I...