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

fix: failing ci tests for SmartProvider and OpStackIsm.t.sol #3148

Merged
merged 3 commits into from
Jan 12, 2024

Conversation

aroralanuk
Copy link
Contributor

@aroralanuk aroralanuk commented Jan 12, 2024

Description

  • Problem: OpStackIsm.t.sol was failing because of very stale block number for fork
    Fix: Excluding foundry fork testing from CI and updating block number

  • Problem: SmartProvider getLogs tests failing because the the results end up being an empty list and getConfirmations results a smaller number of confirmations than expected (712 vs 1705184)
    fix: excluded from ci

Drive-by changes

None

Related issues

None

Backward compatibility

Yes

Testing

Manual

Copy link

changeset-bot bot commented Jan 12, 2024

⚠️ No Changeset found

Latest commit: 1464ad0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@aroralanuk aroralanuk changed the title fix: failing ci tests for 1SmartProvider and OpStackIsm.t.sol fix: failing ci tests for SmartProvider and OpStackIsm.t.sol` Jan 12, 2024
@aroralanuk aroralanuk changed the title fix: failing ci tests for SmartProvider and OpStackIsm.t.sol` fix: failing ci tests for SmartProvider and OpStackIsm.t.sol Jan 12, 2024
solidity/package.json Outdated Show resolved Hide resolved
typescript/sdk/package.json Outdated Show resolved Hide resolved
@aroralanuk aroralanuk requested a review from nambrot as a code owner January 12, 2024 19:16
@aroralanuk aroralanuk enabled auto-merge (squash) January 12, 2024 19:20
Copy link

codecov bot commented Jan 12, 2024

Codecov Report

Merging #3148 (1464ad0) into main (6044fb8) will decrease coverage by 67.52%.
Report is 100 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #3148       +/-   ##
==========================================
- Coverage   67.51%   0.00%   -67.52%     
==========================================
  Files         101       1      -100     
  Lines        1022      16     -1006     
  Branches      106       0      -106     
==========================================
- Hits          690       0      -690     
+ Misses        292      16      -276     
+ Partials       40       0       -40     
Components Coverage Δ
core ∅ <ø> (∅)
hooks ∅ <ø> (∅)
isms ∅ <ø> (∅)
token ∅ <ø> (∅)
middlewares ∅ <ø> (∅)

@aroralanuk aroralanuk merged commit 9561931 into main Jan 12, 2024
26 of 27 checks passed
@aroralanuk aroralanuk deleted the kunal/fix-network-dep-errors-ci branch January 12, 2024 19:56
jmrossy added a commit that referenced this pull request Jan 13, 2024
### Description

Remove hard-coding of min block number and topic1 value.

### Drive-by changes

Add convenience `isAddress` util function

### Related issues

#3148

### Backward compatibility

Yes
ltyu pushed a commit to ltyu/hyperlane-monorepo that referenced this pull request Mar 13, 2024
…erlane-xyz#3148)

### Description

- Problem: OpStackIsm.t.sol was failing because of very stale block
number for fork
Fix: Excluding foundry fork testing  from CI and updating block number

- Problem: SmartProvider getLogs tests failing because the the results
end up being an empty list and getConfirmations results a smaller number
of confirmations than expected (712 vs 1705184)
fix: excluded from ci

### Drive-by changes

None

### Related issues

None

### Backward compatibility

Yes

### Testing

Manual
ltyu pushed a commit to ltyu/hyperlane-monorepo that referenced this pull request Mar 13, 2024
### Description

Remove hard-coding of min block number and topic1 value.

### Drive-by changes

Add convenience `isAddress` util function

### Related issues

hyperlane-xyz#3148

### Backward compatibility

Yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants