Skip to content

refactor(explorer): update mvp to new aligned architecture#196

Merged
uri-99 merged 192 commits intomainfrom
188-refactor-update-explorer-to-new-aligned-architecture
May 30, 2024
Merged

refactor(explorer): update mvp to new aligned architecture#196
uri-99 merged 192 commits intomainfrom
188-refactor-update-explorer-to-new-aligned-architecture

Conversation

@glpecile
Copy link
Copy Markdown
Contributor

@glpecile glpecile commented May 23, 2024

closes #132 and #188.

Description

This PR seeks to update the existing explorer site to the new aligned architecture.

To match existing functionalities the following views are updated:

  • Landing (with aggregated data)
  • Tasks detail
  • Paginated tasks page

Test

In order to test this PR, follow the steps detailed in the /explorer README file.

The following text is a summarized version of said file:

If you want to run the Devnet environment, you can run the following command in another terminal:

make create_env
make run_local

Then, after a few seconds until it gets all booted up with its new batches (generally 3 verified batches will be shown in the home dashboard), run to start your Phoenix server:

cd explorer
make deps
make run

If you need to add more batches, try using the following command:

make batcher_send_infinite_tasks

uri-99 and others added 30 commits April 26, 2024 15:33
Co-authored-by: glpecile <gpecile@itba.edu.ar>
chore: edit makefile to fit readme
@glpecile glpecile changed the title refactor(explorer): update explorer to new aligned architecture refactor(explorer): update mvp to new aligned architecture May 29, 2024
MauroToscano and others added 3 commits May 30, 2024 14:04
…onse fail (#245)

Co-authored-by: Nicolas Rampoldi <58613770+NicolasRampoldi@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

Changes to gas cost

Generated at commit: 2759bf7dd80d1e9efe5bd7991d09e10b1ea9983d, compared to commit: 5895f5133c83815f93f76e53c976421db509fc3f

🧾 Summary (10% most significant diffs)

Contract Method Avg (+/-) %
AlignedLayerServiceManager createNewTask +10 ❌ +0.02%

Full diff report 👇
Contract Deployment Cost (+/-) Method Min (+/-) % Avg (+/-) % Median (+/-) % Max (+/-) % # Calls (+/-)
AlignedLayerServiceManager 3,622,999 (0) createNewTask 48,329 (-12) -0.02% 48,528 (+10) +0.02% 48,437 (0) 0.00% 49,067 (+24) +0.05% 256 (0)

Copy link
Copy Markdown
Contributor

@NicolasRampoldi NicolasRampoldi left a comment

Choose a reason for hiding this comment

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

lgtm, tested it and it works.

@uri-99 uri-99 merged commit b8a3710 into main May 30, 2024
@uri-99 uri-99 deleted the 188-refactor-update-explorer-to-new-aligned-architecture branch May 30, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend Frontend related issue. in-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor(explorer): update explorer to new aligned architecture feat(explorer): add all tasks in paginated view

5 participants