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

Changed eth.CallFunc(f, contract, args...) to eth.CallFunc(contract, f, args...) #61

Merged
merged 2 commits into from
Sep 3, 2023

Conversation

lmittmann
Copy link
Owner

@lmittmann lmittmann commented Jul 19, 2023

This is a breaking change that swaps eth.CallFunc's first two parameters f and contract.

- eth.CallFunc(f, contract, args...)
+ eth.CallFunc(contract, f, args...)

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 31, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 95ee218
Status: ✅  Deploy successful!
Preview URL: https://b144d21f.w3-7ji.pages.dev
Branch Preview URL: https://callfunc.w3-7ji.pages.dev

View logs

@lmittmann lmittmann merged commit dc84e45 into main Sep 3, 2023
3 checks passed
@lmittmann lmittmann deleted the callfunc branch September 3, 2023 10:15
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.

1 participant