Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java: fix onchain contract method names #31

Merged
merged 1 commit into from
May 7, 2024
Merged

java: fix onchain contract method names #31

merged 1 commit into from
May 7, 2024

Conversation

luc10921
Copy link
Contributor

@luc10921 luc10921 commented May 7, 2024

When creating an onchain Java SDK, the SDK would be generating method names that were always in camelCase, this ends up resulting in an error when calling methods that were following another naming standard (e.g. Dice from props that is using snake_case)

Also added a ; at the first line on the onchain and offchain SDKs

@luc10921 luc10921 requested review from melanke and ixje May 7, 2024 15:21
@luc10921 luc10921 self-assigned this May 7, 2024
@melanke
Copy link

melanke commented May 7, 2024

@melanke melanke merged commit 04cfd9b into master May 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants