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

Update to latest stable cadence #211

Merged
merged 66 commits into from
Sep 19, 2023
Merged

Conversation

SupunS
Copy link
Member

@SupunS SupunS commented Sep 19, 2023

Description

Updating to cadence onflow/cadence@ec4d615

Many of these changes/commits are from syncing with the current master.

The effective code changes added to update to the stable-cadence are:


  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

turbolent and others added 30 commits June 29, 2023 11:25
deprecation warning was removed
This location offers several helper methods for interacting with the Test.Blockchain:
- getFlowBalance,
- getCurrentBlockHeight,
- mintFlow,
- burnFlow
Test functions should not have any arguments or return values.
…ements

[test] Cadence testing framework improvements
m-Peter and others added 19 commits September 6, 2023 21:36
This will allow us to keep track of any arguments passed to the
`init` function.
…ent blockchains with different init arguments
[test] Clean state for each emulator backend instance
This will guarantee that the addresses of created accounts will be
sequential and start from 0x01. Thus, allowing developers to safely
import types of deployed contracts.
[test] Allow test scripts to import types from deployed contracts
@SupunS SupunS added the Improvement Technical work without new features, refactoring, improving tests label Sep 19, 2023
@SupunS SupunS self-assigned this Sep 19, 2023
@SupunS SupunS changed the title Supun/stable cadence Update to latest stable cadence Sep 19, 2023
@SupunS SupunS marked this pull request as ready for review September 19, 2023 14:58
Copy link
Member

@turbolent turbolent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

lint/auth_account_parameter_analyzer_test.go Show resolved Hide resolved
@SupunS SupunS force-pushed the supun/stable-cadence branch from da5801a to 0f47bd4 Compare September 19, 2023 21:11
@SupunS SupunS merged commit 1e2b07f into feature/stable-cadence Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Technical work without new features, refactoring, improving tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants