onflow / flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
https://onflow.org
Apache License 2.0
206 stars 62 forks source link

Update to Cadence v1.0.0-preview.30 #1631

Closed turbolent closed 3 weeks ago

turbolent commented 4 weeks ago

Description

Automatically update to:

turbolent commented 4 weeks ago

@sideninja @m-Peter Can you please update internal/evm/gateway.go according to the changes in EVM Gateway?

ianthpun commented 4 weeks ago

@turbolent are you able to update the emulator to .26 here please? I would like those changes in here as well. Thanks!

codecov-commenter commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 34.40%. Comparing base (113a916) to head (c4234b4).

Files Patch % Lines
internal/evm/gateway.go 0.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature/stable-cadence #1631 +/- ## ========================================================== - Coverage 42.69% 34.40% -8.29% ========================================================== Files 60 96 +36 Lines 4195 5917 +1722 ========================================================== + Hits 1791 2036 +245 - Misses 2169 3604 +1435 - Partials 235 277 +42 ``` | [Flag](https://app.codecov.io/gh/onflow/flow-cli/pull/1631/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=onflow) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/onflow/flow-cli/pull/1631/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=onflow) | `34.40% <0.00%> (-8.29%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=onflow#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

m-Peter commented 3 weeks ago

@ianthpun I updated the emulator to .26 in https://github.com/onflow/flow-cli/pull/1631/commits/c4234b4b3e1c8c85b62f612f7b23f5edfb26fd9d.

@turbolent The CI is :white_check_mark:

turbolent commented 3 weeks ago

@m-Peter thank you!

@ianthpun Have the other dependencies which depend on the Emulator, like the language server also been updated?

turbolent commented 3 weeks ago

Given that not all dependencies have been updated yet to Emulator .26 I reverted the bump here, to unblock the urgently needed release of a preview CLI build.

ianthpun commented 3 weeks ago

@turbolent everything else has been merged in, the CLI is the last bit!

EDIT: I take it back , we'll need to update language server as well. We'll update the CLI shortly afterwords to unlbock this release