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: list flies #3

Merged
merged 5 commits into from
Feb 25, 2024
Merged

feat: list flies #3

merged 5 commits into from
Feb 25, 2024

Conversation

kieranroneill
Copy link
Owner

Description

  • Refactor core app to no longer store files in the temp directory
  • Implement algorithm to generate a Merkle Tree proof for a hash from a list of hashes
  • Merkle tree algorithm correctly appends the the last hash if the tree level contains an odd number
  • Add endpoint route to get files and their proofs
  • Add files page to list files:
    • Add button to download proof
    • Add button to copy file hash

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 🐛 bug Something isn't working ✨ 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 0946c33 into main Feb 25, 2024
4 checks passed
@kieranroneill kieranroneill deleted the feat/list-flies branch February 25, 2024 15:33
github-actions bot pushed a commit that referenced this pull request Feb 25, 2024
# [1.1.0](v1.0.0...v1.1.0) (2024-02-25)

### Features

* list flies ([#3](#3)) ([0946c33](0946c33))
@kieranroneill
Copy link
Owner Author

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@kieranroneill kieranroneill added the 🚀 released To the moon! label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working ✨ feature New feature or request ♻️ refactor The refactoring fairy has waved their magic wand 🚀 released To the moon!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant