Skip to content

feat: implement Merkle tree whitelist generation, proof verification,… - #441

Merged
Lakes41 merged 1 commit into
Adamantine-guild:mainfrom
iamdikko:issue428
Jul 29, 2026
Merged

feat: implement Merkle tree whitelist generation, proof verification,…#441
Lakes41 merged 1 commit into
Adamantine-guild:mainfrom
iamdikko:issue428

Conversation

@iamdikko

Copy link
Copy Markdown

Closes #428
… and on-chain management utilities

Description

Semver impact:

Linked Issue

Closes #

Type of Change

  • 🐛 Bug fix (patch)
  • ✨ New feature / method (minor)
  • 💥 Breaking change (major)
  • 📝 Documentation / TypeDoc update
  • 🔧 Chore / refactor
  • 🧪 Tests only

Changes Made

Public API Changes

// New / changed exports:

Test Evidence

pnpm test:run output:

Build Evidence

pnpm build output:

Checklist

  • I have read CONTRIBUTING.md
  • This PR is linked to an open issue
  • pnpm typecheck passes
  • pnpm lint passes
  • pnpm test:run passes — all tests green
  • pnpm build succeeds — dist/ generated cleanly
  • All new public methods/types have TypeDoc comments
  • New behaviour is covered by at least one Vitest unit test
  • No new runtime dependencies added without prior maintainer approval
  • docs/ updated if public API changed
  • examples/ updated if new usage patterns were added
  • Backwards compatibility maintained (or breaking change clearly noted above)

Additional Notes

@Lakes41
Lakes41 enabled auto-merge July 29, 2026 17:59
@Lakes41
Lakes41 merged commit bdfe6e3 into Adamantine-guild:main Jul 29, 2026
4 checks passed
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.

Implement Merkle whitelist lifecycle management

3 participants