Skip to content

#37 update t-encrypt#38

Merged
olehnikolaiev merged 2 commits intostablefrom
bug/37-update-t-encrypt
Feb 17, 2026
Merged

#37 update t-encrypt#38
olehnikolaiev merged 2 commits intostablefrom
bug/37-update-t-encrypt

Conversation

@olehnikolaiev
Copy link
Collaborator

@olehnikolaiev olehnikolaiev commented Feb 17, 2026

fixes #37

update t-encrypt version to make it tree-shakable and decrease package size

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the @skalenetwork/bite package’s dependency on @skalenetwork/t-encrypt to a newer develop build, aligning with issue #37’s goal of improved tree-shaking and smaller bundles for edge runtimes.

Changes:

  • Bump @skalenetwork/t-encrypt dependency from 0.6.0-develop.0 to 0.8.0-develop.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"dependencies": {
"@ethereumjs/rlp": "10.0.0",
"@skalenetwork/t-encrypt": "0.6.0-develop.0",
"@skalenetwork/t-encrypt": "0.8.0-develop.0",
Copy link

Copilot AI Feb 17, 2026

Choose a reason for hiding this comment

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

package.json bumps @skalenetwork/t-encrypt to 0.8.0-develop.0, but yarn.lock in the repo still resolves @skalenetwork/t-encrypt to 0.5.1-develop.0 and has no entry for 0.8.0-develop.0. Please run yarn install (or yarn up @skalenetwork/t-encrypt@0.8.0-develop.0) and commit the updated lockfile so installs/CI are reproducible.

Suggested change
"@skalenetwork/t-encrypt": "0.8.0-develop.0",
"@skalenetwork/t-encrypt": "0.5.1-develop.0",

Copilot uses AI. Check for mistakes.
package.json Outdated
Copy link
Contributor

Choose a reason for hiding this comment

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

Need to update the version

@olehnikolaiev olehnikolaiev merged commit 51feab3 into stable Feb 17, 2026
1 check passed
@olehnikolaiev olehnikolaiev deleted the bug/37-update-t-encrypt branch February 17, 2026 21:58
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.

Enable BITE encryption in edge runtimes

3 participants