Closed Andrej656 closed 9 months ago
Latest commit: 79ce8c1ea6164bee99395daa9217f04f2eababef
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
connect | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 24, 2024 11:38am |
connect-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 24, 2024 11:38am |
license and confirmation of email for commits done
We have a variety of starter templates here: https://github.com/hirosystems/stacks.js-starters
Use the following template to create your pull request
Description
Describe the changes that where made in this pull request. When possible start with a user story - short, simple descriptions of a feature told from the perspective of the person who desires the new capability. Be sure to also include the following information:
Example: As a Blockstack developer, I would like to encrypt files using the app private key. This is needed because storing unencrypted files is unacceptable. This pull request adds the
encryptContent
function which will take a string and encrypt it using the app private key.For details refer to issue #123
Type of Change
Does this introduce a breaking change?
List the APIs or describe the functionality that this PR breaks. Workarounds for or expected timeline for deprecation
Are documentation updates required?
Testing information
Provide context on how tests should be performed.
Checklist
yarn lerna run test
passes