Conversation
* Better logging * Handle pubkey extraction edge cases * Add blockHeight column
…naelabs#37) * feat: add husky pre-commit hook * feat: update pre-commit hook and ensure husky runs * chore: revert commit-msg hook * chore: reminder about schema --------- Co-authored-by: cha0sg0d <0xcha0sg0d@gmail.com>
* Better logging * Handle pubkey extraction edge cases * Add blockHeight column * feat: add script to populate pubkey and multisig code cache * feat: get the pubkeys of the dev accounts from tx history * chore: only use a single dev account * chore: remove debug log * chore: update README.md
* feat: test * feat: update build script
* chore: add SPECIFICATION.md * feat: implement the spec * feat: add utilities for Upvote * feat: add `groupRoot` to `Content` and `Upvote` * chore: cleanup * feat: check the consistency of contentMessage.groupRoot and publicInput.groupRoot in verification * chore: cleanup the spec * feat: add type `PrefixedHex` * chore: cleanup * chore: add spec title * chore: update util functions to recover the pubkey instead of the address the address can be derived from the pubkey if necessary * chore: rename `Content` to `Post`, and `ContentMessage` to `Content` * chore: apply the renaming to nymjs
…le with test data (personaelabs#39) * chore: add SPECIFICATION.md * feat: implement the spec * feat: use nymjs in the backend * feat: update example frontend to use nymjs * feat: add utilities for Upvote * feat: add `groupRoot` to `Content` and `Upvote` * chore: cleanup * feat: check the consistency of contentMessage.groupRoot and publicInput.groupRoot in verification * chore: cleanup the spec * feat: add type `PrefixedHex` * chore: cleanup * chore: add spec title * chore: update util functions to recover the pubkey instead of the address the address can be derived from the pubkey if necessary * chore: rename `Content` to `Post`, and `ContentMessage` to `Content` * chore: apply the renaming to nymjs * feat: apply the new spec to the db scheme * feat: apply the new spec to the backend * feat: add example usage of nymjs and the API endpoints * chore: update api-doc to follow the new spec * chore: update the recursive query to reflect the latest schema * chore: build nymjs on install * chore: remove unusued root dependency * feat: add script to populate posts/upvotes tables with test data * fix: fix pnpm-lock.yaml (ran `pnpm i` in frontend/) * feat: update pre-commit to check the prisma schema in test_data/ * chore: add `prepare` script which creates the .env file * chore: add some logs in the script * chore: run `prisma generate` at `prepare` * feat: make test data non-deterministic (since proofs are non-deterministic) * feat: create more dummy upvotes * feat: return the number of upvotes in recursive query * fix: dummy upvotes weren't populating * Create README.md --------- Co-authored-by: cha0sg0d <0xcha0sg0d@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.