-
Notifications
You must be signed in to change notification settings - Fork 180
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
Update core-contracts to latest cadence 1.0 version #5064
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #5064 +/- ##
==========================================================
+ Coverage 50.60% 55.52% +4.92%
==========================================================
Files 310 922 +612
Lines 32987 85648 +52661
==========================================================
+ Hits 16694 47559 +30865
- Misses 15021 34479 +19458
- Partials 1272 3610 +2338
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I'm not sure why the CI is failing, the results don't load for me. Anyone know what we need to do? |
It looks like the execution tests with constants for expected state commitments:
You'll need to change the state commitment constant in the code to the new state commitment, after the smart contract updated, which will be printed in the error message from the test. Here's an example PR where I did this recently: #5027. Changes are in:
|
anyone know what this error means?
|
@joshuahannan It's expecting that mock function to be called with particular arguments. But the
I pushed this commit to your branch which should fix that test: 5d7a937 |
… josh/update-core-contracts
okay, everything is passing locally for me when I run |
How do I run all the other CI tests? |
I think these are not running because the feature branch hasn't been updated to include some CI changes @gomisha did recently. Last change on the feature branch CI config is 3 months ago, last change on master is 3 weeks ago. I don't completely understand how GH Actions decides which |
Updated the feature branch in #5102. Once merged, and this PR has in turn merged in/rebased on the feature branch, CI should work again |
Updates to the latest cadence 1.0 version of the token standards and core contracts
This is needed to a new version of the cadence 1.0 CLI and emulator release