-
Notifications
You must be signed in to change notification settings - Fork 113
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
fix: value argument is not being properly passed to the contract call #292
Conversation
API E2E Test Results207 tests 207 ✅ 20s ⏱️ Results for commit 96a43c6. ♻️ This comment has been updated with latest results. |
Unit Test Results 4 files 263 suites 11m 49s ⏱️ Results for commit 96a43c6. ♻️ This comment has been updated with latest results. |
Visit the preview URL for this PR: |
./allurectl upload allure-results | ||
echo "*Public report link: https://raw.githack.com/matter-labs/block-explorer/gh-pages/${{ github.run_number }}/index.html" | ||
echo "*Public report link will be available when the 'Allure Report' job will be succesfully executed." | ||
# - name: Upload test results to Allure reporter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disable this GH action step for the time being as it fails for some reason. It will be investigated and fixed in the following PRs.
🎉 This PR is included in version 2.49.4 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What ❔
Fix next contract interaction issues:
Why ❔
To fix contract interaction issues.
Checklist