This repository was archived by the owner on Aug 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
fix: added the colored onlydust logo #294
Merged
julio4
merged 3 commits into
NethermindEth:dev
from
Marvelousmicheal:fix/added-colored-onlydust-logo
Apr 9, 2025
Merged
fix: added the colored onlydust logo #294
julio4
merged 3 commits into
NethermindEth:dev
from
Marvelousmicheal:fix/added-colored-onlydust-logo
Apr 9, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
julio4
suggested changes
Mar 16, 2025
Member
julio4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect but could you please remove the old Onlydust.svg file or just replace it with the new one
Contributor
Author
|
done, would there be any FE issuses in the near future? |
julio4
approved these changes
Mar 17, 2025
Member
julio4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
julio4
approved these changes
Apr 9, 2025
julio4
added a commit
that referenced
this pull request
Jul 17, 2025
* feat: migrate merkle tree to snforge * fix: remove print * feat: migrate write any slot snforge * feat: migrate struct mapping key snforge * feat: migrate store packing snforge * feat: migrate lib calls snforge * feat: migrate hash trait snforge * feat: migrate hash compatible snforge * feat: migrate commit reveal snforge * fix: added the colored onlydust logo (#294) * fix: added the colored onlydust logo * fix: added the colored onlydust logo * fix: rename onlydust logo --------- Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com> * chore(deps): bump estree-util-value-to-estree (#295) Bumps the npm_and_yarn group with 1 update in the / directory: [estree-util-value-to-estree](https://github.com/remcohaszing/estree-util-value-to-estree). Updates `estree-util-value-to-estree` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/remcohaszing/estree-util-value-to-estree/releases) - [Commits](remcohaszing/estree-util-value-to-estree@v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: estree-util-value-to-estree dependency-version: 3.3.3 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com> * chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates (#296) Bumps the npm_and_yarn group with 3 updates in the / directory: [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers), [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@babel/helpers` from 7.26.7 to 7.27.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-helpers) Updates `@babel/runtime` from 7.26.7 to 7.27.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime) Updates `vite` from 5.4.14 to 5.4.17 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.27.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-version: 7.27.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 5.4.17 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com> * feat: ZkSnark use case example (Circom, Groth16, Snarkjs, Garaga) (#270) * feat: ZkSnark use case example (Circom, Groth16, Snarkjs, Garaga) * feat(PR review): Move files to advanced-concepts/verify_proofs * fix: typos * fix: zksnark * feat: improve zksnark wording * fix: remove redundant paragraph --------- Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com> * Update README.md * chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#300) Bumps the npm_and_yarn group with 2 updates in the / directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `brace-expansion` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v2.0.1...v2.0.2) Updates `vite` from 5.4.17 to 5.4.19 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 2.0.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 5.4.19 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: update dep and archive warning * Add CODEOWNERS file (#299) * Add CODEOWNERS file template * update CODEOWNERS --------- Co-authored-by: nethermind-oss-compliance[bot] <189609862+nethermind-oss-compliance[bot]@users.noreply.github.com> Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Marvelousmicheal <112209435+Marvelousmicheal@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: hudem1 <55464342+hudem1@users.noreply.github.com> Co-authored-by: nethermind-oss-compliance[bot] <189609862+nethermind-oss-compliance[bot]@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue: Close #issue-number
close #268
Description
i added the colored onlydust logo to the contributors folders