ruzell22

Results 17 comments of 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 ![image](https://github.com/hyperledger/cacti/assets/89818529/638a9438-7c82-4740-938b-a7d8ceab03af) and running `yarn run benchmark` inside the ./packages/cactus-plugin-ledger-connector-besu gives a successful run of the performance benchmarking tested locally ![image](https://github.com/hyperledger/cacti/assets/89818529/adf59171-3986-4b9a-ba81-6aec277850fb)

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. ![image](https://github.com/hyperledger/cacti/assets/89818529/8b174fa2-2136-4247-b12f-c73a63157422)

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...