Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Use cairo lang 2.1.0 rc2 #863

Merged
merged 11 commits into from
Jul 31, 2023
Merged

Use cairo lang 2.1.0 rc2 #863

merged 11 commits into from
Jul 31, 2023

Conversation

SantiagoPittella
Copy link
Collaborator

Description

Update cairo-lang-* dependencies to 2.1.0-rc2.

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.

@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2023

Codecov Report

Merging #863 (33610f4) into main (644a776) will decrease coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #863      +/-   ##
==========================================
- Coverage   91.26%   91.21%   -0.05%     
==========================================
  Files          54       54              
  Lines       13392    13401       +9     
==========================================
+ Hits        12222    12224       +2     
- Misses       1170     1177       +7     
Files Changed Coverage Δ
.../api/contract_classes/deprecated_contract_class.rs 83.01% <100.00%> (+0.05%) ⬆️

... and 8 files with indirect coverage changes

@MegaRedHand MegaRedHand mentioned this pull request Jul 27, 2023
5 tasks
@SantiagoPittella SantiagoPittella marked this pull request as ready for review July 31, 2023 18:33
ContractClass::from_path(ERC20_CONTRACT_PATH).unwrap()
);

// assert_eq!(
Copy link
Collaborator

Choose a reason for hiding this comment

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

we can remove this comment right?

.get_contract_class(&felt_to_hash(&TEST_ERC20_CONTRACT_CLASS_HASH))
.unwrap()
.try_into()
.unwrap();
assert_eq!(
Copy link
Contributor

Choose a reason for hiding this comment

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

This is due to the Program comparison bug, right? I think we should comment it like the rest.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Bono just asked me to remove it hahaha

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ohh in that case we need to add a comment detailing why it is commented and what we need to do to uncomment it

@juanbono juanbono added this pull request to the merge queue Jul 31, 2023
Merged via the queue into main with commit 9e43992 Jul 31, 2023
@juanbono juanbono deleted the use-cairo-lang-2.1.0-rc2 branch July 31, 2023 23:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants