Skip to content

fix: onchain job creator compatibility with full path to repo - #458

Open
arsen3d wants to merge 2 commits into
mainfrom
arsen/fix-on-chain-jobs-compatibiilty
Open

fix: onchain job creator compatibility with full path to repo#458
arsen3d wants to merge 2 commits into
mainfrom
arsen/fix-on-chain-jobs-compatibiilty

Conversation

@arsen3d

@arsen3d arsen3d commented Nov 28, 2024

Copy link
Copy Markdown
Contributor

Summary

The existed demo of on chain cowsay did not provide a way to pass in a repo path. Just repo name.
The update supports passing in a repo path, the same way we do it cli.

@arsen3d
arsen3d requested a review from a team as a code owner November 28, 2024 01:58
@cla-bot cla-bot Bot added the cla-signed label Nov 28, 2024
@github-actions github-actions Bot added the fix label Nov 28, 2024
@arsen3d
arsen3d requested a review from bgins November 28, 2024 01:58
@arsen3d arsen3d self-assigned this Nov 28, 2024
@bgins

bgins commented Dec 2, 2024

Copy link
Copy Markdown
Contributor

@arsen3d how can we test this change? We have a client in run-cowsay-onchain.ts that has a runCowsay helper function, but it's not clear to me how this helper method works:

const runjobTx = await client
.connect(getWallet('job_creator'))
.runCowsay(message)

Is there another way to test?

@bgins bgins left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants