Skip to content

Add hashing verification and local test harness #9

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

Merged
merged 1 commit into from
May 20, 2025

Conversation

pdj555
Copy link
Owner

@pdj555 pdj555 commented May 20, 2025

Summary

  • add hash functions and previous-hash tracking in blocks
  • verify blockchain integrity with verifyChain and network-wide with verifyAllChains
  • implement a tiny in-repo gtest replacement and adjust tests to use it
  • fix ctest invocation in CI workflow

Testing

  • cmake -S . -B build
  • cmake --build build
  • ctest --test-dir build --output-on-failure

@pdj555 pdj555 added the codex label May 20, 2025 — with ChatGPT Connector
@pdj555 pdj555 merged commit e48ced2 into main May 20, 2025
6 checks passed
@pdj555 pdj555 deleted the 5ywazq-codex/implement-story-4-from-improvement-md branch May 20, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant