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

Improve zkEvm #1916

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Improve zkEvm #1916

wants to merge 2 commits into from

Conversation

dappnodedev
Copy link
Contributor

@dappnodedev dappnodedev commented Apr 9, 2024

Improve zkEvm inside rolllups tab by only retrieving the needed package (zkEvm) from the backend and fixing identation

@dappnodedev dappnodedev requested a review from a team as a code owner April 9, 2024 15:29
@github-actions github-actions bot temporarily deployed to commit April 9, 2024 15:43 Inactive
Copy link

github-actions bot commented Apr 9, 2024

Copy link

github-actions bot commented Apr 9, 2024

DAppNode bot has built and pinned the release to an IPFS node, for commit: 52dcb8e

This is a development version and should only be installed for testing purposes, install link

/ipfs/QmV3dYHyzVZtEHe9YzWYeci59Q2k25BRZjUMS7MiPJysee

(by dappnodebot/build-action)

const dnpsRequest = useApi.packagesGet();
const zkevmDnp = dnpsRequest.data?.find(dnp => dnp.dnpName === zkevmDnpName);
const zkevmRunning = zkevmDnp?.containers.every(container => container.running);
const dnpRequest = useApi.packageGet({ dnpName: zkevmDnpName });
Copy link
Contributor Author

Choose a reason for hiding this comment

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

⚠️ This part of the code has changed

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

Successfully merging this pull request may close these issues.

1 participant