Open krriscode opened 3 weeks ago
Hi @petermetz, I have fixed the commit message as you suggested please review the PR.
Hi @petermetz, I have check git config twice and it is correct, below is screenshot of it I got stuck here, could you please help me to resolve this issue.
@krriscode That's strange, let me take a look at it myself then. FYI: I'll probably end up rebasing your branch manually, so if you see divergence between your local branch and the remote branch that's no cause for alarm.
@krriscode Upon further investigation it looks like you did manage to fix it after all, so we are good to go now we just need other maintainers to review it and then it can be merged. Thank you again for the contribution!
test(test-plugin-ledger-connector-besu): jestify get-block-endpoint
Primary Changes:
Fixes: https://github.com/hyperledger-cacti/cacti/issues/3500
Signed-off-by: krriscode 85664362+krriscode@users.noreply.github.com
Migration of get-block-endpoint.ts from tape-promise to Jest. Update tests for improved reliability and performance.
Pull Request Requirements
upstream/main
branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.-s
flag when usinggit commit
command. You may refer to this link for more information.Character Limit
A Must Read for Beginners For rebasing and squashing, here's a must read guide for beginners.