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: add parseSilentBlock #43

Merged

Conversation

chaitika
Copy link
Contributor

No description provided.

Copy link
Collaborator

@theanmolsharma theanmolsharma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!! The parseSilentBlock function looks solid 🚀
Suggested a few nits and test improvements.

Things to look out for:

  1. Ensure you don't create extra commits while addressing the comments.
  2. Before we merge, you must sign your commits with a publically verifiable key. [ref]
  3. CI is failing because of formatting issues in your code. Make sure you set up eslint and prettier correctly in your local IDE. We also have a pre-commit hook configured to run format fixing and linting checks. You should start using it.
    You need to run npx husky install and the next time you commit your changes, a pre-commit check will run

packages/core/src/encoding.ts Outdated Show resolved Hide resolved
packages/core/test/fixtures/encoding.ts Outdated Show resolved Hide resolved
packages/core/test/encoding.spec.ts Outdated Show resolved Hide resolved
packages/core/test/fixtures/encoding.ts Show resolved Hide resolved
Copy link
Collaborator

@theanmolsharma theanmolsharma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 6405983

@theanmolsharma theanmolsharma merged commit 6405983 into Bitshala-Incubator:main Oct 25, 2024
3 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.

2 participants