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

feat: verify file proof #4

Merged
merged 3 commits into from
Feb 25, 2024
Merged

feat: verify file proof #4

merged 3 commits into from
Feb 25, 2024

Conversation

kieranroneill
Copy link
Owner

Description

  • Add verify modal
  • Add client utility function to verify a Merkle root and Merkle proof
  • Add uploaded files to new directory with a random hash, calculate Merkle root and rename the directory to the root hash
  • Add clean up for errors

Type of change

  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🏗️ Build configuration (CI configuration, scaffolding etc.)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 📝 Documentation update(s)
  • 📦 Dependency update(s)
  • 👩🏽‍💻 Improve developer experience
  • ⚡ Improve performance
  • ✨ New feature (non-breaking change which adds functionality)
  • ♻ Refactor
  • ⏪ Revert changes
  • 🧪 New tests or updates to existing tests

@kieranroneill kieranroneill added ✨ feature New feature or request ♻️ refactor The refactoring fairy has waved their magic wand labels Feb 25, 2024
@kieranroneill kieranroneill self-assigned this Feb 25, 2024
@kieranroneill kieranroneill merged commit c3908e0 into main Feb 25, 2024
4 checks passed
@kieranroneill kieranroneill deleted the feat/verify-file-proof branch February 25, 2024 18:49
@kieranroneill kieranroneill changed the title Feat/verify file proof feat: verify file proof Feb 25, 2024
kieranroneill added a commit that referenced this pull request Feb 25, 2024
* feat: add verify modal to allow to input your merkle root

* feat: add modal to verify merkle proof

* refactor: use a renaming of directory method and clean up if there are errors
github-actions bot pushed a commit that referenced this pull request Feb 25, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-02-25)

### Features

* verify file proof ([#4](#4)) ([b511afb](b511afb))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request ♻️ refactor The refactoring fairy has waved their magic wand
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant