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

test: integration tests migrated signed #279

Closed
wants to merge 181 commits into from

Conversation

pcheremu
Copy link
Contributor

What ❔

Signed and rebased: #269

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.

uF4No and others added 30 commits July 26, 2024 11:51
# What ❔

Removes initial "/" from "Contract Path" placeholder.

## Why ❔

Contract verification fails if path "/contracts/Greeter.sol" is provided
instead of "contracts/Greeter.sol"

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
# What ❔

Custom base token support.

## Why ❔

Since the Era network now supports custom base tokens, the explorer
should also support them.

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [X] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [X] Tests for the changes have been added / updated.

---------

Co-authored-by: SantiagoPittella <pittellasantiago@gmail.com>
Co-authored-by: Santiago Pittella <87827390+SantiagoPittella@users.noreply.github.com>
Co-authored-by: ilitteri <ilitteri@fi.uba.ar>
# What ❔

Update uptime url

## Why ❔

Previous url is outdated and was taken over for security report bug
bounty

Co-authored-by: Antonio <tonioufa@gmail.com>
# What ❔

Adding missing baseTokenAddress to the hyperchain configuration.
Adding a fallback to use the default L2 base token address if it's not
specified in the config.

## Why ❔

When configuring the block explorer using npm run hyperchain:configure,
the resulting configuration was missing the baseTokenAddress value. This
absence was causing an error
[here](https://github.com/matter-labs/block-explorer/blob/main/packages/app/src/composables/useEnvironmentConfig.ts#L31).
As a result of this error, the system was defaulting to Sepolia (which I
assume is not the intended behavior for your hyperchain setup).

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [X] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [X] Tests for the changes have been added / updated.
- [X] Documentation comments have been added / updated.

---------

Signed-off-by: Vasyl Ivanchuk <vasyl.ivanchuk@gmail.com>
Co-authored-by: Alexander Melnikov <sanekmelnikov@gmail.com>
@pcheremu pcheremu added the automation writing/fixing/maintaining auto-tests/e2e-tests label Aug 22, 2024
@pcheremu pcheremu self-assigned this Aug 22, 2024
Copy link

github-actions bot commented Aug 22, 2024

API E2E Test Results

207 tests  ±0   207 ✅ ±0   19s ⏱️ +2s
 14 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 7ac2957. ± Comparison against base commit 0c71d0d.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Aug 22, 2024

Unit Test Results

0 files   -     4  0 suites   - 263   0s ⏱️ - 11m 34s
0 tests  - 2 090  0 ✅  - 2 089  0 💤  - 1  0 ❌ ±0 
0 runs   - 2 299  0 ✅  - 2 298  0 💤  - 1  0 ❌ ±0 

Results for commit 7ac2957. ± Comparison against base commit 0c71d0d.

♻️ This comment has been updated with latest results.

@pcheremu pcheremu changed the base branch from main to integration-tests-ether-migration August 22, 2024 14:19
@pcheremu pcheremu closed this Aug 23, 2024
@pcheremu pcheremu deleted the itemsr_pcheremu branch August 23, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation writing/fixing/maintaining auto-tests/e2e-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants